interface ResourceServerConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SSO.CfnApplicationProviderPropsMixin.ResourceServerConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssso#CfnApplicationProviderPropsMixin_ResourceServerConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sso.CfnApplicationProviderPropsMixin.ResourceServerConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_sso.CfnApplicationProviderPropsMixin.ResourceServerConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sso » CfnApplicationProviderPropsMixin » ResourceServerConfigProperty |
A structure that describes the configuration of a resource server.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sso as sso } from '@aws-cdk/cfn-property-mixins';
const resourceServerConfigProperty: sso.CfnApplicationProviderPropsMixin.ResourceServerConfigProperty = {
scopes: {
scopesKey: {
detailedTitle: 'detailedTitle',
longDescription: 'longDescription',
},
},
};
Properties
| Name | Type | Description |
|---|---|---|
| scopes? | IResolvable | { [string]: IResolvable | Resource } | A map of IAM Identity Center access scopes associated with this resource server. |
scopes?
Type:
IResolvable | { [string]: IResolvable | Resource }
(optional)
A map of IAM Identity Center access scopes associated with this resource server.

.NET
Go
Java
Python
TypeScript