Interface NeptuneClusterParameterGroupParameter

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

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

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster_parameter_group#name NeptuneClusterParameterGroup#name}.
      • getValue

        @Stability(Stable)
        @NotNull
        String getValue()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster_parameter_group#value NeptuneClusterParameterGroup#value}.
      • getApplyMethod

        @Stability(Stable)
        @Nullable
        default String getApplyMethod()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster_parameter_group#apply_method NeptuneClusterParameterGroup#apply_method}.