Interface EnvironmentEC2Reference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EnvironmentEC2Reference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:51:53.262Z")
@Stability(Stable)
public interface EnvironmentEC2Reference
extends software.amazon.jsii.JsiiSerializable
A reference to a EnvironmentEC2 resource.
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.cloud9.*; EnvironmentEC2Reference environmentEC2Reference = EnvironmentEC2Reference.builder() .environmentEc2Arn("environmentEc2Arn") .environmentEc2Id("environmentEc2Id") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forEnvironmentEC2Reference
static final class
An implementation forEnvironmentEC2Reference
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ARN of the EnvironmentEC2 resource.The Id of the EnvironmentEC2 resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnvironmentEc2Arn
The ARN of the EnvironmentEC2 resource. -
getEnvironmentEc2Id
The Id of the EnvironmentEC2 resource. -
builder
- Returns:
- a
EnvironmentEC2Reference.Builder
ofEnvironmentEC2Reference
-