1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. lightsail
  6. ContactMethod

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.80.0
published on Monday, Sep 21, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.80.0
published on Monday, Sep 21, 2026 by Pulumi

    Resource Type definition for AWS::Lightsail::ContactMethod

    Create ContactMethod Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ContactMethod(name: string, args: ContactMethodArgs, opts?: CustomResourceOptions);
    @overload
    def ContactMethod(resource_name: str,
                      args: ContactMethodArgs,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def ContactMethod(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      contact_endpoint: Optional[str] = None,
                      protocol: Optional[ContactMethodProtocol] = None)
    func NewContactMethod(ctx *Context, name string, args ContactMethodArgs, opts ...ResourceOption) (*ContactMethod, error)
    public ContactMethod(string name, ContactMethodArgs args, CustomResourceOptions? opts = null)
    public ContactMethod(String name, ContactMethodArgs args)
    public ContactMethod(String name, ContactMethodArgs args, CustomResourceOptions options)
    
    type: aws-native:lightsail:ContactMethod
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_lightsail_contact_method" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args ContactMethodArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ContactMethodArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ContactMethodArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ContactMethodArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ContactMethodArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ContactMethod Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ContactMethod resource accepts the following input properties:

    ContactEndpoint string
    The destination of the contact method, such as an email address or a mobile phone number.
    Protocol Pulumi.AwsNative.Lightsail.ContactMethodProtocol
    The protocol of the contact method, such as Email or SMS (text messaging).
    ContactEndpoint string
    The destination of the contact method, such as an email address or a mobile phone number.
    Protocol ContactMethodProtocol
    The protocol of the contact method, such as Email or SMS (text messaging).
    contact_endpoint string
    The destination of the contact method, such as an email address or a mobile phone number.
    protocol "Email" | "SMS"
    The protocol of the contact method, such as Email or SMS (text messaging).
    contactEndpoint String
    The destination of the contact method, such as an email address or a mobile phone number.
    protocol ContactMethodProtocol
    The protocol of the contact method, such as Email or SMS (text messaging).
    contactEndpoint string
    The destination of the contact method, such as an email address or a mobile phone number.
    protocol ContactMethodProtocol
    The protocol of the contact method, such as Email or SMS (text messaging).
    contact_endpoint str
    The destination of the contact method, such as an email address or a mobile phone number.
    protocol ContactMethodProtocol
    The protocol of the contact method, such as Email or SMS (text messaging).
    contactEndpoint String
    The destination of the contact method, such as an email address or a mobile phone number.
    protocol "Email" | "SMS"
    The protocol of the contact method, such as Email or SMS (text messaging).

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ContactMethod resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) of the contact method.
    CreatedAt string
    The timestamp when the contact method was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the contact method.
    ResourceType string
    The Lightsail resource type of the contact method.
    Status Pulumi.AwsNative.Lightsail.ContactMethodStatus
    The current status of the contact method.
    SupportCode string
    The support code for the contact method.
    Arn string
    The Amazon Resource Name (ARN) of the contact method.
    CreatedAt string
    The timestamp when the contact method was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the contact method.
    ResourceType string
    The Lightsail resource type of the contact method.
    Status ContactMethodStatus
    The current status of the contact method.
    SupportCode string
    The support code for the contact method.
    arn string
    The Amazon Resource Name (ARN) of the contact method.
    created_at string
    The timestamp when the contact method was created.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The name of the contact method.
    resource_type string
    The Lightsail resource type of the contact method.
    status "PendingVerification" | "Valid" | "Invalid"
    The current status of the contact method.
    support_code string
    The support code for the contact method.
    arn String
    The Amazon Resource Name (ARN) of the contact method.
    createdAt String
    The timestamp when the contact method was created.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the contact method.
    resourceType String
    The Lightsail resource type of the contact method.
    status ContactMethodStatus
    The current status of the contact method.
    supportCode String
    The support code for the contact method.
    arn string
    The Amazon Resource Name (ARN) of the contact method.
    createdAt string
    The timestamp when the contact method was created.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The name of the contact method.
    resourceType string
    The Lightsail resource type of the contact method.
    status ContactMethodStatus
    The current status of the contact method.
    supportCode string
    The support code for the contact method.
    arn str
    The Amazon Resource Name (ARN) of the contact method.
    created_at str
    The timestamp when the contact method was created.
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    The name of the contact method.
    resource_type str
    The Lightsail resource type of the contact method.
    status ContactMethodStatus
    The current status of the contact method.
    support_code str
    The support code for the contact method.
    arn String
    The Amazon Resource Name (ARN) of the contact method.
    createdAt String
    The timestamp when the contact method was created.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the contact method.
    resourceType String
    The Lightsail resource type of the contact method.
    status "PendingVerification" | "Valid" | "Invalid"
    The current status of the contact method.
    supportCode String
    The support code for the contact method.

    Supporting Types

    ContactMethodProtocol, ContactMethodProtocolArgs

    Email
    Email
    Sms
    SMS
    ContactMethodProtocolEmail
    Email
    ContactMethodProtocolSms
    SMS
    "Email"
    Email
    "SMS"
    SMS
    Email
    Email
    Sms
    SMS
    Email
    Email
    Sms
    SMS
    EMAIL
    Email
    SMS
    SMS
    "Email"
    Email
    "SMS"
    SMS

    ContactMethodStatus, ContactMethodStatusArgs

    PendingVerification
    PendingVerification
    Valid
    Valid
    Invalid
    Invalid
    ContactMethodStatusPendingVerification
    PendingVerification
    ContactMethodStatusValid
    Valid
    ContactMethodStatusInvalid
    Invalid
    "PendingVerification"
    PendingVerification
    "Valid"
    Valid
    "Invalid"
    Invalid
    PendingVerification
    PendingVerification
    Valid
    Valid
    Invalid
    Invalid
    PendingVerification
    PendingVerification
    Valid
    Valid
    Invalid
    Invalid
    PENDING_VERIFICATION
    PendingVerification
    VALID
    Valid
    INVALID
    Invalid
    "PendingVerification"
    PendingVerification
    "Valid"
    Valid
    "Invalid"
    Invalid

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.80.0
    published on Monday, Sep 21, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial