aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.ssmcontacts.Contact

Resource Type definition for AWS::SSMContacts::Contact

Create Contact Resource

new Contact(name: string, args: ContactArgs, opts?: CustomResourceOptions);
@overload
def Contact(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            alias: Optional[str] = None,
            display_name: Optional[str] = None,
            plan: Optional[Sequence[ContactStageArgs]] = None,
            type: Optional[ContactType] = None)
@overload
def Contact(resource_name: str,
            args: ContactArgs,
            opts: Optional[ResourceOptions] = None)
func NewContact(ctx *Context, name string, args ContactArgs, opts ...ResourceOption) (*Contact, error)
public Contact(string name, ContactArgs args, CustomResourceOptions? opts = null)
public Contact(String name, ContactArgs args)
public Contact(String name, ContactArgs args, CustomResourceOptions options)
type: aws-native:ssmcontacts:Contact
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args ContactArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args ContactArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args ContactArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ContactArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args ContactArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Contact Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The Contact resource accepts the following input properties:

Alias string

Alias of the contact. String value with 20 to 256 characters. Only alphabetical, numeric characters, dash, or underscore allowed.

DisplayName string

Name of the contact. String value with 3 to 256 characters. Only alphabetical, space, numeric characters, dash, or underscore allowed.

Type Pulumi.AwsNative.SSMContacts.ContactType

Contact type, which specify type of contact. Currently supported values: “PERSONAL”, “SHARED”, “OTHER“.

Plan List<Pulumi.AwsNative.SSMContacts.Inputs.ContactStageArgs>

The stages that an escalation plan or engagement plan engages contacts and contact methods in.

Alias string

Alias of the contact. String value with 20 to 256 characters. Only alphabetical, numeric characters, dash, or underscore allowed.

DisplayName string

Name of the contact. String value with 3 to 256 characters. Only alphabetical, space, numeric characters, dash, or underscore allowed.

Type ContactType

Contact type, which specify type of contact. Currently supported values: “PERSONAL”, “SHARED”, “OTHER“.

Plan []ContactStageArgs

The stages that an escalation plan or engagement plan engages contacts and contact methods in.

alias String

Alias of the contact. String value with 20 to 256 characters. Only alphabetical, numeric characters, dash, or underscore allowed.

displayName String

Name of the contact. String value with 3 to 256 characters. Only alphabetical, space, numeric characters, dash, or underscore allowed.

type ContactType

Contact type, which specify type of contact. Currently supported values: “PERSONAL”, “SHARED”, “OTHER“.

plan List<ContactStageArgs>

The stages that an escalation plan or engagement plan engages contacts and contact methods in.

alias string

Alias of the contact. String value with 20 to 256 characters. Only alphabetical, numeric characters, dash, or underscore allowed.

displayName string

Name of the contact. String value with 3 to 256 characters. Only alphabetical, space, numeric characters, dash, or underscore allowed.

type ContactType

Contact type, which specify type of contact. Currently supported values: “PERSONAL”, “SHARED”, “OTHER“.

plan ContactStageArgs[]

The stages that an escalation plan or engagement plan engages contacts and contact methods in.

alias str

Alias of the contact. String value with 20 to 256 characters. Only alphabetical, numeric characters, dash, or underscore allowed.

display_name str

Name of the contact. String value with 3 to 256 characters. Only alphabetical, space, numeric characters, dash, or underscore allowed.

type ContactType

Contact type, which specify type of contact. Currently supported values: “PERSONAL”, “SHARED”, “OTHER“.

plan Sequence[ContactStageArgs]

The stages that an escalation plan or engagement plan engages contacts and contact methods in.

alias String

Alias of the contact. String value with 20 to 256 characters. Only alphabetical, numeric characters, dash, or underscore allowed.

displayName String

Name of the contact. String value with 3 to 256 characters. Only alphabetical, space, numeric characters, dash, or underscore allowed.

type "PERSONAL" | "CUSTOM" | "SERVICE" | "ESCALATION"

Contact type, which specify type of contact. Currently supported values: “PERSONAL”, “SHARED”, “OTHER“.

plan List<Property Map>

The stages that an escalation plan or engagement plan engages contacts and contact methods in.

Outputs

All input properties are implicitly available as output properties. Additionally, the Contact resource produces the following output properties:

Arn string

