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