Class CfnAccessGrantProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAccessGrantProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAccessGrantProps
CfnAccessGrantProps
-
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.CfnAccessGrantProps
CfnAccessGrantProps.Builder, CfnAccessGrantProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnAccessGrantProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAccessGrantProps.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 Object
The configuration options of the grant location.final String
The ID of the registered location to which you are granting access.final String
The Amazon Resource Name (ARN) of an AWS IAM Identity Center application associated with your Identity Center instance.final Object
The user, group, or role to which you are granting access.final String
The type of access that you are granting to your S3 data, which can be set to one of the following values: -READ
– Grant read-only access to the S3 data.final String
The type ofS3SubPrefix
.getTags()
The AWS resource tags that you are adding to the access grant.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 theCfnAccessGrantProps.Builder
.
-
-
Method Details
-
getAccessGrantsLocationId
Description copied from interface:CfnAccessGrantProps
The ID of the registered location to which you are granting access.S3 Access Grants assigns this ID when you register the location. S3 Access Grants assigns the ID
default
to the default locations3://
and assigns an auto-generated ID to other locations that you register. -
getGrantee
Description copied from interface:CfnAccessGrantProps
The user, group, or role to which you are granting access.You can grant access to an IAM user or role. If you have added your corporate directory to AWS IAM Identity Center and associated your Identity Center instance with your S3 Access Grants instance, the grantee can also be a corporate directory user or group.
- Specified by:
getGrantee
in interfaceCfnAccessGrantProps
- See Also:
-
getPermission
Description copied from interface:CfnAccessGrantProps
The type of access that you are granting to your S3 data, which can be set to one of the following values: -READ
– Grant read-only access to the S3 data.WRITE
– Grant write-only access to the S3 data.READWRITE
– Grant both read and write access to the S3 data.
- Specified by:
getPermission
in interfaceCfnAccessGrantProps
- See Also:
-
getAccessGrantsLocationConfiguration
Description copied from interface:CfnAccessGrantProps
The configuration options of the grant location.The grant location is the S3 path to the data to which you are granting access. It contains the
S3SubPrefix
field. The grant scope is the result of appending the subprefix to the location scope of the registered location. -
getApplicationArn
Description copied from interface:CfnAccessGrantProps
The Amazon Resource Name (ARN) of an AWS IAM Identity Center application associated with your Identity Center instance.If the grant includes an application ARN, the grantee can only access the S3 data through this application.
-
getS3PrefixType
Description copied from interface:CfnAccessGrantProps
The type ofS3SubPrefix
.The only possible value is
Object
. Pass this value if the access grant scope is an object. Do not pass this value if the access grant scope is a bucket or a bucket and a prefix. -
getTags
Description copied from interface:CfnAccessGrantProps
The AWS resource tags that you are adding to the access grant.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:
getTags
in interfaceCfnAccessGrantProps
- 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()
-