OpsItemReference
- class aws_cdk.interfaces.aws_ssm.OpsItemReference(*, ops_item_arn)
Bases:
objectA reference to a OpsItem resource.
- Parameters:
ops_item_arn (
str) – The OpsItemArn of the OpsItem 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_ssm as interfaces_ssm ops_item_reference = interfaces_ssm.OpsItemReference( ops_item_arn="opsItemArn" )
Attributes
- ops_item_arn
The OpsItemArn of the OpsItem resource.