Hook Type Config Args
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)