Activity

class Activity : KotlinCustomResource

Resource schema for Activity

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val arn: Output<String>

Returns the ARN of the resource.

Link copied to clipboard

Encryption configuration for the activity. Activity configuration is immutable, and resource names must be unique. To set customer managed keys for encryption, you must create a new Activity . If you attempt to change the configuration in your CFN template for an existing activity, you will receive an ActivityAlreadyExists exception. To update your activity to include customer managed keys, set a new activity name within your AWS CloudFormation template.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the activity. A name must not contain:

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

The list of tags to add to a resource. Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @ .

Link copied to clipboard
val urn: Output<String>