Package-level declarations
Types
Link copied to clipboard
Provides a CodeDeploy CustomActionType
Link copied to clipboard
data class CustomActionTypeArgs(val category: Output<String>? = null, val configurationProperties: Output<List<CustomActionTypeConfigurationPropertyArgs>>? = null, val inputArtifactDetails: Output<CustomActionTypeInputArtifactDetailsArgs>? = null, val outputArtifactDetails: Output<CustomActionTypeOutputArtifactDetailsArgs>? = null, val providerName: Output<String>? = null, val settings: Output<CustomActionTypeSettingsArgs>? = null, val tags: Output<Map<String, String>>? = null, val version: Output<String>? = null) : ConvertibleToJava<CustomActionTypeArgs>
Provides a CodeDeploy CustomActionType
Link copied to clipboard
Builder for CustomActionTypeArgs.
Link copied to clipboard
Link copied to clipboard
Builder for CustomActionType.
Link copied to clipboard
data class PipelineArgs(val artifactStores: Output<List<PipelineArtifactStoreArgs>>? = null, val name: Output<String>? = null, val roleArn: Output<String>? = null, val stages: Output<List<PipelineStageArgs>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<PipelineArgs>
Provides a CodePipeline.
Link copied to clipboard
class PipelineArgsBuilder
Builder for PipelineArgs.
Link copied to clipboard
Link copied to clipboard
class PipelineResourceBuilder
Builder for Pipeline.
Link copied to clipboard
data class WebhookArgs(val authentication: Output<String>? = null, val authenticationConfiguration: Output<WebhookAuthenticationConfigurationArgs>? = null, val filters: Output<List<WebhookFilterArgs>>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val targetAction: Output<String>? = null, val targetPipeline: Output<String>? = null) : ConvertibleToJava<WebhookArgs>
Provides a CodePipeline Webhook.
Link copied to clipboard
class WebhookArgsBuilder
Builder for WebhookArgs.
Link copied to clipboard
Link copied to clipboard
class WebhookResourceBuilder
Builder for Webhook.
Functions
Link copied to clipboard
suspend fun customActionType(name: String, block: suspend CustomActionTypeResourceBuilder.() -> Unit): CustomActionType