Class BuiltInAttributes
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.BuiltInAttributes
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-20T23:37:19.628Z")
@Stability(Stable)
public class BuiltInAttributes
extends software.amazon.jsii.JsiiObject
The built-in container instance attributes.
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.ecs.*; BuiltInAttributes builtInAttributes = new BuiltInAttributes();
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe AMI id the instance is using.static final StringThe AvailabilityZone where the instance is running in.static final StringThe id of the instance.static final StringThe EC2 instance type.static final StringThe operating system of the instance. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuiltInAttributes(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedBuiltInAttributes(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
AMI_ID
The AMI id the instance is using. -
AVAILABILITY_ZONE
The AvailabilityZone where the instance is running in. -
INSTANCE_ID
The id of the instance. -
INSTANCE_TYPE
The EC2 instance type. -
OS_TYPE
The operating system of the instance.Either 'linux' or 'windows'.
-
-
Constructor Details
-
BuiltInAttributes
protected BuiltInAttributes(software.amazon.jsii.JsiiObjectRef objRef) -
BuiltInAttributes
protected BuiltInAttributes(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
BuiltInAttributes
@Stability(Stable) public BuiltInAttributes()
-