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
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
Remarks
ProductId
The product ID.
string? ProductId { get; }