Class CfnStreamingDistribution.LoggingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.CfnStreamingDistribution.LoggingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStreamingDistribution.LoggingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnStreamingDistribution.LoggingProperty
@Stability(Stable)
@Internal
public static final class CfnStreamingDistribution.LoggingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStreamingDistribution.LoggingProperty
An implementation for
CfnStreamingDistribution.LoggingProperty-
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.services.cloudfront.CfnStreamingDistribution.LoggingProperty
CfnStreamingDistribution.LoggingProperty.Builder, CfnStreamingDistribution.LoggingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStreamingDistribution.LoggingProperty.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 StringThe Amazon S3 bucket to store the access logs in, for example,myawslogbucket---s3.amazonaws.com.rproxy.govskope.ca.final ObjectSpecifies whether you want CloudFront to save access logs to an Amazon S3 bucket.final StringAn optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example,myprefix/.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 theCfnStreamingDistribution.LoggingProperty.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:CfnStreamingDistribution.LoggingPropertyThe Amazon S3 bucket to store the access logs in, for example,myawslogbucket.s3.amazonaws.com.- Specified by:
getBucketin interfaceCfnStreamingDistribution.LoggingProperty
-
getEnabled
Description copied from interface:CfnStreamingDistribution.LoggingPropertySpecifies whether you want CloudFront to save access logs to an Amazon S3 bucket.If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify
falseforEnabled, and specifyempty BucketandPrefixelements. If you specifyfalseforEnabledbut you specify values forBucketandPrefix, the values are automatically deleted.- Specified by:
getEnabledin interfaceCfnStreamingDistribution.LoggingProperty
-
getPrefix
Description copied from interface:CfnStreamingDistribution.LoggingPropertyAn optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example,myprefix/.If you want to enable logging, but you don't want to specify a prefix, you still must include an empty
Prefixelement in theLoggingelement.- Specified by:
getPrefixin interfaceCfnStreamingDistribution.LoggingProperty
-
$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()
-