CapabilityReference
- class aws_cdk.interfaces.aws_eks.CapabilityReference(*, capability_arn)
Bases:
objectA reference to a Capability resource.
- Parameters:
capability_arn (
str) – The Arn of the Capability 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_eks as interfaces_eks capability_reference = interfaces_eks.CapabilityReference( capability_arn="capabilityArn" )
Attributes
- capability_arn
The Arn of the Capability resource.