Class CfnLoadBalancerPropsMixin.AccessLoggingPolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancing.CfnLoadBalancerPropsMixin.AccessLoggingPolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLoadBalancerPropsMixin.AccessLoggingPolicyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLoadBalancerPropsMixin.AccessLoggingPolicyProperty
@Stability(Stable)
@Internal
public static final class CfnLoadBalancerPropsMixin.AccessLoggingPolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoadBalancerPropsMixin.AccessLoggingPolicyProperty
An implementation for
CfnLoadBalancerPropsMixin.AccessLoggingPolicyProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancing.CfnLoadBalancerPropsMixin.AccessLoggingPolicyProperty
CfnLoadBalancerPropsMixin.AccessLoggingPolicyProperty.Builder, CfnLoadBalancerPropsMixin.AccessLoggingPolicyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLoadBalancerPropsMixin.AccessLoggingPolicyProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe interval for publishing the access logs.final ObjectSpecifies whether access logs are enabled for the load balancer.final ObjectThe name of the Amazon S3 bucket where the access logs are stored.final StringThe logical hierarchy you created for your Amazon S3 bucket, for examplemy-bucket-prefix/prod.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnLoadBalancerPropsMixin.AccessLoggingPolicyProperty.Builder.
-
-
Method Details
-
getEmitInterval
Description copied from interface:CfnLoadBalancerPropsMixin.AccessLoggingPolicyPropertyThe interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.Default: 60 minutes
- Specified by:
getEmitIntervalin interfaceCfnLoadBalancerPropsMixin.AccessLoggingPolicyProperty- See Also:
-
getEnabled
Description copied from interface:CfnLoadBalancerPropsMixin.AccessLoggingPolicyPropertySpecifies whether access logs are enabled for the load balancer.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnLoadBalancerPropsMixin.AccessLoggingPolicyProperty- See Also:
-
getS3BucketName
Description copied from interface:CfnLoadBalancerPropsMixin.AccessLoggingPolicyPropertyThe name of the Amazon S3 bucket where the access logs are stored.Returns union: either
StringorIBucketRef- Specified by:
getS3BucketNamein interfaceCfnLoadBalancerPropsMixin.AccessLoggingPolicyProperty- See Also:
-
getS3BucketPrefix
Description copied from interface:CfnLoadBalancerPropsMixin.AccessLoggingPolicyPropertyThe logical hierarchy you created for your Amazon S3 bucket, for examplemy-bucket-prefix/prod.If the prefix is not provided, the log is placed at the root level of the bucket.
- Specified by:
getS3BucketPrefixin interfaceCfnLoadBalancerPropsMixin.AccessLoggingPolicyProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-