Uses of Class
software.amazon.awscdk.services.cloudformation.CfnHookVersion.Builder
Packages that use CfnHookVersion.Builder
Package
Description
AWS CloudFormation Construct Library
-
Uses of CfnHookVersion.Builder in software.amazon.awscdk.services.cloudformation
Methods in software.amazon.awscdk.services.cloudformation that return CfnHookVersion.BuilderModifier and TypeMethodDescriptionstatic CfnHookVersion.BuilderCfnHookVersion.Builder.executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the task execution role that grants the Hook permission.CfnHookVersion.Builder.loggingConfig(IResolvable loggingConfig) Contains logging configuration information for an extension.CfnHookVersion.Builder.loggingConfig(CfnHookVersion.LoggingConfigProperty loggingConfig) Contains logging configuration information for an extension.CfnHookVersion.Builder.schemaHandlerPackage(String schemaHandlerPackage) A URL to the Amazon S3 bucket for the Hook project package that contains the necessary files for the Hook you want to register.The unique name for your Hook.