Struct cfn::aws::codepipeline::CustomActionTypeProperties [] [src]

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 version: Option<Value<String>>,
}

Properties for the CustomActionType resource.

Fields

Property Category.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property ConfigurationProperties.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property InputArtifactDetails.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property OutputArtifactDetails.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property Provider.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property Settings.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property Version.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Trait Implementations

impl Debug for CustomActionTypeProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for CustomActionTypeProperties
[src]

[src]

Returns the "default value" for a type. Read more

impl Serialize for CustomActionTypeProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<CustomActionTypeProperties> for CustomActionType
[src]

[src]

Performs the conversion.

Auto Trait Implementations