pub struct ReferenceDataSource {
pub reference_schema: Value<ReferenceSchema>,
pub s3_reference_data_source: Option<Value<S3ReferenceDataSource>>,
pub table_name: Option<Value<String>>,
}
Expand description
The AWS::KinesisAnalytics::ApplicationReferenceDataSource.ReferenceDataSource
property type.
Fields§
§reference_schema: Value<ReferenceSchema>
Property ReferenceSchema
.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
s3_reference_data_source: Option<Value<S3ReferenceDataSource>>
Property S3ReferenceDataSource
.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
table_name: Option<Value<String>>
Property TableName
.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for ReferenceDataSource
impl Debug for ReferenceDataSource
Source§impl Default for ReferenceDataSource
impl Default for ReferenceDataSource
Source§fn default() -> ReferenceDataSource
fn default() -> ReferenceDataSource
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReferenceDataSource
impl RefUnwindSafe for ReferenceDataSource
impl Send for ReferenceDataSource
impl Sync for ReferenceDataSource
impl Unpin for ReferenceDataSource
impl UnwindSafe for ReferenceDataSource
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more