Interface CfnHostProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnHostProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.101.0 (build b95fe5d)", date="2024-07-12T19:34:00.493Z") @Stability(Stable) public interface CfnHostProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnHost.

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.ec2.*;
 CfnHostProps cfnHostProps = CfnHostProps.builder()
         .availabilityZone("availabilityZone")
         // the properties below are optional
         .assetId("assetId")
         .autoPlacement("autoPlacement")
         .hostMaintenance("hostMaintenance")
         .hostRecovery("hostRecovery")
         .instanceFamily("instanceFamily")
         .instanceType("instanceType")
         .outpostArn("outpostArn")
         .build();
 

See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A builder for CfnHostProps
    static final class 
    An implementation for CfnHostProps
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default String
    The ID of the Outpost hardware asset on which the Dedicated Host is allocated.
    default String
    Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID.
    The Availability Zone in which to allocate the Dedicated Host.
    default String
    Indicates whether host maintenance is enabled or disabled for the Dedicated Host.
    default String
    Indicates whether to enable or disable host recovery for the Dedicated Host.
    default String
    The instance family supported by the Dedicated Host.
    default String
    Specifies the instance type to be supported by the Dedicated Hosts.
    default String
    The Amazon Resource Name (ARN) of the AWS Outpost on which the Dedicated Host is allocated.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson