SystemReference
- class aws_cdk.interfaces.aws_resiliencehubv2.SystemReference(*, system_arn)
Bases:
objectA reference to a System resource.
- Parameters:
system_arn (
str) – The SystemArn of the System 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_resiliencehubv2 as interfaces_resiliencehubv2 system_reference = interfaces_resiliencehubv2.SystemReference( system_arn="systemArn" )
Attributes
- system_arn
The SystemArn of the System resource.