CustomActionType

class CustomActionType : KotlinCustomResource

The AWS::CodePipeline::CustomActionType resource creates a custom action for activities that aren't included in the CodePipeline default actions, such as running an internally developed build process or a test suite. You can use these custom actions in the stage of a pipeline.

Properties

Link copied to clipboard
val awsId: Output<String>
Link copied to clipboard
val category: Output<String>

The category of the custom action, such as a build action or a test action.

Link copied to clipboard

The configuration properties for the custom action.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The details of the input artifact for the action, such as its commit ID.

Link copied to clipboard

The details of the output artifact of the action, such as its commit ID.

Link copied to clipboard
val provider: Output<String>

The provider of the service used in the custom action, such as AWS CodeDeploy.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

URLs that provide users information about this custom action.

Link copied to clipboard
val tags: Output<List<Tag>>?

Any tags assigned to the custom action.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val version: Output<String>

The version identifier of the custom action.