AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Deadline::MeteredProduct

CfnMeteredProduct

Adds a metered product.

Import

import { CfnMeteredProduct } from 'aws-cdk-lib/aws-deadline';

Or use the module namespace:

import * as deadline from 'aws-cdk-lib/aws-deadline';
// deadline.CfnMeteredProduct

Properties

Configuration passed to the constructor as CfnMeteredProductProps.

licenseEndpointIdOptional
string

The Amazon EC2 identifier of the license endpoint.

productIdOptional
string

The product ID.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-deadline
CFN TypeAWS::Deadline::MeteredProduct
Properties2

External Links