AWS::IAM::SAMLProvider SAMLPrivateKey - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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