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

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 logo

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.
    LicenseEndpointId string
    The Amazon EC2 identifier of the license endpoint.
    Port int
    The port on which the metered product should run.
    ProductId string
    The product ID.
    Vendor string
    The vendor.
    Family string
    The family to which the metered product belongs.
    LicenseEndpointId string
    The Amazon EC2 identifier of the license endpoint.
    Port int
    The port on which the metered product should run.
    ProductId string
    The product ID.
    Vendor string
    The vendor.
    family String
    The family to which the metered product belongs.
    licenseEndpointId String
    The Amazon EC2 identifier of the license endpoint.
    port Integer
    The port on which the metered product should run.
    productId String
    The product ID.
    vendor String
    The vendor.
    family string
    The family to which the metered product belongs.
    licenseEndpointId string
    The Amazon EC2 identifier of the license endpoint.
    port number
    The port on which the metered product should run.
    productId string
    The product ID.
    vendor string
    The vendor.
    family str
    The family to which the metered product belongs.
    license_endpoint_id str
    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.
    licenseEndpointId String
    The Amazon EC2 identifier of the license endpoint.
    port Number
    The port on which the metered product should run.
    productId 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:

    Arn string
    The Amazon Resource Name (ARN) of the metered product.
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    The Amazon Resource Name (ARN) of the metered product.
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon Resource Name (ARN) of the metered product.
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    The Amazon Resource Name (ARN) of the metered product.
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    The Amazon Resource Name (ARN) of the metered product.
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon Resource Name (ARN) of the metered product.
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi