Class CfnPublisherMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnPublisherMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPublisherMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPublisherMixinProps
@Stability(Stable)
@Internal
public static final class CfnPublisherMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPublisherMixinProps
An implementation for
CfnPublisherMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnPublisherMixinProps
CfnPublisherMixinProps.Builder, CfnPublisherMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPublisherMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPublisherMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectWhether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry.final StringIf you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPublisherMixinProps.Builder.
-
-
Method Details
-
getAcceptTermsAndConditions
Description copied from interface:CfnPublisherMixinPropsWhether 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.Returns union: either
BooleanorIResolvable- Specified by:
getAcceptTermsAndConditionsin interfaceCfnPublisherMixinProps- See Also:
-
getConnectionArn
Description copied from interface:CfnPublisherMixinPropsIf 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 Prerequisite: Registering your account to publish CloudFormation extensions in the AWS CloudFormation Command Line Interface (CLI) User Guide .
- Specified by:
getConnectionArnin interfaceCfnPublisherMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-