Show / Hide Table of Contents

Interface ICfnMeteredProductMixinProps

Properties for CfnMeteredProductPropsMixin.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Deadline
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnMeteredProductMixinProps
Syntax (vb)
Public Interface ICfnMeteredProductMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-meteredproduct.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.Deadline;

             var cfnMeteredProductMixinProps = new CfnMeteredProductMixinProps {
                 LicenseEndpointId = "licenseEndpointId",
                 ProductId = "productId"
             };

Synopsis

Properties

LicenseEndpointId

The Amazon EC2 identifier of the license endpoint.

ProductId

The product ID.

Properties

LicenseEndpointId

The Amazon EC2 identifier of the license endpoint.

string? LicenseEndpointId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-meteredproduct.html#cfn-deadline-meteredproduct-licenseendpointid

ProductId

The product ID.

string? ProductId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-meteredproduct.html#cfn-deadline-meteredproduct-productid

Back to top Generated by DocFX