1. Packages
  2. AWS Native
  3. API Docs
  4. deadline
  5. MeteredProduct

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.deadline.MeteredProduct

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 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,
                       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:

    LicenseEndpointId string
    The Amazon EC2 identifier of the license endpoint.
    ProductId string
    The product ID.
    LicenseEndpointId string
    The Amazon EC2 identifier of the license endpoint.
    ProductId string
    The product ID.
    licenseEndpointId String
    The Amazon EC2 identifier of the license endpoint.
    productId String
    The product ID.
    licenseEndpointId string
    The Amazon EC2 identifier of the license endpoint.
    productId string
    The product ID.
    license_endpoint_id str
    The Amazon EC2 identifier of the license endpoint.
    product_id str
    The product ID.
    licenseEndpointId String
    The Amazon EC2 identifier of the license endpoint.
    productId String
    The product ID.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the MeteredProduct resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) of the metered product.
    Family string
    The family to which the metered product belongs.
    Id string
    The provider-assigned unique ID for this managed resource.
    Port int
    The port on which the metered product should run.
    Vendor string
    The vendor.
    Arn string
    The Amazon Resource Name (ARN) of the metered product.
    Family string
    The family to which the metered product belongs.
    Id string
    The provider-assigned unique ID for this managed resource.
    Port int
    The port on which the metered product should run.
    Vendor string
    The vendor.
    arn String
    The Amazon Resource Name (ARN) of the metered product.
    family String
    The family to which the metered product belongs.
    id String
    The provider-assigned unique ID for this managed resource.
    port Integer
    The port on which the metered product should run.
    vendor String
    The vendor.
    arn string
    The Amazon Resource Name (ARN) of the metered product.
    family string
    The family to which the metered product belongs.
    id string
    The provider-assigned unique ID for this managed resource.
    port number
    The port on which the metered product should run.
    vendor string
    The vendor.
    arn str
    The Amazon Resource Name (ARN) of the metered product.
    family str
    The family to which the metered product belongs.
    id str
    The provider-assigned unique ID for this managed resource.
    port int
    The port on which the metered product should run.
    vendor str
    The vendor.
    arn String
    The Amazon Resource Name (ARN) of the metered product.
    family String
    The family to which the metered product belongs.
    id String
    The provider-assigned unique ID for this managed resource.
    port Number
    The port on which the metered product should run.
    vendor String
    The vendor.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi