Class CfnResourceVersionProps
Properties for defining a CfnResourceVersion.
Implements
Inherited Members
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnResourceVersionProps : ICfnResourceVersionProps
Syntax (vb)
Public Class CfnResourceVersionProps Implements ICfnResourceVersionProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
var cfnResourceVersionProps = new CfnResourceVersionProps {
SchemaHandlerPackage = "schemaHandlerPackage",
TypeName = "typeName",
// the properties below are optional
ExecutionRoleArn = "executionRoleArn",
LoggingConfig = new LoggingConfigProperty {
LogGroupName = "logGroupName",
LogRoleArn = "logRoleArn"
}
};
Synopsis
Constructors
| CfnResourceVersionProps() | Properties for defining a |
Properties
| ExecutionRoleArn | The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the resource. |
| LoggingConfig | Logging configuration information for a resource. |
| SchemaHandlerPackage | A URL to the S3 bucket for the resource project package that contains the necessary files for the resource you want to register. |
| TypeName | The name of the resource being registered. |
Constructors
CfnResourceVersionProps()
Properties for defining a CfnResourceVersion.
public CfnResourceVersionProps()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
var cfnResourceVersionProps = new CfnResourceVersionProps {
SchemaHandlerPackage = "schemaHandlerPackage",
TypeName = "typeName",
// the properties below are optional
ExecutionRoleArn = "executionRoleArn",
LoggingConfig = new LoggingConfigProperty {
LogGroupName = "logGroupName",
LogRoleArn = "logRoleArn"
}
};
Properties
ExecutionRoleArn
The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the resource.
public string? ExecutionRoleArn { get; set; }
Property Value
Remarks
If your resource 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. When CloudFormation needs to invoke the resource type handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the resource type handler, thereby supplying your resource type with the appropriate credentials.
LoggingConfig
Logging configuration information for a resource.
public object? LoggingConfig { get; set; }
Property Value
Remarks
SchemaHandlerPackage
A URL to the S3 bucket for the resource project package that contains the necessary files for the resource you want to register.
public string SchemaHandlerPackage { get; set; }
Property Value
Remarks
For information on generating a schema handler package, see Modeling resource types to use with CloudFormation in the CloudFormation Command Line Interface (CLI) User Guide .
To register the resource version, you must have <code>s3:GetObject</code> permissions to access the S3 objects.
TypeName
The name of the resource being registered.
public string TypeName { get; set; }
Property Value
Remarks
We recommend that resource names adhere to the following pattern: company_or_organization :: service :: type .
The following organization namespaces are reserved and can't be used in your resource names: