ExtensionAssociation

class ExtensionAssociation : KotlinCustomResource

An example resource schema demonstrating some basic constructs and validation rules.

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the extension defined in the association.

Link copied to clipboard
val awsId: Output<String>

The system-generated ID for the association.

Link copied to clipboard
val extensionArn: Output<String>

The ARN of the extension defined in the association.

Link copied to clipboard

The name, the ID, or the Amazon Resource Name (ARN) of the extension.

Link copied to clipboard

The version number of the extension. If not specified, AWS AppConfig uses the maximum version of the extension.

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

The parameter names and values defined in the extensions. Extension parameters marked Required must be entered for this field.

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

The ARNs of applications, configuration profiles, or environments defined in the association.

Link copied to clipboard

The ARN of an application, configuration profile, or environment.

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>