Application

class Application : KotlinCustomResource

Represents an application that runs on an AWS Mainframe Modernization Environment

Properties

Link copied to clipboard
val applicationArn: Output<String>

The Amazon Resource Name (ARN) of the application.

Link copied to clipboard
val applicationId: Output<String>

The identifier of the application.

Link copied to clipboard

The application definition for a particular application. You can specify either inline JSON or an Amazon S3 bucket location. For information about application definitions, see the AWS Mainframe Modernization User Guide .

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

The description of the application.

Link copied to clipboard

The type of the target platform for this application.

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

The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting application-related resources.

Link copied to clipboard
val name: Output<String>

The name of the application.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>?

The Amazon Resource Name (ARN) of the role associated with the application.

Link copied to clipboard
val tags: Output<Map<String, String>>?

An array of key-value pairs to apply to this resource. For more information, see Tag .

Link copied to clipboard
val urn: Output<String>