Interface LaunchConfigurationRootBlockDevice

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

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

      • getDeleteOnTermination

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

        @Stability(Stable)
        @Nullable
        default Object getEncrypted()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#encrypted LaunchConfiguration#encrypted}.
      • getIops

        @Stability(Stable)
        @Nullable
        default Number getIops()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#iops LaunchConfiguration#iops}.
      • getThroughput

        @Stability(Stable)
        @Nullable
        default Number getThroughput()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#throughput LaunchConfiguration#throughput}.
      • getVolumeSize

        @Stability(Stable)
        @Nullable
        default Number getVolumeSize()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#volume_size LaunchConfiguration#volume_size}.
      • getVolumeType

        @Stability(Stable)
        @Nullable
        default String getVolumeType()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#volume_type LaunchConfiguration#volume_type}.