Class CfnPublisherProps
Properties for defining a CfnPublisher
.
public class CfnPublisherProps : ICfnPublisherProps
- Inheritance
-
CfnPublisherProps
- Implements
- Inherited Members
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
var cfnPublisherProps = new CfnPublisherProps {
AcceptTermsAndConditions = false,
// the properties below are optional
ConnectionArn = "connectionArn"
};
Remarks
ExampleMetadata: fixture=_generated
Constructors
CfnPublisherProps()
public CfnPublisherProps()
Properties
AcceptTermsAndConditions
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.
public object AcceptTermsAndConditions { get; set; }
Property Value
Remarks
The default is false
.
ConnectionArn
If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account.
public string? ConnectionArn { get; set; }
Property Value
Remarks
For more information, see Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide .