pub struct PipelineProperties {
pub pipeline_definition: Value<Value>,
pub pipeline_description: Option<Value<String>>,
pub pipeline_display_name: Option<Value<String>>,
pub pipeline_name: Value<String>,
pub role_arn: Value<String>,
pub tags: Option<ValueList<Tag>>,
}Expand description
Properties for the Pipeline resource.
Fields§
§pipeline_definition: Value<Value>Property PipelineDefinition.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
pipeline_description: Option<Value<String>>Property PipelineDescription.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
pipeline_display_name: Option<Value<String>>Property PipelineDisplayName.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
pipeline_name: Value<String>Property PipelineName.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
role_arn: Value<String>Property RoleArn.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Property Tags.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.