Class CfnAccessGrant.AccessGrantsLocationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAccessGrant.AccessGrantsLocationConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAccessGrant.AccessGrantsLocationConfigurationProperty
CfnAccessGrant.AccessGrantsLocationConfigurationProperty
-
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.s3.CfnAccessGrant.AccessGrantsLocationConfigurationProperty
CfnAccessGrant.AccessGrantsLocationConfigurationProperty.Builder, CfnAccessGrant.AccessGrantsLocationConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAccessGrant.AccessGrantsLocationConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnAccessGrant.AccessGrantsLocationConfigurationProperty.Builder
.
-
-
Method Details
-
getS3SubPrefix
Description copied from interface:CfnAccessGrant.AccessGrantsLocationConfigurationProperty
TheS3SubPrefix
is appended to the location scope creating the grant scope.Use this field to narrow the scope of the grant to a subset of the location scope. This field is required if the location scope is the default location
s3://
because you cannot create a grant for all of your S3 data in the Region and must narrow the scope. For example, if the location scope is the default locations3://
, theS3SubPrefx
can be a<bucket-name>/*
, so the full grant scope path would bes3://<bucket-name>/*
. Or theS3SubPrefx
can be<bucket-name>/<prefix-name>*
, so the full grant scope path would bes3://<bucket-name>/<prefix-name>*
.If the
S3SubPrefix
includes a prefix, append the wildcard character*
after the prefix to indicate that you want to include all object key names in the bucket that start with that prefix.- Specified by:
getS3SubPrefix
in interfaceCfnAccessGrant.AccessGrantsLocationConfigurationProperty
- 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()
-