Struct cfn::aws::kinesisanalytics::application_reference_data_source::ReferenceDataSource [] [src]

pub struct ReferenceDataSource {
    pub reference_schema: Value<ReferenceSchema>,
    pub s3_reference_data_source: Option<Value<S3ReferenceDataSource>>,
    pub table_name: Option<Value<String>>,
}

Fields

Property ReferenceSchema.

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

Property S3ReferenceDataSource.

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

Property TableName.

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

Trait Implementations

impl Debug for ReferenceDataSource
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ReferenceDataSource
[src]

[src]

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

Auto Trait Implementations