Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
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.

Link copied to clipboard
data class CustomActionTypeArgs(val category: Output<String>? = null, val configurationProperties: Output<List<CustomActionTypeConfigurationPropertiesArgs>>? = null, val inputArtifactDetails: Output<CustomActionTypeArtifactDetailsArgs>? = null, val outputArtifactDetails: Output<CustomActionTypeArtifactDetailsArgs>? = null, val provider: Output<String>? = null, val settings: Output<CustomActionTypeSettingsArgs>? = null, val tags: Output<List<CustomActionTypeTagArgs>>? = null, val version: Output<String>? = null) : ConvertibleToJava<CustomActionTypeArgs>

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.

Link copied to clipboard
object CustomActionTypeMapper : ResourceMapper<CustomActionType>

Functions

Link copied to clipboard