@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.839Z") @Stability(value=Stable) public interface CfnPublisherProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.*;
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() |
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 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.
|
@Stability(value=Stable) @NotNull Object getAcceptTermsAndConditions()
The default is false .
@Stability(value=Stable) @Nullable default String getConnectionArn()
For more information, see Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide .
@Stability(value=Stable) static CfnPublisherProps.Builder builder()
CfnPublisherProps.Builder of CfnPublisherPropsCopyright © 2022. All rights reserved.