Package-level declarations

Types

Link copied to clipboard
data class CustomActionTypeArtifactDetails(val maximumCount: Int, val minimumCount: Int)

Returns information about the details of an artifact.

Link copied to clipboard
data class CustomActionTypeConfigurationProperties(val description: String? = null, val key: Boolean, val name: String, val queryable: Boolean? = null, val required: Boolean, val secret: Boolean, val type: String? = null)

The configuration properties for the custom action.

Link copied to clipboard
data class CustomActionTypeSettings(val entityUrlTemplate: String? = null, val executionUrlTemplate: String? = null, val revisionUrlTemplate: String? = null, val thirdPartyConfigurationUrl: String? = null)

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
data class CustomActionTypeTag(val key: String, val value: String)
Link copied to clipboard
data class GetCustomActionTypeResult(val id: String? = null, val tags: List<CustomActionTypeTag>? = null)