AWS::IAM::SAMLProviderResource Type definition for AWS::IAM::SAMLProvider
7 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AddPrivateKey | string | Create-onlyWrite-only |
AssertionEncryptionMode | string | |
Name | string | Create-only |
PrivateKeyList | Array<SAMLPrivateKey> | |
RemovePrivateKey | string | Create-onlyWrite-only |
SamlMetadataDocument | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Amazon Resource Name (ARN) of the SAML provider |
SamlProviderUUID | string | The unique identifier assigned to the SAML provider |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IAM::SAMLProvider
Resources:
MyResource:
Type: AWS::IAM::SAMLProvider
Properties:
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
iam:CreateSAMLProvideriam:GetSAMLProvideriam:TagSAMLProvideriam:GetSAMLProvideriam:UpdateSAMLProvideriam:GetSAMLProvideriam:TagSAMLProvideriam:ListSAMLProviderTagsiam:UntagSAMLProvideriam:DeleteSAMLProvideriam:ListSAMLProvidersiam:GetSAMLProviderEverything you need to know about IAM on one page. HD quality, print-friendly.
Download Free InfographicArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameAddPrivateKeyRemovePrivateKey