stratosphere-vpclattice-1.0.0: Stratosphere integration for AWS VpcLattice.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.VpcLattice.Service

Documentation

data Service Source #

Instances

Instances details
ToJSON Service Source # 
Instance details

Defined in Stratosphere.VpcLattice.Service

Show Service Source # 
Instance details

Defined in Stratosphere.VpcLattice.Service

Eq Service Source # 
Instance details

Defined in Stratosphere.VpcLattice.Service

Methods

(==) :: Service -> Service -> Bool #

(/=) :: Service -> Service -> Bool #

ToResourceProperties Service Source # 
Instance details

Defined in Stratosphere.VpcLattice.Service

Property "AuthType" Service Source # 
Instance details

Defined in Stratosphere.VpcLattice.Service

Associated Types

type PropertyType "AuthType" Service 
Instance details

Defined in Stratosphere.VpcLattice.Service

type PropertyType "AuthType" Service = Value Text

Methods

set :: PropertyType "AuthType" Service -> Service -> Service #

Property "CertificateArn" Service Source # 
Instance details

Defined in Stratosphere.VpcLattice.Service

Associated Types

type PropertyType "CertificateArn" Service 
Instance details

Defined in Stratosphere.VpcLattice.Service

type PropertyType "CertificateArn" Service = Value Text

Methods

set :: PropertyType "CertificateArn" Service -> Service -> Service #

Property "CustomDomainName" Service Source # 
Instance details

Defined in Stratosphere.VpcLattice.Service

Associated Types

type PropertyType "CustomDomainName" Service 
Instance details

Defined in Stratosphere.VpcLattice.Service

type PropertyType "CustomDomainName" Service = Value Text

Methods

set :: PropertyType "CustomDomainName" Service -> Service -> Service #

Property "DnsEntry" Service Source # 
Instance details

Defined in Stratosphere.VpcLattice.Service

Associated Types

type PropertyType "DnsEntry" Service 
Instance details

Defined in Stratosphere.VpcLattice.Service

Methods

set :: PropertyType "DnsEntry" Service -> Service -> Service #

Property "Name" Service Source # 
Instance details

Defined in Stratosphere.VpcLattice.Service

Associated Types

type PropertyType "Name" Service 
Instance details

Defined in Stratosphere.VpcLattice.Service

Methods

set :: PropertyType "Name" Service -> Service -> Service #

Property "Tags" Service Source # 
Instance details

Defined in Stratosphere.VpcLattice.Service

Associated Types

type PropertyType "Tags" Service 
Instance details

Defined in Stratosphere.VpcLattice.Service

type PropertyType "Tags" Service = [Tag]

Methods

set :: PropertyType "Tags" Service -> Service -> Service #

type PropertyType "AuthType" Service Source # 
Instance details

Defined in Stratosphere.VpcLattice.Service

type PropertyType "AuthType" Service = Value Text
type PropertyType "CertificateArn" Service Source # 
Instance details

Defined in Stratosphere.VpcLattice.Service

type PropertyType "CertificateArn" Service = Value Text
type PropertyType "CustomDomainName" Service Source # 
Instance details

Defined in Stratosphere.VpcLattice.Service

type PropertyType "CustomDomainName" Service = Value Text
type PropertyType "DnsEntry" Service Source # 
Instance details

Defined in Stratosphere.VpcLattice.Service

type PropertyType "Name" Service Source # 
Instance details

Defined in Stratosphere.VpcLattice.Service

type PropertyType "Tags" Service Source # 
Instance details

Defined in Stratosphere.VpcLattice.Service

type PropertyType "Tags" Service = [Tag]