pub struct Source {
pub password: Option<Value<String>>,
pub revision: Option<Value<String>>,
pub ssh_key: Option<Value<String>>,
pub type: Option<Value<String>>,
pub url: Option<Value<String>>,
pub username: Option<Value<String>>,
}Expand description
The AWS::OpsWorks::App.Source property type.
Fields§
§password: Option<Value<String>>Property Password.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
revision: Option<Value<String>>Property Revision.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
ssh_key: Option<Value<String>>Property SshKey.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
type: Option<Value<String>>Property Type.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
url: Option<Value<String>>Property Url.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
username: Option<Value<String>>Property Username.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Source
impl RefUnwindSafe for Source
impl Send for Source
impl Sync for Source
impl Unpin for Source
impl UnwindSafe for Source
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