QuotaShareReference

class aws_cdk.interfaces.aws_batch.QuotaShareReference(*, quota_share_arn)

Bases: object

A reference to a QuotaShare resource.

Parameters:

quota_share_arn (str) – The QuotaShareArn of the QuotaShare 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_batch as interfaces_batch

quota_share_reference = interfaces_batch.QuotaShareReference(
    quota_share_arn="quotaShareArn"
)

Attributes

quota_share_arn

The QuotaShareArn of the QuotaShare resource.