Struct cfn::aws::kinesisanalytics::ApplicationReferenceDataSourceProperties [] [src]

pub struct ApplicationReferenceDataSourceProperties {
    pub application_name: Value<String>,
    pub reference_data_source: Value<ReferenceDataSource>,
}

Properties for the ApplicationReferenceDataSource resource.

Fields

Property ApplicationName.

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

Property ReferenceDataSource.

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

Trait Implementations

impl Debug for ApplicationReferenceDataSourceProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ApplicationReferenceDataSourceProperties
[src]

[src]

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

impl Serialize for ApplicationReferenceDataSourceProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<ApplicationReferenceDataSourceProperties> for ApplicationReferenceDataSource
[src]

[src]

Performs the conversion.

Auto Trait Implementations