ContactMethodReference

class aws_cdk.interfaces.aws_lightsail.ContactMethodReference(*, contact_method_arn)

Bases: object

A reference to a ContactMethod resource.

Parameters:

contact_method_arn (str) – The Arn of the ContactMethod 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_lightsail as interfaces_lightsail

contact_method_reference = interfaces_lightsail.ContactMethodReference(
    contact_method_arn="contactMethodArn"
)

Attributes

contact_method_arn

The Arn of the ContactMethod resource.