Show / Hide Table of Contents

Interface ICfnProactiveEngagementMixinProps

Properties for CfnProactiveEngagementPropsMixin.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Shield
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnProactiveEngagementMixinProps
Syntax (vb)
Public Interface ICfnProactiveEngagementMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-shield-proactiveengagement.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.Shield;

             var cfnProactiveEngagementMixinProps = new CfnProactiveEngagementMixinProps {
                 EmergencyContactList = new [] { new EmergencyContactProperty {
                     ContactNotes = "contactNotes",
                     EmailAddress = "emailAddress",
                     PhoneNumber = "phoneNumber"
                 } },
                 ProactiveEngagementStatus = "proactiveEngagementStatus"
             };

Synopsis

Properties

EmergencyContactList

The list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support, plus any relevant notes.

ProactiveEngagementStatus

Specifies whether proactive engagement is enabled or disabled.

Properties

EmergencyContactList

The list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support, plus any relevant notes.

object? EmergencyContactList { get; }
Property Value

object

Remarks

To enable proactive engagement, the contact list must include at least one phone number.

If you provide more than one contact, in the notes, indicate the circumstances under which each contact should be used. Include primary and secondary contact designations, and provide the hours of availability and time zones for each contact.

Example contact notes:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-shield-proactiveengagement.html#cfn-shield-proactiveengagement-emergencycontactlist

    Type union: either IResolvable or (either IResolvable or CfnProactiveEngagementPropsMixin.IEmergencyContactProperty)[]

    ProactiveEngagementStatus

    Specifies whether proactive engagement is enabled or disabled.

    string? ProactiveEngagementStatus { get; }
    Property Value

    string

    Remarks

    Valid values:

    ENABLED - The Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.

    DISABLED - The SRT will not proactively notify contacts about escalations or to initiate proactive customer support.

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-shield-proactiveengagement.html#cfn-shield-proactiveengagement-proactiveengagementstatus

    Back to top Generated by DocFX