Skip to content

Latest commit

 

History

History
94 lines (58 loc) · 2.83 KB

File metadata and controls

94 lines (58 loc) · 2.83 KB

Community::Account::AlternateContact

Community type to manage account alternate contacts

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{
    "Type" : "Community::Account::AlternateContact",
    "Properties" : {
        "AlternateContactType" : String,
        "Name" : String,
        "EmailAddress" : String,
        "PhoneNumber" : String,
        "Title" : String,
        "AccountId" : String
    }
}

YAML

Type: Community::Account::AlternateContact
Properties:
    AlternateContactType: String
    Name: String
    EmailAddress: String
    PhoneNumber: String
    Title: String
    AccountId: String

Properties

AlternateContactType

Required: Yes

Type: String

Allowed Values: BILLING | OPERATIONS | SECURITY

Update requires: Replacement

Name

Required: Yes

Type: String

Update requires: No interruption

EmailAddress

Required: Yes

Type: String

Update requires: No interruption

PhoneNumber

Required: Yes

Type: String

Update requires: No interruption

Title

Required: Yes

Type: String

Update requires: No interruption

AccountId

Required: No

Type: String

Update requires: No interruption

Return Values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the AlternateContactType.