Deployment

class Deployment : KotlinCustomResource

Resource Type definition for AWS::AppConfig::Deployment

Properties

Link copied to clipboard
val applicationId: Output<String>

The application ID.

Link copied to clipboard

The configuration profile ID.

Link copied to clipboard

The configuration version to deploy. If deploying an AWS AppConfig hosted configuration version, you can specify either the version number or version label. For all other configurations, you must specify the version number.

Link copied to clipboard

The sequence number of the deployment.

Link copied to clipboard

The deployment strategy ID.

Link copied to clipboard
val description: Output<String>?

A description of the deployment.

Link copied to clipboard

A map of dynamic extension parameter names to values to pass to associated extensions with PRE_START_DEPLOYMENT actions.

Link copied to clipboard
val environmentId: Output<String>

The environment ID.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val kmsKeyIdentifier: Output<String>?

The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<CreateOnlyTag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val urn: Output<String>