| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudformation |
AWS CloudFormation Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceVersion.Builder |
CfnResourceVersion.Builder.create(software.constructs.Construct scope,
String id) |
CfnResourceVersion.Builder |
CfnResourceVersion.Builder.executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the resource.
|
CfnResourceVersion.Builder |
CfnResourceVersion.Builder.loggingConfig(CfnResourceVersion.LoggingConfigProperty loggingConfig)
Logging configuration information for a resource.
|
CfnResourceVersion.Builder |
CfnResourceVersion.Builder.loggingConfig(IResolvable loggingConfig)
Logging configuration information for a resource.
|
CfnResourceVersion.Builder |
CfnResourceVersion.Builder.schemaHandlerPackage(String schemaHandlerPackage)
A URL to the S3 bucket containing the resource project package that contains the necessary files for the resource you want to register.
|
CfnResourceVersion.Builder |
CfnResourceVersion.Builder.typeName(String typeName)
The name of the resource being registered.
|
Copyright © 2022. All rights reserved.