Class CfnAccessGrantMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAccessGrantMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAccessGrantMixinProps
CfnAccessGrantMixinProps-
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.CfnAccessGrantMixinProps
CfnAccessGrantMixinProps.Builder, CfnAccessGrantMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAccessGrantMixinProps.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 ObjectThe configuration options of the grant location.final StringThe ID of the registered location to which you are granting access.final StringThe Amazon Resource Name (ARN) of an AWS IAM Identity Center application associated with your Identity Center instance.final ObjectThe user, group, or role to which you are granting access.final StringThe 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 StringThe type ofS3SubPrefix.getTags()The AWS resource tags that you are adding to the access grant.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 theCfnAccessGrantMixinProps.Builder.
-
-
Method Details
-
getAccessGrantsLocationConfiguration
Description copied from interface:CfnAccessGrantMixinPropsThe 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
S3SubPrefixfield. The grant scope is the result of appending the subprefix to the location scope of the registered location.Returns union: either
IResolvableorCfnAccessGrantPropsMixin.AccessGrantsLocationConfigurationProperty- Specified by:
getAccessGrantsLocationConfigurationin interfaceCfnAccessGrantMixinProps- See Also:
-
getAccessGrantsLocationId
Description copied from interface:CfnAccessGrantMixinPropsThe 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
defaultto the default locations3://and assigns an auto-generated ID to other locations that you register.- Specified by:
getAccessGrantsLocationIdin interfaceCfnAccessGrantMixinProps- See Also:
-
getApplicationArn
Description copied from interface:CfnAccessGrantMixinPropsThe 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.
- Specified by:
getApplicationArnin interfaceCfnAccessGrantMixinProps- See Also:
-
getGrantee
Description copied from interface:CfnAccessGrantMixinPropsThe 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.
Returns union: either
IResolvableorCfnAccessGrantPropsMixin.GranteeProperty- Specified by:
getGranteein interfaceCfnAccessGrantMixinProps- See Also:
-
getPermission
Description copied from interface:CfnAccessGrantMixinPropsThe 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:
getPermissionin interfaceCfnAccessGrantMixinProps- See Also:
-
getS3PrefixType
Description copied from interface:CfnAccessGrantMixinPropsThe 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.- Specified by:
getS3PrefixTypein interfaceCfnAccessGrantMixinProps- See Also:
-
getTags
Description copied from interface:CfnAccessGrantMixinPropsThe 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:
getTagsin interfaceCfnAccessGrantMixinProps- 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()
-