Struct cfn::aws::elasticache::SecurityGroupIngressProperties [] [src]

pub struct SecurityGroupIngressProperties {
    pub cache_security_group_name: Value<String>,
    pub ec2_security_group_name: Value<String>,
    pub ec2_security_group_owner_id: Option<Value<String>>,
}

Properties for the SecurityGroupIngress resource.

Fields

Property CacheSecurityGroupName.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property EC2SecurityGroupName.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property EC2SecurityGroupOwnerId.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for SecurityGroupIngressProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for SecurityGroupIngressProperties
[src]

[src]

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

impl Serialize for SecurityGroupIngressProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<SecurityGroupIngressProperties> for SecurityGroupIngress
[src]

[src]

Performs the conversion.

Auto Trait Implementations