interface PermissionsConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnCapacityProviderPropsMixin.PermissionsConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnCapacityProviderPropsMixin_PermissionsConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnCapacityProviderPropsMixin.PermissionsConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnCapacityProviderPropsMixin.PermissionsConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnCapacityProviderPropsMixin » 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/cfn-property-mixins';
const permissionsConfigurationProperty: bedrockagentcore.CfnCapacityProviderPropsMixin.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
(optional)
The ARN of the IAM role that operators use to manage the capacity provider.

.NET
Go
Java
Python
TypeScript