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