interface MappingRuleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.RolesAnywhere.Mixins.CfnProfilePropsMixin.MappingRuleProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsrolesanywhere/mixins#CfnProfilePropsMixin_MappingRuleProperty |
Java | software.amazon.awscdk.mixins.preview.services.rolesanywhere.mixins.CfnProfilePropsMixin.MappingRuleProperty |
Python | aws_cdk.mixins_preview.aws_rolesanywhere.mixins.CfnProfilePropsMixin.MappingRuleProperty |
TypeScript | @aws-cdk/mixins-preview » aws_rolesanywhere » mixins » CfnProfilePropsMixin » MappingRuleProperty |
A single mapping entry for each supported specifier or sub-field.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as rolesanywhere_mixins } from '@aws-cdk/mixins-preview/aws-rolesanywhere';
const mappingRuleProperty: rolesanywhere_mixins.CfnProfilePropsMixin.MappingRuleProperty = {
specifier: 'specifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| specifier? | string | Specifier within a certificate field, such as CN, OU, or UID from the Subject field. |
specifier?
Type:
string
(optional)
Specifier within a certificate field, such as CN, OU, or UID from the Subject field.

.NET
Go
Java
Python
TypeScript