Class CfnProactiveEngagement
- All Implemented Interfaces:
IInspectable,IProactiveEngagementRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
To enable proactive engagement, you must be subscribed to the Business Support plan or the Enterprise Support plan .
Configure AWS::Shield::ProactiveEngagement for one account
To configure this resource through AWS CloudFormation , you must be subscribed to AWS Shield Advanced . You can subscribe through the Shield Advanced console and through the APIs. For more information, see Subscribe to AWS Shield Advanced .
See example templates for Shield Advanced in AWS CloudFormation at aws-samples/aws-shield-advanced-examples .
Configure Shield Advanced using AWS CloudFormation and AWS Firewall Manager
You might be able to use Firewall Manager with AWS CloudFormation to configure Shield Advanced across multiple accounts and protected resources. To do this, your accounts must be part of an organization in AWS Organizations . You can use Firewall Manager to configure Shield Advanced protections for any resource types except for Amazon RouteĀ 53 or AWS Global Accelerator .
For an example of this, see the one-click configuration guidance published by the AWS technical community at One-click deployment of Shield Advanced .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.shield.*;
CfnProactiveEngagement cfnProactiveEngagement = CfnProactiveEngagement.Builder.create(this, "MyCfnProactiveEngagement")
.emergencyContactList(List.of(EmergencyContactProperty.builder()
.emailAddress("emailAddress")
// the properties below are optional
.contactNotes("contactNotes")
.phoneNumber("phoneNumber")
.build()))
.proactiveEngagementStatus("proactiveEngagementStatus")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnProactiveEngagement.static interfaceContact information that the SRT can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.shield.IProactiveEngagementRef
IProactiveEngagementRef.Jsii$Default, IProactiveEngagementRef.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnProactiveEngagement(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnProactiveEngagement(software.amazon.jsii.JsiiObjectRef objRef) CfnProactiveEngagement(software.constructs.Construct scope, String id, CfnProactiveEngagementProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the account that submitted the template.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.A reference to a ProactiveEngagement resource.Specifies whether proactive engagement is enabled or disabled.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetEmergencyContactList(List<Object> value) 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.voidThe 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.voidSpecifies whether proactive engagement is enabled or disabled.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnProactiveEngagement
protected CfnProactiveEngagement(software.amazon.jsii.JsiiObjectRef objRef) -
CfnProactiveEngagement
protected CfnProactiveEngagement(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnProactiveEngagement
@Stability(Stable) public CfnProactiveEngagement(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnProactiveEngagementProps props) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrAccountId
The ID of the account that submitted the template. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getProactiveEngagementRef
A reference to a ProactiveEngagement resource.- Specified by:
getProactiveEngagementRefin interfaceIProactiveEngagementRef
-
getEmergencyContactList
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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnProactiveEngagement.EmergencyContactProperty> -
setEmergencyContactList
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. -
setEmergencyContactList
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. -
getProactiveEngagementStatus
Specifies whether proactive engagement is enabled or disabled. -
setProactiveEngagementStatus
Specifies whether proactive engagement is enabled or disabled.
-