Interface LbAccessLogs
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LbAccessLogs.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.649Z") @Stability(Stable) public interface LbAccessLogs extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLbAccessLogs.BuilderA builder forLbAccessLogsstatic classLbAccessLogs.Jsii$ProxyAn implementation forLbAccessLogs
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static LbAccessLogs.Builderbuilder()StringgetBucket()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#bucket Lb#bucket}.default ObjectgetEnabled()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#enabled Lb#enabled}.default StringgetPrefix()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#prefix Lb#prefix}.
-
-
-
Method Detail
-
getBucket
@Stability(Stable) @NotNull String getBucket()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#bucket Lb#bucket}.
-
getEnabled
@Stability(Stable) @Nullable default Object getEnabled()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#enabled Lb#enabled}.
-
getPrefix
@Stability(Stable) @Nullable default String getPrefix()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#prefix Lb#prefix}.
-
builder
@Stability(Stable) static LbAccessLogs.Builder builder()
- Returns:
- a
LbAccessLogs.BuilderofLbAccessLogs
-
-