Interface ConfigConformancePackInputParameter
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ConfigConformancePackInputParameter.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:51.187Z") @Stability(Stable) public interface ConfigConformancePackInputParameter extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConfigConformancePackInputParameter.BuilderA builder forConfigConformancePackInputParameterstatic classConfigConformancePackInputParameter.Jsii$ProxyAn implementation forConfigConformancePackInputParameter
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ConfigConformancePackInputParameter.Builderbuilder()StringgetParameterName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_conformance_pack#parameter_name ConfigConformancePack#parameter_name}.StringgetParameterValue()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_conformance_pack#parameter_value ConfigConformancePack#parameter_value}.
-
-
-
Method Detail
-
getParameterName
@Stability(Stable) @NotNull String getParameterName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_conformance_pack#parameter_name ConfigConformancePack#parameter_name}.
-
getParameterValue
@Stability(Stable) @NotNull String getParameterValue()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_conformance_pack#parameter_value ConfigConformancePack#parameter_value}.
-
builder
@Stability(Stable) static ConfigConformancePackInputParameter.Builder builder()
-
-