AWS Fundamentals Logo
AWS Fundamentals
AWS::IAM::SAMLProvider

IAM SAMLProvider

Resource Type definition for AWS::IAM::SAMLProvider

Properties

7 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AddPrivateKey
string
Create-onlyWrite-only
AssertionEncryptionMode
string
Name
string
Create-only
PrivateKeyList
Array<SAMLPrivateKey>
RemovePrivateKey
string
Create-onlyWrite-only
SamlMetadataDocument
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringAmazon Resource Name (ARN) of the SAML provider
SamlProviderUUIDstringThe unique identifier assigned to the SAML provider

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iam:CreateSAMLProvideriam:GetSAMLProvideriam:TagSAMLProvider

read

iam:GetSAMLProvider

update

iam:UpdateSAMLProvideriam:GetSAMLProvideriam:TagSAMLProvideriam:ListSAMLProviderTagsiam:UntagSAMLProvider

delete

iam:DeleteSAMLProvider

list

iam:ListSAMLProvidersiam:GetSAMLProvider

Get the IAM Cheat Sheet

Everything you need to know about IAM on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceIAM
Properties9
Required0
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameAddPrivateKeyRemovePrivateKey

External Links