Class CfnAccessPointMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3outposts.CfnAccessPointMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAccessPointMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAccessPointMixinProps
@Stability(Stable)
@Internal
public static final class CfnAccessPointMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAccessPointMixinProps
An implementation for
CfnAccessPointMixinProps-
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.s3outposts.CfnAccessPointMixinProps
CfnAccessPointMixinProps.Builder, CfnAccessPointMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAccessPointMixinProps.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 StringThe Amazon Resource Name (ARN) of the S3 on Outposts bucket that is associated with this access point.final StringgetName()The name of this access point.final ObjectThe access point policy associated with this access point.final ObjectThe virtual private cloud (VPC) configuration for this access point, if one exists.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 theCfnAccessPointMixinProps.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:CfnAccessPointMixinPropsThe Amazon Resource Name (ARN) of the S3 on Outposts bucket that is associated with this access point.- Specified by:
getBucketin interfaceCfnAccessPointMixinProps- See Also:
-
getName
Description copied from interface:CfnAccessPointMixinPropsThe name of this access point.- Specified by:
getNamein interfaceCfnAccessPointMixinProps- See Also:
-
getPolicy
Description copied from interface:CfnAccessPointMixinPropsThe access point policy associated with this access point.- Specified by:
getPolicyin interfaceCfnAccessPointMixinProps- See Also:
-
getVpcConfiguration
Description copied from interface:CfnAccessPointMixinPropsThe virtual private cloud (VPC) configuration for this access point, if one exists.Returns union: either
IResolvableorCfnAccessPointPropsMixin.VpcConfigurationProperty- Specified by:
getVpcConfigurationin interfaceCfnAccessPointMixinProps- 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()
-