pub struct GitConfig {
pub branch: Option<Value<String>>,
pub repository_url: Value<String>,
pub secret_arn: Option<Value<String>>,
}Expand description
The AWS::SageMaker::CodeRepository.GitConfig property type.
Fields§
§branch: Option<Value<String>>Property Branch.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
repository_url: Value<String>Property RepositoryUrl.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
secret_arn: Option<Value<String>>Property SecretArn.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GitConfig
impl RefUnwindSafe for GitConfig
impl Send for GitConfig
impl Sync for GitConfig
impl Unpin for GitConfig
impl UnwindSafe for GitConfig
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