Class CfnInfrastructureConfiguration.PlacementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInfrastructureConfiguration.PlacementProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInfrastructureConfiguration.PlacementProperty
CfnInfrastructureConfiguration.PlacementProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.CfnInfrastructureConfiguration.PlacementProperty
CfnInfrastructureConfiguration.PlacementProperty.Builder, CfnInfrastructureConfiguration.PlacementProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnInfrastructureConfiguration.PlacementProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The Availability Zone where your build and test instances will launch.final String
The ID of the Dedicated Host on which build and test instances run.final String
The Amazon Resource Name (ARN) of the host resource group in which to launch build and test instances.final String
The tenancy of the instance.final int
hashCode()
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 theCfnInfrastructureConfiguration.PlacementProperty.Builder
.
-
-
Method Details
-
getAvailabilityZone
Description copied from interface:CfnInfrastructureConfiguration.PlacementProperty
The Availability Zone where your build and test instances will launch.- Specified by:
getAvailabilityZone
in interfaceCfnInfrastructureConfiguration.PlacementProperty
- See Also:
-
getHostId
Description copied from interface:CfnInfrastructureConfiguration.PlacementProperty
The ID of the Dedicated Host on which build and test instances run.This only applies if
tenancy
ishost
. If you specify the host ID, you must not specify the resource group ARN. If you specify both, Image Builder returns an error.- Specified by:
getHostId
in interfaceCfnInfrastructureConfiguration.PlacementProperty
- See Also:
-
getHostResourceGroupArn
Description copied from interface:CfnInfrastructureConfiguration.PlacementProperty
The Amazon Resource Name (ARN) of the host resource group in which to launch build and test instances.This only applies if
tenancy
ishost
. If you specify the resource group ARN, you must not specify the host ID. If you specify both, Image Builder returns an error.- Specified by:
getHostResourceGroupArn
in interfaceCfnInfrastructureConfiguration.PlacementProperty
- See Also:
-
getTenancy
Description copied from interface:CfnInfrastructureConfiguration.PlacementProperty
The tenancy of the instance.An instance with a tenancy of
dedicated
runs on single-tenant hardware. An instance with a tenancy ofhost
runs on a Dedicated Host.If tenancy is set to
host
, then you can optionally specify one target for placement – either host ID or host resource group ARN. If automatic placement is enabled for your host, and you don't specify any placement target, Amazon EC2 will try to find an available host for your build and test instances.- Specified by:
getTenancy
in interfaceCfnInfrastructureConfiguration.PlacementProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-