Class CfnHostMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnHostMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHostMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHostMixinProps
@Stability(Stable)
@Internal
public static final class CfnHostMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHostMixinProps
An implementation for
CfnHostMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnHostMixinProps
CfnHostMixinProps.Builder, CfnHostMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnHostMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnHostMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe ID of the Outpost hardware asset on which the Dedicated Host is allocated.final StringIndicates 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.final StringThe Availability Zone in which to allocate the Dedicated Host.final StringIndicates whether host maintenance is enabled or disabled for the Dedicated Host.final StringIndicates whether to enable or disable host recovery for the Dedicated Host.final StringThe instance family supported by the Dedicated Host.final StringSpecifies the instance type to be supported by the Dedicated Hosts.final StringThe Amazon Resource Name (ARN) of the AWS Outpost on which the Dedicated Host is allocated.getTags()Any tags assigned to the Dedicated Host.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnHostMixinProps.Builder.
-
-
Method Details
-
getAssetId
Description copied from interface:CfnHostMixinPropsThe ID of the Outpost hardware asset on which the Dedicated Host is allocated.- Specified by:
getAssetIdin interfaceCfnHostMixinProps- See Also:
-
getAutoPlacement
Description copied from interface:CfnHostMixinPropsIndicates 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.For more information, see Understanding auto-placement and affinity in the Amazon EC2 User Guide .
Default:
offDefault: - "on"
- Specified by:
getAutoPlacementin interfaceCfnHostMixinProps- See Also:
-
getAvailabilityZone
Description copied from interface:CfnHostMixinPropsThe Availability Zone in which to allocate the Dedicated Host.- Specified by:
getAvailabilityZonein interfaceCfnHostMixinProps- See Also:
-
getHostMaintenance
Description copied from interface:CfnHostMixinPropsIndicates whether host maintenance is enabled or disabled for the Dedicated Host.Default: - "off"
- Specified by:
getHostMaintenancein interfaceCfnHostMixinProps- See Also:
-
getHostRecovery
Description copied from interface:CfnHostMixinPropsIndicates whether to enable or disable host recovery for the Dedicated Host.Host recovery is disabled by default. For more information, see Host recovery in the Amazon EC2 User Guide .
Default:
offDefault: - "off"
- Specified by:
getHostRecoveryin interfaceCfnHostMixinProps- See Also:
-
getInstanceFamily
Description copied from interface:CfnHostMixinPropsThe instance family supported by the Dedicated Host.For example,
m5.- Specified by:
getInstanceFamilyin interfaceCfnHostMixinProps- See Also:
-
getInstanceType
Description copied from interface:CfnHostMixinPropsSpecifies the instance type to be supported by the Dedicated Hosts.If you specify an instance type, the Dedicated Hosts support instances of the specified instance type only.
- Specified by:
getInstanceTypein interfaceCfnHostMixinProps- See Also:
-
getOutpostArn
Description copied from interface:CfnHostMixinPropsThe Amazon Resource Name (ARN) of the AWS Outpost on which the Dedicated Host is allocated.- Specified by:
getOutpostArnin interfaceCfnHostMixinProps- See Also:
-
getTags
Description copied from interface:CfnHostMixinPropsAny tags assigned to the Dedicated Host.- Specified by:
getTagsin interfaceCfnHostMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-