Interface NetworkmanagerDeviceAwsLocation
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetworkmanagerDeviceAwsLocation.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.208Z") @Stability(Stable) public interface NetworkmanagerDeviceAwsLocation extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkmanagerDeviceAwsLocation.BuilderA builder forNetworkmanagerDeviceAwsLocationstatic classNetworkmanagerDeviceAwsLocation.Jsii$ProxyAn implementation forNetworkmanagerDeviceAwsLocation
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static NetworkmanagerDeviceAwsLocation.Builderbuilder()default StringgetSubnetArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#subnet_arn NetworkmanagerDevice#subnet_arn}.default StringgetZone()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#zone NetworkmanagerDevice#zone}.
-
-
-
Method Detail
-
getSubnetArn
@Stability(Stable) @Nullable default String getSubnetArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#subnet_arn NetworkmanagerDevice#subnet_arn}.
-
getZone
@Stability(Stable) @Nullable default String getZone()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#zone NetworkmanagerDevice#zone}.
-
builder
@Stability(Stable) static NetworkmanagerDeviceAwsLocation.Builder builder()
-
-