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>>,
}
Expand description

Properties for the SecurityGroupIngress resource.

Fields

cache_security_group_name: Value<String>

Property CacheSecurityGroupName.

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

ec2_security_group_name: Value<String>

Property EC2SecurityGroupName.

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

ec2_security_group_owner_id: Option<Value<String>>

Property EC2SecurityGroupOwnerId.

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

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Performs the conversion.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.