AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.deadline.MeteredProduct
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
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,
family: Optional[str] = None,
license_endpoint_id: Optional[str] = None,
port: Optional[int] = None,
product_id: Optional[str] = None,
vendor: 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:
- Family string
- The family to which the metered product belongs.
- License
Endpoint stringId - The Amazon EC2 identifier of the license endpoint.
- Port int
- The port on which the metered product should run.
- Product
Id string - The product ID.
- Vendor string
- The vendor.
- Family string
- The family to which the metered product belongs.
- License
Endpoint stringId - The Amazon EC2 identifier of the license endpoint.
- Port int
- The port on which the metered product should run.
- Product
Id string - The product ID.
- Vendor string
- The vendor.
- family String
- The family to which the metered product belongs.
- license
Endpoint StringId - The Amazon EC2 identifier of the license endpoint.
- port Integer
- The port on which the metered product should run.
- product
Id String - The product ID.
- vendor String
- The vendor.
- family string
- The family to which the metered product belongs.
- license
Endpoint stringId - The Amazon EC2 identifier of the license endpoint.
- port number
- The port on which the metered product should run.
- product
Id string - The product ID.
- vendor string
- The vendor.
- family str
- The family to which the metered product belongs.
- license_
endpoint_ strid - The Amazon EC2 identifier of the license endpoint.
- port int
- The port on which the metered product should run.
- product_
id str - The product ID.
- vendor str
- The vendor.
- family String
- The family to which the metered product belongs.
- license
Endpoint StringId - The Amazon EC2 identifier of the license endpoint.
- port Number
- The port on which the metered product should run.
- product
Id String - The product ID.
- vendor String
- The vendor.
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
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi