HookTypeConfigArgs

data class HookTypeConfigArgs(val configuration: Output<String>? = null, val configurationAlias: Output<HookTypeConfigConfigurationAlias>? = null, val typeArn: Output<String>? = null, val typeName: Output<String>? = null) : ConvertibleToJava<HookTypeConfigArgs>

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.

Constructors

Link copied to clipboard
constructor(configuration: Output<String>? = null, configurationAlias: Output<HookTypeConfigConfigurationAlias>? = null, typeArn: Output<String>? = null, typeName: Output<String>? = null)

Properties

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

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
val typeArn: Output<String>? = null

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

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

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

Functions

Link copied to clipboard
open override fun toJava(): HookTypeConfigArgs