Interface InstanceEphemeralBlockDevice

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

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

      • getDeviceName

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

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

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