We recommend new projects start with resources from the AWS provider.
aws-native.deadline.MeteredProduct
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::Deadline::MeteredProduct Resource Type
Create MeteredProduct Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MeteredProduct(name: string, args?: MeteredProductArgs, opts?: CustomResourceOptions);
@overload
def MeteredProduct(resource_name: str,
args: Optional[MeteredProductArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def MeteredProduct(resource_name: str,
opts: Optional[ResourceOptions] = None,
license_endpoint_id: Optional[str] = None,
product_id: Optional[str] = None)
func NewMeteredProduct(ctx *Context, name string, args *MeteredProductArgs, opts ...ResourceOption) (*MeteredProduct, error)
public MeteredProduct(string name, MeteredProductArgs? args = null, CustomResourceOptions? opts = null)
public MeteredProduct(String name, MeteredProductArgs args)
public MeteredProduct(String name, MeteredProductArgs args, CustomResourceOptions options)
type: aws-native:deadline:MeteredProduct
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args MeteredProductArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args MeteredProductArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args MeteredProductArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MeteredProductArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MeteredProductArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
MeteredProduct Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The MeteredProduct resource accepts the following input properties:
- License
Endpoint stringId - The Amazon EC2 identifier of the license endpoint.
- Product
Id string - The product ID.
- License
Endpoint stringId - The Amazon EC2 identifier of the license endpoint.
- Product
Id string - The product ID.
- license
Endpoint StringId - The Amazon EC2 identifier of the license endpoint.
- product
Id String - The product ID.
- license
Endpoint stringId - The Amazon EC2 identifier of the license endpoint.
- product
Id string - The product ID.
- license_
endpoint_ strid - The Amazon EC2 identifier of the license endpoint.
- product_
id str - The product ID.
- license
Endpoint StringId - The Amazon EC2 identifier of the license endpoint.
- product
Id String - The product ID.
Outputs
All input properties are implicitly available as output properties. Additionally, the MeteredProduct resource produces the following output properties:
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.