ApplicationInstance

class ApplicationInstance : KotlinCustomResource

Creates an application instance and deploys it to a device.

Properties

Link copied to clipboard

The application instance's ID.

Link copied to clipboard

The ID of an application instance to replace with the new instance.

Link copied to clipboard
val arn: Output<String>

The application instance's ARN.

Link copied to clipboard
val createdTime: Output<Int>

The application instance's created time.

Link copied to clipboard

The device's ID.

Link copied to clipboard

The application instance's default runtime context device name.

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

A description for the application instance.

Link copied to clipboard

The application instance's health status.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lastUpdatedTime: Output<Int>

The application instance's last updated time.

Link copied to clipboard

Setting overrides for the application manifest.

Link copied to clipboard

The application's manifest document.

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

A name for the application instance.

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

The ARN of a runtime role for the application instance.

Link copied to clipboard

The application instance's status.

Link copied to clipboard

The application instance's status description.

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

Tags for the application instance.

Link copied to clipboard
val urn: Output<String>