Struct cfn::aws::cloud9::EnvironmentEC2Properties[][src]

pub struct EnvironmentEC2Properties {
    pub automatic_stop_time_minutes: Option<Value<u32>>,
    pub connection_type: Option<Value<String>>,
    pub description: Option<Value<String>>,
    pub image_id: Option<Value<String>>,
    pub instance_type: Value<String>,
    pub name: Option<Value<String>>,
    pub owner_arn: Option<Value<String>>,
    pub repositories: Option<ValueList<Repository>>,
    pub subnet_id: Option<Value<String>>,
    pub tags: Option<ValueList<Tag>>,
}
Expand description

Properties for the EnvironmentEC2 resource.

Fields

automatic_stop_time_minutes: Option<Value<u32>>

Property AutomaticStopTimeMinutes.

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

connection_type: Option<Value<String>>

Property ConnectionType.

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

description: Option<Value<String>>

Property Description.

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

image_id: Option<Value<String>>

Property ImageId.

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

instance_type: Value<String>

Property InstanceType.

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

name: Option<Value<String>>

Property Name.

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

owner_arn: Option<Value<String>>

Property OwnerArn.

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

repositories: Option<ValueList<Repository>>

Property Repositories.

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

subnet_id: Option<Value<String>>

Property SubnetId.

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

tags: Option<ValueList<Tag>>

Property Tags.

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.