Struct cfn::aws::rds::db_security_group::Ingress [] [src]

pub struct Ingress {
    pub cidrip: Option<Value<String>>,
    pub ec2_security_group_id: Option<Value<String>>,
    pub ec2_security_group_name: Option<Value<String>>,
    pub ec2_security_group_owner_id: Option<Value<String>>,
}

Fields

Property CIDRIP.

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

Property EC2SecurityGroupId.

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

Property EC2SecurityGroupName.

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

Property EC2SecurityGroupOwnerId.

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

Trait Implementations

impl Debug for Ingress
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Ingress
[src]

[src]

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

Auto Trait Implementations

impl Send for Ingress

impl Sync for Ingress