AWS::IAM::SAMLProvider SAMLPrivateKey - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::IAM::SAMLProvider SAMLPrivateKey

Contains the private keys for the SAML provider.

This data type is used as a response element in the GetSAMLProvider operation.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "KeyId" : String, "Timestamp" : String }

YAML

KeyId: String Timestamp: String

Properties

KeyId

The unique identifier for the SAML private key.

Required: Yes

Type: String

Pattern: [A-Z0-9]+

Minimum: 22

Maximum: 64

Update requires: No interruption

Timestamp

The date and time, in ISO 8601 date-time format, when the private key was uploaded.

Required: Yes

Type: String

Update requires: No interruption