Struct cfn::aws::elasticloadbalancingv2::ListenerCertificateProperties [] [src]

pub struct ListenerCertificateProperties {
    pub certificates: ValueList<Certificate>,
    pub listener_arn: Value<String>,
}

Properties for the ListenerCertificate resource.

Fields

Property Certificates.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property ListenerArn.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Trait Implementations

impl Debug for ListenerCertificateProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ListenerCertificateProperties
[src]

[src]

Returns the "default value" for a type. Read more

impl Serialize for ListenerCertificateProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for ListenerCertificateProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<ListenerCertificateProperties> for ListenerCertificate
[src]

[src]

Performs the conversion.

Auto Trait Implementations