Manage a team on Rollbar.
To declare this entity in your AWS CloudFormation template, use the following syntax:
{ "Type" : "Rollbar::Teams::Team", "Properties" : { "Name" : String, "AccessLevel" : String, } }
Type: Rollbar::Teams::Team Properties: Name: String AccessLevel: String
Name of the team. Max length 32 characters.
Required: Yes
Type: String
Pattern: ^[a-zA-Z0-9-_ ]{1,32}$
Update requires: No interruption
Can be standard, light, or view.
Required: Yes
Type: String
Allowed Values: standard
| light
| view
Update requires: No interruption
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref returns the Id.
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.
The team ID.
The account ID where the team belongs to.