pub struct RepositoryTrigger {
pub branches: Option<ValueList<String>>,
pub custom_data: Option<Value<String>>,
pub destination_arn: Value<String>,
pub events: ValueList<String>,
pub name: Value<String>,
}Expand description
The AWS::CodeCommit::Repository.RepositoryTrigger property type.
Fields§
§branches: Option<ValueList<String>>Property Branches.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
custom_data: Option<Value<String>>Property CustomData.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
destination_arn: Value<String>Property DestinationArn.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
events: ValueList<String>Property Events.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
name: Value<String>Property Name.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for RepositoryTrigger
impl Debug for RepositoryTrigger
Source§impl Default for RepositoryTrigger
impl Default for RepositoryTrigger
Source§fn default() -> RepositoryTrigger
fn default() -> RepositoryTrigger
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RepositoryTrigger
impl RefUnwindSafe for RepositoryTrigger
impl Send for RepositoryTrigger
impl Sync for RepositoryTrigger
impl Unpin for RepositoryTrigger
impl UnwindSafe for RepositoryTrigger
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