Class CfnAccessGrantsLocationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnAccessGrantsLocationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAccessGrantsLocationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAccessGrantsLocationProps
@Stability(Stable)
@Internal
public static final class CfnAccessGrantsLocationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAccessGrantsLocationProps
An implementation for
CfnAccessGrantsLocationProps
-
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.CfnAccessGrantsLocationProps
CfnAccessGrantsLocationProps.Builder, CfnAccessGrantsLocationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAccessGrantsLocationProps.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
The Amazon Resource Name (ARN) of the IAM role for the registered location.final String
The S3 URI path to the location that you are registering.getTags()
The AWS resource tags that you are adding to the S3 Access Grants location.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 theCfnAccessGrantsLocationProps.Builder
.
-
-
Method Details
-
getIamRoleArn
Description copied from interface:CfnAccessGrantsLocationProps
The Amazon Resource Name (ARN) of the IAM role for the registered location.S3 Access Grants assumes this role to manage access to the registered location.
-
getLocationScope
Description copied from interface:CfnAccessGrantsLocationProps
The S3 URI path to the location that you are registering.The location scope can be the default S3 location
s3://
, the S3 path to a bucket, or the S3 path to a bucket and prefix. A prefix in S3 is a string of characters at the beginning of an object key name used to organize the objects that you store in your S3 buckets. For example, object key names that start with theengineering/
prefix or object key names that start with themarketing/campaigns/
prefix. -
getTags
Description copied from interface:CfnAccessGrantsLocationProps
The AWS resource tags that you are adding to the S3 Access Grants location.Each tag is a label consisting of a user-defined key and value. Tags can help you manage, identify, organize, search for, and filter resources.
-
$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()
-