interface CfnPublisherProps
Language | Type name |
---|---|
.NET | Amazon.CDK.CfnPublisherProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2#CfnPublisherProps |
Java | software.amazon.awscdk.CfnPublisherProps |
Python | aws_cdk.CfnPublisherProps |
TypeScript | aws-cdk-lib » CfnPublisherProps |
Properties for defining a CfnPublisher
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
const cfnPublisherProps: cdk.CfnPublisherProps = {
acceptTermsAndConditions: false,
// the properties below are optional
connectionArn: 'connectionArn',
};
Properties
Name | Type | Description |
---|---|---|
accept | boolean | IResolvable | Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to register to publish public extensions to the CloudFormation registry. |
connection | string | If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account. |
acceptTermsAndConditions
Type:
boolean |
IResolvable
Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to register to publish public extensions to the CloudFormation registry.
The default is false
.
connectionArn?
Type:
string
(optional)
If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account.
For more information, see Prerequisite: Registering your account to publish CloudFormation extensions in the AWS CloudFormation Command Line Interface (CLI) User Guide .