aws-cdk-lib.CfnPublisherProps

interface CfnPublisherProps

LanguageType name
.NETAmazon.CDK.CfnPublisherProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2#CfnPublisherProps
Javasoftware.amazon.awscdk.CfnPublisherProps
Pythonaws_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

NameTypeDescription
acceptTermsAndConditionsboolean | IResolvableWhether 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.
connectionArn?stringIf 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 Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide .