interface CfnMeteredProductProps
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_deadline.CfnMeteredProductProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdeadline#CfnMeteredProductProps |
Java | software.amazon.awscdk.services.deadline.CfnMeteredProductProps |
Python | aws_cdk.aws_deadline.CfnMeteredProductProps |
TypeScript | aws-cdk-lib » aws_deadline » CfnMeteredProductProps |
Properties for defining a CfnMeteredProduct
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_deadline as deadline } from 'aws-cdk-lib';
const cfnMeteredProductProps: deadline.CfnMeteredProductProps = {
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.