Hook Version Args
data class HookVersionArgs(val executionRoleArn: Output<String>? = null, val loggingConfig: Output<HookVersionLoggingConfigArgs>? = null, val schemaHandlerPackage: Output<String>? = null, val typeName: Output<String>? = null) : ConvertibleToJava<HookVersionArgs>
Publishes new or first hook version to AWS CloudFormation Registry.
Example Usage
Example
No Java example available.
Example
No Java example available.
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
fun HookVersionArgs(executionRoleArn: Output<String>? = null, loggingConfig: Output<HookVersionLoggingConfigArgs>? = null, schemaHandlerPackage: Output<String>? = null, typeName: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the IAM execution role to use to register the type. If your resource type calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. CloudFormation then assumes that execution role to provide your resource type with the appropriate credentials.