brianterry / roleexample

Example creating a role with Cloud Control API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brian::iam::role

An example resource schema demonstrating some basic constructs and validation rules.

Syntax

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

JSON

{
    "Type" : "brian::iam::role",
    "Properties" : {
    }
}

YAML

Type: brian::iam::role
Properties:

Properties

Return Values

Ref

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

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.

Token

Progress token

About

Example creating a role with Cloud Control API


Languages

Language:Go 97.4%Language:Makefile 2.6%