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