pub struct S3ReferenceDataSource {
pub bucket_arn: Value<String>,
pub file_key: Value<String>,
pub reference_role_arn: Value<String>,
}
Expand description
The AWS::KinesisAnalytics::ApplicationReferenceDataSource.S3ReferenceDataSource
property type.
Fields§
§bucket_arn: Value<String>
Property BucketARN
.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
file_key: Value<String>
Property FileKey
.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
reference_role_arn: Value<String>
Property ReferenceRoleARN
.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for S3ReferenceDataSource
impl Debug for S3ReferenceDataSource
Source§impl Default for S3ReferenceDataSource
impl Default for S3ReferenceDataSource
Source§fn default() -> S3ReferenceDataSource
fn default() -> S3ReferenceDataSource
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for S3ReferenceDataSource
impl RefUnwindSafe for S3ReferenceDataSource
impl Send for S3ReferenceDataSource
impl Sync for S3ReferenceDataSource
impl Unpin for S3ReferenceDataSource
impl UnwindSafe for S3ReferenceDataSource
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