Extension

class Extension : KotlinCustomResource

Resource Type definition for AWS::AppConfig::Extension

Example Usage

Example

No Java example available.

Properties

Link copied to clipboard

The actions defined in the extension.

Link copied to clipboard
val arn: Output<String>

The system-generated Amazon Resource Name (ARN) for the extension.

Link copied to clipboard
val awsId: Output<String>

The system-generated ID of the extension.

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

Description of the extension.

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

You can omit this field when you create an extension. When you create a new version, specify the most recent current version number. For example, you create version 3, enter 2 for this field.

Link copied to clipboard
val name: Output<String>

Name of the extension.

Link copied to clipboard

The parameters accepted by the extension. You specify parameter values when you associate the extension to an AWS AppConfig resource by using the CreateExtensionAssociation API action. For AWS Lambda extension actions, these parameters are included in the Lambda request object.

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 tags to apply to this resource.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val versionNumber: Output<Int>

The extension version number.