CfnContactMethodMixinProps

class aws_cdk.cfn_property_mixins.aws_lightsail.CfnContactMethodMixinProps(*, contact_endpoint=None, protocol=None)

Bases: object

Properties for CfnContactMethodPropsMixin.

Parameters:
  • contact_endpoint (Optional[str]) – The destination of the contact method, such as an email address or a mobile phone number.

  • protocol (Optional[str]) – The protocol of the contact method, such as Email or SMS (text messaging).

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-contactmethod.html

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.cfn_property_mixins import aws_lightsail as lightsail

cfn_contact_method_mixin_props = lightsail.CfnContactMethodMixinProps(
    contact_endpoint="contactEndpoint",
    protocol="protocol"
)

Attributes

contact_endpoint

The destination of the contact method, such as an email address or a mobile phone number.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-contactmethod.html#cfn-lightsail-contactmethod-contactendpoint

protocol

The protocol of the contact method, such as Email or SMS (text messaging).

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-contactmethod.html#cfn-lightsail-contactmethod-protocol