Interface InstanceNetworkInterface

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    InstanceNetworkInterface.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.370Z")
    @Stability(Stable)
    public interface InstanceNetworkInterface
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getDeviceIndex

        @Stability(Stable)
        @NotNull
        Number getDeviceIndex()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#device_index Instance#device_index}.
      • getNetworkInterfaceId

        @Stability(Stable)
        @NotNull
        String getNetworkInterfaceId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#network_interface_id Instance#network_interface_id}.
      • getDeleteOnTermination

        @Stability(Stable)
        @Nullable
        default Object getDeleteOnTermination()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#delete_on_termination Instance#delete_on_termination}.
      • getNetworkCardIndex

        @Stability(Stable)
        @Nullable
        default Number getNetworkCardIndex()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#network_card_index Instance#network_card_index}.