HookTypeConfig

class HookTypeConfig : KotlinCustomResource

Specifies the configuration data for a registered hook in CloudFormation Registry.

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Properties

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

The configuration data for the extension, in this account and region.

Link copied to clipboard

An alias by which to refer to this extension configuration data.

Link copied to clipboard

The Amazon Resource Name (ARN) for the configuration data, in this account and region.

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

The Amazon Resource Name (ARN) of the type without version number.

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

The name of the type being registered. We recommend that type names adhere to the following pattern: company_or_organization::service::type.

Link copied to clipboard
val urn: Output<String>