| Package | Description |
|---|---|
| software.amazon.awscdk.services.ssmcontacts |
AWS::SSMContacts Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnContact.Builder |
CfnContact.Builder.alias(String alias)
The unique and identifiable alias of the contact or escalation plan.
|
static CfnContact.Builder |
CfnContact.Builder.create(software.constructs.Construct scope,
String id) |
CfnContact.Builder |
CfnContact.Builder.displayName(String displayName)
The full name of the contact or escalation plan.
|
CfnContact.Builder |
CfnContact.Builder.plan(IResolvable plan)
A list of stages.
|
CfnContact.Builder |
CfnContact.Builder.plan(List<? extends Object> plan)
A list of stages.
|
CfnContact.Builder |
CfnContact.Builder.type(String type)
Refers to the type of contact.
|
Copyright © 2022. All rights reserved.