interface LicenseSpecificationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnCapacityProvider.LicenseSpecificationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnCapacityProvider_LicenseSpecificationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnCapacityProvider.LicenseSpecificationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnCapacityProvider.LicenseSpecificationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnCapacityProvider » LicenseSpecificationProperty |
Describes a license configuration.
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 licenseSpecificationProperty: bedrockagentcore.CfnCapacityProvider.LicenseSpecificationProperty = {
licenseConfigurationArn: 'licenseConfigurationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| license | string | The ARN of the license configuration. |
licenseConfigurationArn
Type:
string
The ARN of the license configuration.

.NET
Go
Java
Python
TypeScript