stratosphere-lightsail-1.0.0: Stratosphere integration for AWS Lightsail.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Lightsail.Certificate

Documentation

data Certificate Source #

Instances

Instances details
ToJSON Certificate Source # 
Instance details

Defined in Stratosphere.Lightsail.Certificate

Show Certificate Source # 
Instance details

Defined in Stratosphere.Lightsail.Certificate

Eq Certificate Source # 
Instance details

Defined in Stratosphere.Lightsail.Certificate

ToResourceProperties Certificate Source # 
Instance details

Defined in Stratosphere.Lightsail.Certificate

Property "CertificateName" Certificate Source # 
Instance details

Defined in Stratosphere.Lightsail.Certificate

Associated Types

type PropertyType "CertificateName" Certificate 
Instance details

Defined in Stratosphere.Lightsail.Certificate

type PropertyType "CertificateName" Certificate = Value Text

Methods

set :: PropertyType "CertificateName" Certificate -> Certificate -> Certificate #

Property "DomainName" Certificate Source # 
Instance details

Defined in Stratosphere.Lightsail.Certificate

Associated Types

type PropertyType "DomainName" Certificate 
Instance details

Defined in Stratosphere.Lightsail.Certificate

type PropertyType "DomainName" Certificate = Value Text

Methods

set :: PropertyType "DomainName" Certificate -> Certificate -> Certificate #

Property "SubjectAlternativeNames" Certificate Source # 
Instance details

Defined in Stratosphere.Lightsail.Certificate

Associated Types

type PropertyType "SubjectAlternativeNames" Certificate 
Instance details

Defined in Stratosphere.Lightsail.Certificate

type PropertyType "SubjectAlternativeNames" Certificate = ValueList Text

Methods

set :: PropertyType "SubjectAlternativeNames" Certificate -> Certificate -> Certificate #

Property "Tags" Certificate Source # 
Instance details

Defined in Stratosphere.Lightsail.Certificate

Associated Types

type PropertyType "Tags" Certificate 
Instance details

Defined in Stratosphere.Lightsail.Certificate

type PropertyType "Tags" Certificate = [Tag]
type PropertyType "CertificateName" Certificate Source # 
Instance details

Defined in Stratosphere.Lightsail.Certificate

type PropertyType "CertificateName" Certificate = Value Text
type PropertyType "DomainName" Certificate Source # 
Instance details

Defined in Stratosphere.Lightsail.Certificate

type PropertyType "DomainName" Certificate = Value Text
type PropertyType "SubjectAlternativeNames" Certificate Source # 
Instance details

Defined in Stratosphere.Lightsail.Certificate

type PropertyType "SubjectAlternativeNames" Certificate = ValueList Text
type PropertyType "Tags" Certificate Source # 
Instance details

Defined in Stratosphere.Lightsail.Certificate

type PropertyType "Tags" Certificate = [Tag]