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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.CfnAccessGrantsLocationProps
CfnAccessGrantsLocationProps.Builder, CfnAccessGrantsLocationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAccessGrantsLocationProps.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 IAM role for the registered location.final StringThe 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 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 theCfnAccessGrantsLocationProps.Builder.
-
-
Method Details
-
getIamRoleArn
Description copied from interface:CfnAccessGrantsLocationPropsThe 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.
- Specified by:
getIamRoleArnin interfaceCfnAccessGrantsLocationProps- See Also:
-
getLocationScope
Description copied from interface:CfnAccessGrantsLocationPropsThe 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.- Specified by:
getLocationScopein interfaceCfnAccessGrantsLocationProps- See Also:
-
getTags
Description copied from interface:CfnAccessGrantsLocationPropsThe 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.
- Specified by:
getTagsin interfaceCfnAccessGrantsLocationProps- 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()
-