Package-level declarations
Types
Link copied to clipboard
data class CustomActionTypeArtifactDetailsArgs(val maximumCount: Output<Int>, val minimumCount: Output<Int>) : ConvertibleToJava<CustomActionTypeArtifactDetailsArgs>
Returns information about the details of an artifact.
Link copied to clipboard
Link copied to clipboard
data class CustomActionTypeConfigurationPropertiesArgs(val description: Output<String>? = null, val key: Output<Boolean>, val name: Output<String>, val queryable: Output<Boolean>? = null, val required: Output<Boolean>, val secret: Output<Boolean>, val type: Output<String>? = null) : ConvertibleToJava<CustomActionTypeConfigurationPropertiesArgs>
The configuration properties for the custom action.
Link copied to clipboard
Link copied to clipboard
data class CustomActionTypeSettingsArgs(val entityUrlTemplate: Output<String>? = null, val executionUrlTemplate: Output<String>? = null, val revisionUrlTemplate: Output<String>? = null, val thirdPartyConfigurationUrl: Output<String>? = null) : ConvertibleToJava<CustomActionTypeSettingsArgs>
Settings is a property of the AWS::CodePipeline::CustomActionType resource that provides URLs that users can access to view information about the CodePipeline custom action.
Link copied to clipboard
Builder for CustomActionTypeSettingsArgs.
Link copied to clipboard
data class CustomActionTypeTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<CustomActionTypeTagArgs>
Link copied to clipboard
Builder for CustomActionTypeTagArgs.
Link copied to clipboard
data class GetCustomActionTypePlainArgs(val category: String, val provider: String, val version: String) : ConvertibleToJava<GetCustomActionTypePlainArgs>
Link copied to clipboard
Builder for GetCustomActionTypePlainArgs.