pub struct CustomActionTypeProperties {
pub category: Value<String>,
pub configuration_properties: Option<ValueList<ConfigurationProperties>>,
pub input_artifact_details: Value<ArtifactDetails>,
pub output_artifact_details: Value<ArtifactDetails>,
pub provider: Value<String>,
pub settings: Option<Value<Settings>>,
pub tags: Option<ValueList<Tag>>,
pub version: Value<String>,
}Expand description
Properties for the CustomActionType resource.
Fields§
§category: Value<String>Property Category.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
configuration_properties: Option<ValueList<ConfigurationProperties>>Property ConfigurationProperties.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
input_artifact_details: Value<ArtifactDetails>Property InputArtifactDetails.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
output_artifact_details: Value<ArtifactDetails>Property OutputArtifactDetails.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
provider: Value<String>Property Provider.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
settings: Option<Value<Settings>>Property Settings.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
Property Tags.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
version: Value<String>Property Version.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.