Struct cfn::aws::codecommit::RepositoryProperties [] [src]

pub struct RepositoryProperties {
    pub repository_description: Option<Value<String>>,
    pub repository_name: Value<String>,
    pub triggers: Option<ValueList<RepositoryTrigger>>,
}

Properties for the Repository resource.

Fields

Property RepositoryDescription.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property RepositoryName.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Triggers.

Update type: Conditional. Conditional updates can be mutable or immutable, depending on, for example, which other properties you updated. For more information, see the relevant resource type documentation.

Trait Implementations

impl Debug for RepositoryProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for RepositoryProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for RepositoryProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<RepositoryProperties> for Repository
[src]

[src]

Performs the conversion.

Auto Trait Implementations