Interface CfnPublisherProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPublisherProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:54.901Z") @Stability(Stable) public interface CfnPublisherProps extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.core.*;
 CfnPublisherProps cfnPublisherProps = CfnPublisherProps.builder()
         .acceptTermsAndConditions(false)
         // the properties below are optional
         .connectionArn("connectionArn")
         .build();
 
  • Method Details

    • getAcceptTermsAndConditions

      @Stability(Stable) @NotNull Object getAcceptTermsAndConditions()
      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 .

    • getConnectionArn

      @Stability(Stable) @Nullable default String getConnectionArn()
      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 .

    • builder

      @Stability(Stable) static CfnPublisherProps.Builder builder()
      Returns:
      a CfnPublisherProps.Builder of CfnPublisherProps