IamSuperAdminRole:
Type: AWS::IAM::Role
Properties:
RoleName: fdn-SuperAdmin
AssumeRolePolicyDocument:
Statement:
- Effect: Allow
Principal:
Federated: !Sub arn:aws:iam::${AWS::AccountId}:saml-provider/UA_Shibboleth_IdP
Action: sts:AssumeRoleWithSAML
Condition:
StringEquals:
SAML:aud: https:
ManagedPolicyArns:
- arn:aws:iam::aws:policy/AdministratorAccess
User Roles CloudFormation Deployment
This CloudFormation template will deploy IAM roles for use by Users of this account.