Package-level declarations
Types
Link copied to clipboard
Returns information about the details of an artifact.
Link copied to clipboard
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
Link copied to clipboard
data class GetCustomActionTypeResult(val id: String? = null, val tags: List<CustomActionTypeTag>? = null)