AccessGrantsInstanceReference
- class aws_cdk.interfaces.aws_s3.AccessGrantsInstanceReference(*, access_grants_instance_arn)
Bases:
objectA 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.interfaces import aws_s3 as interfaces_aws_s3 access_grants_instance_reference = interfaces_aws_s3.AccessGrantsInstanceReference( access_grants_instance_arn="accessGrantsInstanceArn" )
Attributes
- access_grants_instance_arn
The AccessGrantsInstanceArn of the AccessGrantsInstance resource.