public static final class CfnLoadBalancer.AccessLoggingPolicyProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLoadBalancer.AccessLoggingPolicyProperty
CfnLoadBalancer.AccessLoggingPolicyProperty
CfnLoadBalancer.AccessLoggingPolicyProperty.Builder, CfnLoadBalancer.AccessLoggingPolicyProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getEmitInterval()
The interval for publishing the access logs.
|
java.lang.Object |
getEnabled()
Specifies whether access logs are enabled for the load balancer.
|
java.lang.String |
getS3BucketName()
The name of the Amazon S3 bucket where the access logs are stored.
|
java.lang.String |
getS3BucketPrefix()
The logical hierarchy you created for your Amazon S3 bucket, for example `my-bucket-prefix/prod` .
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getEnabled()
CfnLoadBalancer.AccessLoggingPolicyProperty
getEnabled
in interface CfnLoadBalancer.AccessLoggingPolicyProperty
public final java.lang.String getS3BucketName()
CfnLoadBalancer.AccessLoggingPolicyProperty
getS3BucketName
in interface CfnLoadBalancer.AccessLoggingPolicyProperty
public final java.lang.Number getEmitInterval()
CfnLoadBalancer.AccessLoggingPolicyProperty
Default: 60 minutes
getEmitInterval
in interface CfnLoadBalancer.AccessLoggingPolicyProperty
public final java.lang.String getS3BucketPrefix()
CfnLoadBalancer.AccessLoggingPolicyProperty
If the prefix is not provided, the log is placed at the root level of the bucket.
getS3BucketPrefix
in interface CfnLoadBalancer.AccessLoggingPolicyProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()