We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 21, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
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:
- Contact
Endpoint string - The destination of the contact method, such as an email address or a mobile phone number.
- Protocol
Pulumi.
Aws Native. Lightsail. Contact Method Protocol - 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
Contact
Method Protocol - 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).
- contact
Endpoint String - The destination of the contact method, such as an email address or a mobile phone number.
- protocol
Contact
Method Protocol - 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
Contact
Method Protocol - 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
Contact
Method Protocol - 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).
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.
- 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
Pulumi.
Aws Native. Lightsail. Contact Method Status - 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.
- 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
Contact
Method Status - 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.
- 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
"Pending
Verification" | "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.
- 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
Contact
Method Status - 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.
- 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
Contact
Method Status - The current status of the contact method.
- support
Code 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
Contact
Method Status - 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.
- 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
"Pending
Verification" | "Valid" | "Invalid" - The current status of the contact method.
- support
Code String - The support code for the contact method.
Supporting Types
ContactMethodProtocol, ContactMethodProtocolArgs
Email- Sms
SMS
- Contact
Method Protocol Email Email- Contact
Method Protocol Sms SMS
- "Email"
Email- "SMS"
SMS
Email- Sms
SMS
Email- Sms
SMS
Email- SMS
SMS
- "Email"
Email- "SMS"
SMS
ContactMethodStatus, ContactMethodStatusArgs
- Pending
Verification PendingVerification- Valid
Valid- Invalid
Invalid
- Contact
Method Status Pending Verification PendingVerification- Contact
Method Status Valid Valid- Contact
Method Status Invalid Invalid
- "Pending
Verification" PendingVerification- "Valid"
Valid- "Invalid"
Invalid
- Pending
Verification PendingVerification- Valid
Valid- Invalid
Invalid
- Pending
Verification PendingVerification- Valid
Valid- Invalid
Invalid
- PENDING_VERIFICATION
PendingVerification- VALID
Valid- INVALID
Invalid
- "Pending
Verification" PendingVerification- "Valid"
Valid- "Invalid"
Invalid
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 21, 2026 by Pulumi