interface PermissionsConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnCapacityProvider.PermissionsConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnCapacityProvider_PermissionsConfigurationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnCapacityProvider.PermissionsConfigurationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnCapacityProvider.PermissionsConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnCapacityProvider » PermissionsConfigurationProperty |
Configuration for permissions associated with a capacity provider.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const permissionsConfigurationProperty: bedrockagentcore.CfnCapacityProvider.PermissionsConfigurationProperty = {
capacityProviderOperatorRoleArn: 'capacityProviderOperatorRoleArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| capacity | string | The ARN of the IAM role that operators use to manage the capacity provider. |
capacityProviderOperatorRoleArn
Type:
string
The ARN of the IAM role that operators use to manage the capacity provider.

.NET
Go
Java
Python
TypeScript