AWS Fundamentals Logo
AWS Fundamentals
AWS::Deadline::MeteredProduct

Deadline MeteredProduct

Definition of AWS::Deadline::MeteredProduct Resource Type

Properties

2 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
LicenseEndpointId
string
Create-only
ProductId
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
Familystring-
Portinteger-
Vendorstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Deadline::MeteredProduct

Resources:
  MyResource:
    Type: AWS::Deadline::MeteredProduct
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

deadline:PutMeteredProductdeadline:ListMeteredProducts

read

deadline:GetMeteredProductdeadline:ListMeteredProducts

delete

deadline:DeleteMeteredProductdeadline:ListMeteredProducts

list

deadline:ListMeteredProducts

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

ServiceDeadline
Properties6
Required0
TaggingNot supported
Primary IDArn

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

LicenseEndpointIdProductId

External Links