AccessGrantsInstanceReference
- class aws_cdk.aws_s3.AccessGrantsInstanceReference(*, access_grants_instance_arn)
Bases:
object
A reference to a AccessGrantsInstance resource.
- Parameters:
access_grants_instance_arn (
str
) – The AccessGrantsInstanceArn of the AccessGrantsInstance resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_s3 as s3 access_grants_instance_reference = s3.AccessGrantsInstanceReference( access_grants_instance_arn="accessGrantsInstanceArn" )
Attributes
- access_grants_instance_arn
The AccessGrantsInstanceArn of the AccessGrantsInstance resource.