Class CfnCapacityProvider.InstanceLaunchTemplateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCapacityProvider.InstanceLaunchTemplateProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCapacityProvider.InstanceLaunchTemplateProperty
CfnCapacityProvider.InstanceLaunchTemplateProperty-
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.services.ecs.CfnCapacityProvider.InstanceLaunchTemplateProperty
CfnCapacityProvider.InstanceLaunchTemplateProperty.Builder, CfnCapacityProvider.InstanceLaunchTemplateProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCapacityProvider.InstanceLaunchTemplateProperty.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 Amazon Resource Name (ARN) of the instance profile that Amazon ECS applies to Amazon ECS Managed Instances.final ObjectThe instance requirements.final StringCloudWatch provides two categories of monitoring: basic monitoring and detailed monitoring.final ObjectThe network configuration for Amazon ECS Managed Instances.final ObjectThe storage configuration for Amazon ECS Managed Instances.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 theCfnCapacityProvider.InstanceLaunchTemplateProperty.Builder.
-
-
Method Details
-
getEc2InstanceProfileArn
Description copied from interface:CfnCapacityProvider.InstanceLaunchTemplatePropertyThe Amazon Resource Name (ARN) of the instance profile that Amazon ECS applies to Amazon ECS Managed Instances.This instance profile must include the necessary permissions for your tasks to access AWS services and resources.
For more information, see Amazon ECS instance profile for Managed Instances in the Amazon ECS Developer Guide .
- Specified by:
getEc2InstanceProfileArnin interfaceCfnCapacityProvider.InstanceLaunchTemplateProperty- See Also:
-
getNetworkConfiguration
Description copied from interface:CfnCapacityProvider.InstanceLaunchTemplatePropertyThe network configuration for Amazon ECS Managed Instances.This specifies the subnets and security groups that instances use for network connectivity.
Returns union: either
IResolvableorCfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty- Specified by:
getNetworkConfigurationin interfaceCfnCapacityProvider.InstanceLaunchTemplateProperty- See Also:
-
getInstanceRequirements
Description copied from interface:CfnCapacityProvider.InstanceLaunchTemplatePropertyThe instance requirements. You can specify:.- The instance types
- Instance requirements such as vCPU count, memory, network performance, and accelerator specifications
Amazon ECS automatically selects the instances that match the specified criteria.
Returns union: either
IResolvableorCfnCapacityProvider.InstanceRequirementsRequestProperty- Specified by:
getInstanceRequirementsin interfaceCfnCapacityProvider.InstanceLaunchTemplateProperty- See Also:
-
getMonitoring
Description copied from interface:CfnCapacityProvider.InstanceLaunchTemplatePropertyCloudWatch provides two categories of monitoring: basic monitoring and detailed monitoring.By default, your managed instance is configured for basic monitoring. You can optionally enable detailed monitoring to help you more quickly identify and act on operational issues. You can enable or turn off detailed monitoring at launch or when the managed instance is running or stopped. For more information, see Detailed monitoring for Amazon ECS Managed Instances in the Amazon ECS Developer Guide.
- Specified by:
getMonitoringin interfaceCfnCapacityProvider.InstanceLaunchTemplateProperty- See Also:
-
getStorageConfiguration
Description copied from interface:CfnCapacityProvider.InstanceLaunchTemplatePropertyThe storage configuration for Amazon ECS Managed Instances.This defines the root volume size and type for the instances.
Returns union: either
IResolvableorCfnCapacityProvider.ManagedInstancesStorageConfigurationProperty- Specified by:
getStorageConfigurationin interfaceCfnCapacityProvider.InstanceLaunchTemplateProperty- 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()
-