The Amazon Resource Name (ARN) of the contact.

Id string

The provider-assigned unique ID for this managed resource.

Arn string

The Amazon Resource Name (ARN) of the contact.

Id string

The provider-assigned unique ID for this managed resource.

arn String

The Amazon Resource Name (ARN) of the contact.

id String

The provider-assigned unique ID for this managed resource.

arn string

The Amazon Resource Name (ARN) of the contact.

id string

The provider-assigned unique ID for this managed resource.

arn str

The Amazon Resource Name (ARN) of the contact.

id str

The provider-assigned unique ID for this managed resource.

arn String

The Amazon Resource Name (ARN) of the contact.

id String

The provider-assigned unique ID for this managed resource.

Supporting Types

ContactChannelTargetInfo

ChannelId string

The Amazon Resource Name (ARN) of the contact channel.

RetryIntervalInMinutes int

The number of minutes to wait to retry sending engagement in the case the engagement initially fails.

ChannelId string

The Amazon Resource Name (ARN) of the contact channel.

RetryIntervalInMinutes int

The number of minutes to wait to retry sending engagement in the case the engagement initially fails.

channelId String

The Amazon Resource Name (ARN) of the contact channel.

retryIntervalInMinutes Integer

The number of minutes to wait to retry sending engagement in the case the engagement initially fails.

channelId string

The Amazon Resource Name (ARN) of the contact channel.

retryIntervalInMinutes number

The number of minutes to wait to retry sending engagement in the case the engagement initially fails.

channel_id str

The Amazon Resource Name (ARN) of the contact channel.

retry_interval_in_minutes int

The number of minutes to wait to retry sending engagement in the case the engagement initially fails.

channelId String

The Amazon Resource Name (ARN) of the contact channel.

retryIntervalInMinutes Number

The number of minutes to wait to retry sending engagement in the case the engagement initially fails.

ContactStage

DurationInMinutes int

The time to wait until beginning the next stage.

Targets List<Pulumi.AwsNative.SSMContacts.Inputs.ContactTargets>

The contacts or contact methods that the escalation plan or engagement plan is engaging.

DurationInMinutes int

The time to wait until beginning the next stage.

Targets []ContactTargets

The contacts or contact methods that the escalation plan or engagement plan is engaging.

durationInMinutes Integer

The time to wait until beginning the next stage.

targets List<ContactTargets>

The contacts or contact methods that the escalation plan or engagement plan is engaging.

durationInMinutes number

The time to wait until beginning the next stage.

targets ContactTargets[]

The contacts or contact methods that the escalation plan or engagement plan is engaging.

duration_in_minutes int

The time to wait until beginning the next stage.

targets Sequence[ContactTargets]

The contacts or contact methods that the escalation plan or engagement plan is engaging.

durationInMinutes Number

The time to wait until beginning the next stage.

targets List<Property Map>

The contacts or contact methods that the escalation plan or engagement plan is engaging.

ContactTargetInfo

ContactId string

The Amazon Resource Name (ARN) of the contact.

IsEssential bool

A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.

ContactId string

The Amazon Resource Name (ARN) of the contact.

IsEssential bool

A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.

contactId String

The Amazon Resource Name (ARN) of the contact.

isEssential Boolean

A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.

contactId string

The Amazon Resource Name (ARN) of the contact.

isEssential boolean

A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.

contact_id str

The Amazon Resource Name (ARN) of the contact.

is_essential bool

A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.

contactId String

The Amazon Resource Name (ARN) of the contact.

isEssential Boolean

A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.

ContactTargets

ContactType

Personal
PERSONAL
Custom
CUSTOM
Service
SERVICE
Escalation
ESCALATION
ContactTypePersonal
PERSONAL
ContactTypeCustom
CUSTOM
ContactTypeService
SERVICE
ContactTypeEscalation
ESCALATION
Personal
PERSONAL
Custom
CUSTOM
Service
SERVICE
Escalation
ESCALATION
Personal
PERSONAL
Custom
CUSTOM
Service
SERVICE
Escalation
ESCALATION
PERSONAL
PERSONAL
CUSTOM
CUSTOM
SERVICE
SERVICE
ESCALATION
ESCALATION
"PERSONAL"
PERSONAL
"CUSTOM"
CUSTOM
"SERVICE"
SERVICE
"ESCALATION"
ESCALATION

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0