Skip to content

Latest commit

 

History

History
75 lines (44 loc) · 1.79 KB

File metadata and controls

75 lines (44 loc) · 1.79 KB

Rollbar::Teams::Team

Manage a team on Rollbar.

Syntax

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

JSON

{
    "Type" : "Rollbar::Teams::Team",
    "Properties" : {
        "Name" : String,
        "AccessLevel" : String,
    }
}

YAML

Type: Rollbar::Teams::Team
Properties:
    Name: String
    AccessLevel: String

Properties

Name

Name of the team. Max length 32 characters.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9-_ ]{1,32}$

Update requires: No interruption

AccessLevel

Can be standard, light, or view.

Required: Yes

Type: String

Allowed Values: standard | light | view

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

The team ID.

AccountId

The account ID where the team belongs to.