Uses of Class
software.amazon.awscdk.services.s3.CfnAccessGrant.Builder
-
Uses of CfnAccessGrant.Builder in software.amazon.awscdk.services.s3
Modifier and TypeMethodDescriptionCfnAccessGrant.Builder.accessGrantsLocationConfiguration
(IResolvable accessGrantsLocationConfiguration) The configuration options of the grant location.CfnAccessGrant.Builder.accessGrantsLocationConfiguration
(CfnAccessGrant.AccessGrantsLocationConfigurationProperty accessGrantsLocationConfiguration) The configuration options of the grant location.CfnAccessGrant.Builder.accessGrantsLocationId
(String accessGrantsLocationId) The ID of the registered location to which you are granting access.CfnAccessGrant.Builder.applicationArn
(String applicationArn) The Amazon Resource Name (ARN) of an AWS IAM Identity Center application associated with your Identity Center instance.static CfnAccessGrant.Builder
CfnAccessGrant.Builder.grantee
(IResolvable grantee) The user, group, or role to which you are granting access.CfnAccessGrant.Builder.grantee
(CfnAccessGrant.GranteeProperty grantee) The user, group, or role to which you are granting access.CfnAccessGrant.Builder.permission
(String permission) 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.CfnAccessGrant.Builder.s3PrefixType
(String s3PrefixType) The type ofS3SubPrefix
.The AWS resource tags that you are adding to the access grant.