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.84.0 (build 5404dcf)",
date="2023-06-19T16:30:47.027Z")
@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
Modifier and TypeFieldDescriptionstatic final String
The AMI id the instance is using.static final String
The AvailabilityZone where the instance is running in.static final String
The id of the instance.static final String
The EC2 instance type.static final String
The operating system of the instance. -
Constructor Summary
ModifierConstructorDescriptionprotected
BuiltInAttributes
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
BuiltInAttributes
(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, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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()
-