CfnContactMethodMixinProps
- class aws_cdk.cfn_property_mixins.aws_lightsail.CfnContactMethodMixinProps(*, contact_endpoint=None, protocol=None)
Bases:
objectProperties 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:
- 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.
- protocol
The protocol of the contact method, such as Email or SMS (text messaging).