Interface CfnMeteredProductProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMeteredProductProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:23:59.711Z")
@Stability(Stable)
public interface CfnMeteredProductProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnMeteredProduct
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.deadline.*; CfnMeteredProductProps cfnMeteredProductProps = CfnMeteredProductProps.builder() .licenseEndpointId("licenseEndpointId") .productId("productId") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnMeteredProductProps
static final class
An implementation forCfnMeteredProductProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLicenseEndpointId
The Amazon EC2 identifier of the license endpoint.- See Also:
-
getProductId
The product ID.- See Also:
-
builder
- Returns:
- a
CfnMeteredProductProps.Builder
ofCfnMeteredProductProps
-