Struct cfn::aws::dms::CertificateProperties [] [src]

pub struct CertificateProperties {
    pub certificate_identifier: Option<Value<String>>,
    pub certificate_pem: Option<Value<String>>,
    pub certificate_wallet: Option<Value<String>>,
}

Properties for the Certificate resource.

Fields

Property CertificateIdentifier.

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

Property CertificatePem.

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

Property CertificateWallet.

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

Trait Implementations

impl Debug for CertificateProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for CertificateProperties
[src]

[src]

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

impl Serialize for CertificateProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<CertificateProperties> for Certificate
[src]

[src]

Performs the conversion.

Auto Trait Implementations