@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.579Z") @Stability(value=Stable) public class BuiltInAttributes extends software.amazon.jsii.JsiiObject
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();
| Modifier and Type | Field and Description |
|---|---|
static String |
AMI_ID
The AMI id the instance is using.
|
static String |
AVAILABILITY_ZONE
The AvailabilityZone where the instance is running in.
|
static String |
INSTANCE_ID
The id of the instance.
|
static String |
INSTANCE_TYPE
The EC2 instance type.
|
static String |
OS_TYPE
The operating system of the instance.
|
| Modifier | Constructor and Description |
|---|---|
|
BuiltInAttributes() |
protected |
BuiltInAttributes(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
BuiltInAttributes(software.amazon.jsii.JsiiObjectRef objRef) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String AMI_ID
@Stability(value=Stable) public static final String AVAILABILITY_ZONE
@Stability(value=Stable) public static final String INSTANCE_ID
@Stability(value=Stable) public static final String INSTANCE_TYPE
@Stability(value=Stable) public static final String OS_TYPE
Either 'linux' or 'windows'.
Copyright © 2022. All rights reserved.