interface IAMFederationOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.OpenSearchService.CfnDomainPropsMixin.IAMFederationOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsopensearchservice#CfnDomainPropsMixin_IAMFederationOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.opensearchservice.CfnDomainPropsMixin.IAMFederationOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_opensearchservice.CfnDomainPropsMixin.IAMFederationOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_opensearchservice » CfnDomainPropsMixin » IAMFederationOptionsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_opensearchservice as opensearchservice } from '@aws-cdk/cfn-property-mixins';
const iAMFederationOptionsProperty: opensearchservice.CfnDomainPropsMixin.IAMFederationOptionsProperty = {
enabled: false,
rolesKey: 'rolesKey',
subjectKey: 'subjectKey',
};
Properties
| Name | Type | Description |
|---|---|---|
| enabled? | boolean | IResolvable | |
| roles | string | |
| subject | string |
enabled?
Type:
boolean | IResolvable
(optional)
rolesKey?
Type:
string
(optional)
subjectKey?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript