aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 54 forks source link

af-south-1 support for AWS::Cognito::IdentityPoolRoleAttachment and AWS::Cognito::IdentityPool #1882

Closed patrickhannah closed 7 months ago

patrickhannah commented 8 months ago

Name of the resource

AWS::Cognito::IdentityPool

Resource name

No response

Description

Requesting af-south-1 support in CloudFormation for AWS::Cognito::IdentityPoolRoleAttachment and AWS::Cognito::IdentityPool, as af-south-1 now has Cognito and we wish to deploy, via CloudFormation, Cognito resources into af-south-1 and cannot unless we manually create or use a custom resource, both of which have their own downsides.

Other Details

No response

armandsyah134 commented 7 months ago

Hello, both resources AWS::Cognito::IdentityPool and AWS::Cognito::IdentityPoolRoleAttachment are now available in CPT (af-south-1).

Verified by using aws cloudformation describe-type (types have visibility PUBLIC and ProvisioningType FULLY_MUTABLE) and testing the resources out in CPT. Please let us know if you have any other issues

➜  ~ aws cloudformation describe-type \
    --type-name AWS::Cognito::IdentityPool \
    --type RESOURCE \
    --region af-south-1 \
    --no-cli-pager
{
    "Arn": "arn:aws:cloudformation:af-south-1::type/resource/AWS-Cognito-IdentityPool",
    "Type": "RESOURCE",
    "TypeName": "AWS::Cognito::IdentityPool",
    "IsDefaultVersion": true,
    "Description": "Resource Type definition for AWS::Cognito::IdentityPool",
    "Schema": "<Omitted>"
    "ProvisioningType": "FULLY_MUTABLE",
    "DeprecatedStatus": "LIVE",
    "Visibility": "PUBLIC",
    "SourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
    "TimeCreated": "2024-01-04T16:54:39.972000+00:00"
}
➜  ~ aws cloudformation describe-type \
    --type-name AWS::Cognito::IdentityPoolRoleAttachment \
    --type RESOURCE \
    --region af-south-1 \
    --no-cli-pager
{
    "Arn": "arn:aws:cloudformation:af-south-1::type/resource/AWS-Cognito-IdentityPoolRoleAttachment",
    "Type": "RESOURCE",
    "TypeName": "AWS::Cognito::IdentityPoolRoleAttachment",
    "IsDefaultVersion": true,
    "Description": "Resource Type definition for AWS::Cognito::IdentityPoolRoleAttachment",
    "Schema": "<Omitted>"
    "ProvisioningType": "FULLY_MUTABLE",
    "DeprecatedStatus": "LIVE",
    "Visibility": "PUBLIC",
    "SourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
    "TimeCreated": "2024-01-04T16:56:36.739000+00:00"