|
@@ -16,6 +16,7 @@ Resources:
|
|
|
Action:
|
|
Action:
|
|
|
- 'sts:AssumeRole'
|
|
- 'sts:AssumeRole'
|
|
|
Path: /
|
|
Path: /
|
|
|
|
|
+ RoleName: !Ref roleName
|
|
|
Metadata:
|
|
Metadata:
|
|
|
'AWS::CloudFormation::Designer':
|
|
'AWS::CloudFormation::Designer':
|
|
|
id: 5a809822-8fad-40ca-bd0f-7aae64ae7b4a
|
|
id: 5a809822-8fad-40ca-bd0f-7aae64ae7b4a
|
|
@@ -42,4 +43,8 @@ Resources:
|
|
|
- Ref: RootRole
|
|
- Ref: RootRole
|
|
|
Metadata:
|
|
Metadata:
|
|
|
'AWS::CloudFormation::Designer':
|
|
'AWS::CloudFormation::Designer':
|
|
|
- id: 15050a6e-6cfb-43ec-b19f-c3c3102187d3
|
|
|
|
|
|
|
+ id: 15050a6e-6cfb-43ec-b19f-c3c3102187d3
|
|
|
|
|
+Parameters:
|
|
|
|
|
+ roleName:
|
|
|
|
|
+ Type: String
|
|
|
|
|
+ Default: BaseRole
|