interface ContactMethodReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Lightsail.ContactMethodReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awslightsail#ContactMethodReference |
Java | software.amazon.awscdk.interfaces.lightsail.ContactMethodReference |
Python | aws_cdk.interfaces.aws_lightsail.ContactMethodReference |
TypeScript | aws-cdk-lib » interfaces » aws_lightsail » ContactMethodReference |
A reference to a ContactMethod resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lightsail as interfaces_lightsail } from 'aws-cdk-lib/interfaces';
const contactMethodReference: interfaces_lightsail.ContactMethodReference = {
contactMethodArn: 'contactMethodArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| contact | string | The Arn of the ContactMethod resource. |
contactMethodArn
Type:
string
The Arn of the ContactMethod resource.

.NET
Go
Java
Python
TypeScript