interface LicenseSpecificationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnCapacityProviderPropsMixin.LicenseSpecificationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnCapacityProviderPropsMixin_LicenseSpecificationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnCapacityProviderPropsMixin.LicenseSpecificationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnCapacityProviderPropsMixin.LicenseSpecificationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnCapacityProviderPropsMixin » 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/cfn-property-mixins';
const licenseSpecificationProperty: bedrockagentcore.CfnCapacityProviderPropsMixin.LicenseSpecificationProperty = {
licenseConfigurationArn: 'licenseConfigurationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| license | string | The ARN of the license configuration. |
licenseConfigurationArn?
Type:
string
(optional)
The ARN of the license configuration.

.NET
Go
Java
Python
TypeScript