Struct cfn::aws::opsworks::AppProperties [] [src]

pub struct AppProperties {
    pub app_source: Option<Value<Source>>,
    pub attributes: Option<ValueMap<String>>,
    pub data_sources: Option<ValueList<DataSource>>,
    pub description: Option<Value<String>>,
    pub domains: Option<ValueList<String>>,
    pub enable_ssl: Option<Value<bool>>,
    pub environment: Option<ValueList<EnvironmentVariable>>,
    pub name: Value<String>,
    pub shortname: Option<Value<String>>,
    pub ssl_configuration: Option<Value<SslConfiguration>>,
    pub stack_id: Value<String>,
    pub type_: Value<String>,
}

Properties for the App resource.

Fields

Property AppSource.

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

Property Attributes.

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

Property DataSources.

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

Property Description.

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

Property Domains.

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

Property EnableSsl.

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

Property Environment.

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

Property Name.

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

Property Shortname.

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

Property SslConfiguration.

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

Property StackId.

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

Property Type.

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

Trait Implementations

impl Debug for AppProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for AppProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<AppProperties> for App
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for AppProperties

impl Sync for AppProperties