This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::RolesAnywhere::Profile AttributeMapping
A mapping applied to the authenticating end-entity certificate.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CertificateField" :String, "MappingRules" :[ MappingRule, ... ]}
YAML
CertificateField:StringMappingRules:- MappingRule
Properties
CertificateField-
Fields (x509Subject, x509Issuer and x509SAN) within X.509 certificates.
Required: Yes
Type: String
Allowed values:
x509Subject | x509Issuer | x509SANUpdate requires: No interruption
MappingRules-
A list of mapping entries for every supported specifier or sub-field.
Required: Yes
Type: Array of MappingRule
Update requires: No interruption