Skip to content

Latest commit

 

History

History
87 lines (50 loc) · 2.12 KB

File metadata and controls

87 lines (50 loc) · 2.12 KB

PagerDuty::Teams::Team

Manage a team in PagerDuty.

Syntax

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

JSON

{
    "Type" : "PagerDuty::Teams::Team",
    "Properties" : {
        "Name" : String,
        "Description" : String,
    }
}

YAML

Type: PagerDuty::Teams::Team
Properties:
    Name: String
    Description: String

Properties

Name

The name of the team.

Required: Yes

Type: String

Minimum Length: 1

Maximum Length: 100

Update requires: No interruption

Description

The description of the team.

Required: No

Type: String

Minimum Length: 1

Maximum Length: 1024

Update requires: No interruption

Return Values

Ref

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

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

Id

Returns the Id value.

Summary

A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical to name, though it is not intended to be an identifier.

Type

The type of object being created.

HtmlUrl

A URL at which the entity is uniquely displayed in the Web app.