@Stability(value=Stable) @Internal public static final class CfnOriginAccessControl.OriginAccessControlConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnOriginAccessControl.OriginAccessControlConfigProperty
CfnOriginAccessControl.OriginAccessControlConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnOriginAccessControl.OriginAccessControlConfigProperty.Builder, CfnOriginAccessControl.OriginAccessControlConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnOriginAccessControl.OriginAccessControlConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnOriginAccessControl.OriginAccessControlConfigProperty.Builder. |
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(Object o) |
String |
getDescription()
A description of the origin access control.
|
String |
getName()
A name to identify the origin access control.
|
String |
getOriginAccessControlOriginType()
The type of origin that this origin access control is for.
|
String |
getSigningBehavior()
Specifies which requests CloudFront signs (adds authentication information to).
|
String |
getSigningProtocol()
The signing protocol of the origin access control, which determines how CloudFront signs (authenticates) requests.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnOriginAccessControl.OriginAccessControlConfigProperty.Builder builder)
CfnOriginAccessControl.OriginAccessControlConfigProperty.Builder.public final String getName()
CfnOriginAccessControl.OriginAccessControlConfigPropertygetName in interface CfnOriginAccessControl.OriginAccessControlConfigPropertypublic final String getOriginAccessControlOriginType()
CfnOriginAccessControl.OriginAccessControlConfigProperty
The only valid value is s3 .
getOriginAccessControlOriginType in interface CfnOriginAccessControl.OriginAccessControlConfigPropertypublic final String getSigningBehavior()
CfnOriginAccessControl.OriginAccessControlConfigProperty
Specify always for the most common use case. For more information, see origin access control advanced settings in the Amazon CloudFront Developer Guide .
This field can have one of the following values:
always – CloudFront signs all origin requests, overwriting the Authorization header from the viewer request if one exists.never – CloudFront doesn't sign any origin requests. This value turns off origin access control for all origins in all distributions that use this origin access control.no-override – If the viewer request doesn't contain the Authorization header, then CloudFront signs the origin request. If the viewer request contains the Authorization header, then CloudFront doesn't sign the origin request and instead passes along the Authorization header from the viewer request. WARNING: To pass along the Authorization header from the viewer request, you must add the Authorization header to a cache policy for all cache behaviors that use origins associated with this origin access control.getSigningBehavior in interface CfnOriginAccessControl.OriginAccessControlConfigPropertypublic final String getSigningProtocol()
CfnOriginAccessControl.OriginAccessControlConfigProperty
The only valid value is sigv4 .
getSigningProtocol in interface CfnOriginAccessControl.OriginAccessControlConfigPropertypublic final String getDescription()
CfnOriginAccessControl.OriginAccessControlConfigPropertygetDescription in interface CfnOriginAccessControl.OriginAccessControlConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.