Class CfnAccessGrantsLocationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnAccessGrantsLocationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAccessGrantsLocationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAccessGrantsLocationMixinProps
@Stability(Stable)
@Internal
public static final class CfnAccessGrantsLocationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAccessGrantsLocationMixinProps
An implementation for
CfnAccessGrantsLocationMixinProps-
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.s3.CfnAccessGrantsLocationMixinProps
CfnAccessGrantsLocationMixinProps.Builder, CfnAccessGrantsLocationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAccessGrantsLocationMixinProps.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 theCfnAccessGrantsLocationMixinProps.Builder.
-
-
Method Details
-
getIamRoleArn
Description copied from interface:CfnAccessGrantsLocationMixinPropsThe 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 interfaceCfnAccessGrantsLocationMixinProps- See Also:
-
getLocationScope
Description copied from interface:CfnAccessGrantsLocationMixinPropsThe 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 interfaceCfnAccessGrantsLocationMixinProps- See Also:
-
getTags
Description copied from interface:CfnAccessGrantsLocationMixinPropsThe 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 interfaceCfnAccessGrantsLocationMixinProps- 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()
-