public static final class CfnPublisherProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPublisherProps
CfnPublisherProps
CfnPublisherProps.Builder, CfnPublisherProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
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.
|
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.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAcceptTermsAndConditions()
CfnPublisherProps
The default is false
.
getAcceptTermsAndConditions
in interface CfnPublisherProps
public final java.lang.String getConnectionArn()
CfnPublisherProps
For more information, see Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide .
getConnectionArn
in interface CfnPublisherProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()