@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:52.955Z")
public interface CfnPublisherProps
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnPublisherProps.Builder
A builder for
CfnPublisherProps |
static class |
CfnPublisherProps.Jsii$Proxy
An implementation for
CfnPublisherProps |
Modifier and Type | Method and Description |
---|---|
static CfnPublisherProps.Builder |
builder() |
java.lang.Object |
getAcceptTermsAndConditions()
Whether you accept the [Terms and Conditions](https://docs.aws.amazon.com/https://cloudformation-registry-documents.s3.amazonaws.com/Terms_and_Conditions_for_AWS_CloudFormation_Registry_Publishers.pdf) for publishing extensions in the CloudFormation registry.
|
default java.lang.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.
|
java.lang.Object getAcceptTermsAndConditions()
The default is false
.
default java.lang.String getConnectionArn()
For more information, see Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide .
static CfnPublisherProps.Builder builder()
CfnPublisherProps.Builder
of CfnPublisherProps