Interface ConfigConformancePackConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ConfigConformancePackConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:51.187Z") @Stability(Stable) public interface ConfigConformancePackConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConfigConformancePackConfig.BuilderA builder forConfigConformancePackConfigstatic classConfigConformancePackConfig.Jsii$ProxyAn implementation forConfigConformancePackConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ConfigConformancePackConfig.Builderbuilder()default StringgetDeliveryS3Bucket()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_conformance_pack#delivery_s3_bucket ConfigConformancePack#delivery_s3_bucket}.default StringgetDeliveryS3KeyPrefix()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_conformance_pack#delivery_s3_key_prefix ConfigConformancePack#delivery_s3_key_prefix}.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_conformance_pack#id ConfigConformancePack#id}.default ObjectgetInputParameter()input_parameter block.StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_conformance_pack#name ConfigConformancePack#name}.default StringgetTemplateBody()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_conformance_pack#template_body ConfigConformancePack#template_body}.default StringgetTemplateS3Uri()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_conformance_pack#template_s3_uri ConfigConformancePack#template_s3_uri}.
-
-
-
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/config_conformance_pack#name ConfigConformancePack#name}.
-
getDeliveryS3Bucket
@Stability(Stable) @Nullable default String getDeliveryS3Bucket()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_conformance_pack#delivery_s3_bucket ConfigConformancePack#delivery_s3_bucket}.
-
getDeliveryS3KeyPrefix
@Stability(Stable) @Nullable default String getDeliveryS3KeyPrefix()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_conformance_pack#delivery_s3_key_prefix ConfigConformancePack#delivery_s3_key_prefix}.
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_conformance_pack#id ConfigConformancePack#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getInputParameter
@Stability(Stable) @Nullable default Object getInputParameter()
input_parameter block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_conformance_pack#input_parameter ConfigConformancePack#input_parameter}
-
getTemplateBody
@Stability(Stable) @Nullable default String getTemplateBody()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_conformance_pack#template_body ConfigConformancePack#template_body}.
-
getTemplateS3Uri
@Stability(Stable) @Nullable default String getTemplateS3Uri()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_conformance_pack#template_s3_uri ConfigConformancePack#template_s3_uri}.
-
builder
@Stability(Stable) static ConfigConformancePackConfig.Builder builder()
-
-