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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.globalaccelerator.CfnCrossAccountAttachmentProps
CfnCrossAccountAttachmentProps.Builder, CfnCrossAccountAttachmentProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCrossAccountAttachmentProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
getName()
The name of the cross-account attachment.The principals included in the cross-account attachment.final Object
The resources included in the cross-account attachment.getTags()
Add tags for a cross-account attachment.final int
hashCode()
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:CfnCrossAccountAttachmentProps
The name of the cross-account attachment.- Specified by:
getName
in interfaceCfnCrossAccountAttachmentProps
- See Also:
-
getPrincipals
Description copied from interface:CfnCrossAccountAttachmentProps
The principals included in the cross-account attachment.- Specified by:
getPrincipals
in interfaceCfnCrossAccountAttachmentProps
- See Also:
-
getResources
Description copied from interface:CfnCrossAccountAttachmentProps
The resources included in the cross-account attachment.- Specified by:
getResources
in interfaceCfnCrossAccountAttachmentProps
- See Also:
-
getTags
Description copied from interface:CfnCrossAccountAttachmentProps
Add tags for a cross-account attachment.For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide .
- Specified by:
getTags
in interfaceCfnCrossAccountAttachmentProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-