Class CfnCrossAccountAttachmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.globalaccelerator.CfnCrossAccountAttachmentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCrossAccountAttachmentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCrossAccountAttachmentProps
@Stability(Stable)
@Internal
public static final class CfnCrossAccountAttachmentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCrossAccountAttachmentProps
An implementation for
CfnCrossAccountAttachmentProps-
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.services.globalaccelerator.CfnCrossAccountAttachmentProps
CfnCrossAccountAttachmentProps.Builder, CfnCrossAccountAttachmentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCrossAccountAttachmentProps.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 StringgetName()The name of the cross-account attachment.The principals included in the cross-account attachment.final ObjectThe resources included in the cross-account attachment.getTags()Add tags for a cross-account attachment.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 theCfnCrossAccountAttachmentProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnCrossAccountAttachmentPropsThe name of the cross-account attachment.- Specified by:
getNamein interfaceCfnCrossAccountAttachmentProps- See Also:
-
getPrincipals
Description copied from interface:CfnCrossAccountAttachmentPropsThe principals included in the cross-account attachment.- Specified by:
getPrincipalsin interfaceCfnCrossAccountAttachmentProps- See Also:
-
getResources
Description copied from interface:CfnCrossAccountAttachmentPropsThe resources included in the cross-account attachment.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCrossAccountAttachment.ResourceProperty>- Specified by:
getResourcesin interfaceCfnCrossAccountAttachmentProps- See Also:
-
getTags
Description copied from interface:CfnCrossAccountAttachmentPropsAdd tags for a cross-account attachment.For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide .
- Specified by:
getTagsin interfaceCfnCrossAccountAttachmentProps- 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()
-