interface CfnMeteredProductMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Deadline.Mixins.CfnMeteredProductMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdeadline/mixins#CfnMeteredProductMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.deadline.mixins.CfnMeteredProductMixinProps |
Python | aws_cdk.mixins_preview.aws_deadline.mixins.CfnMeteredProductMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_deadline » mixins » CfnMeteredProductMixinProps |
Properties for CfnMeteredProductPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as deadline_mixins } from '@aws-cdk/mixins-preview/aws-deadline';
const cfnMeteredProductMixinProps: deadline_mixins.CfnMeteredProductMixinProps = {
licenseEndpointId: 'licenseEndpointId',
productId: 'productId',
};
Properties
| Name | Type | Description |
|---|---|---|
| license | string | The Amazon EC2 identifier of the license endpoint. |
| product | string | The product ID. |
licenseEndpointId?
Type:
string
(optional)
The Amazon EC2 identifier of the license endpoint.
productId?
Type:
string
(optional)
The product ID.

.NET
Go
Java
Python
TypeScript