AWS Fundamentals Logo
AWS Fundamentals
AWS::MPA::IdentitySource

MPA IdentitySource

Resource Type definition for AWS::MPA::IdentitySource.

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
IdentitySourceParameters
IdentitySourceParameters
RequiredCreate-only
Tags
array

Return Values

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

AttributeTypeDescription
CreationTimestring-
IdentitySourceArnstring-
IdentitySourceTypestring-
Statusstring-
StatusCodestring-
StatusMessagestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MPA::IdentitySource

Resources:
  MyResource:
    Type: AWS::MPA::IdentitySource
    Properties:
      IdentitySourceParameters: "my-identitysourceparameters"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

mpa:CreateIdentitySourcempa:TagResourcempa:ListTagsForResourcempa:GetIdentitySourcesso:DescribeApplicationsso:DescribeInstancesso:CreateApplicationsso:PutApplicationAssignmentConfiguration

read

mpa:GetIdentitySourcempa:ListTagsForResource

update

mpa:GetIdentitySourcempa:TagResourcempa:ListTagsForResourcempa:UntagResource

delete

mpa:DeleteIdentitySourcempa:GetIdentitySourcempa:UntagResourcesso:DeleteApplicationsso:ListInstanceskms:Decrypt

list

mpa:ListIdentitySourcesmpa:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceMPA
Properties8
Required1
TaggingSupported
Primary IDIdentitySourceArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

IdentitySourceParametersIdentitySourceParameters/IamIdentityCenterIdentitySourceParameters/IamIdentityCenter/InstanceArnIdentitySourceParameters/IamIdentityCenter/Region

Related Resources

External Links