Class OriginAccessControlConfig
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<OriginAccessControlConfig.Builder,
OriginAccessControlConfig>
A CloudFront origin access control configuration.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
final String
A description of the origin access control.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
name()
A name to identify the origin access control.The type of origin that this origin access control is for.final String
The type of origin that this origin access control is for.static Class
<? extends OriginAccessControlConfig.Builder> Specifies which requests CloudFront signs (adds authentication information to).final String
Specifies which requests CloudFront signs (adds authentication information to).The signing protocol of the origin access control, which determines how CloudFront signs (authenticates) requests.final String
The signing protocol of the origin access control, which determines how CloudFront signs (authenticates) requests.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
name
A name to identify the origin access control. You can specify up to 64 characters.
- Returns:
- A name to identify the origin access control. You can specify up to 64 characters.
-
description
A description of the origin access control.
- Returns:
- A description of the origin access control.
-
signingProtocol
The signing protocol of the origin access control, which determines how CloudFront signs (authenticates) requests. The only valid value is
sigv4
.If the service returns an enum value that is not available in the current SDK version,
signingProtocol
will returnOriginAccessControlSigningProtocols.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsigningProtocolAsString()
.- Returns:
- The signing protocol of the origin access control, which determines how CloudFront signs (authenticates)
requests. The only valid value is
sigv4
. - See Also:
-
signingProtocolAsString
The signing protocol of the origin access control, which determines how CloudFront signs (authenticates) requests. The only valid value is
sigv4
.If the service returns an enum value that is not available in the current SDK version,
signingProtocol
will returnOriginAccessControlSigningProtocols.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsigningProtocolAsString()
.- Returns:
- The signing protocol of the origin access control, which determines how CloudFront signs (authenticates)
requests. The only valid value is
sigv4
. - See Also:
-
signingBehavior
Specifies which requests CloudFront signs (adds authentication information to). 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 theAuthorization
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 theAuthorization
header, then CloudFront signs the origin request. If the viewer request contains theAuthorization
header, then CloudFront doesn't sign the origin request and instead passes along theAuthorization
header from the viewer request. WARNING: To pass along theAuthorization
header from the viewer request, you must add theAuthorization
header to a cache policy for all cache behaviors that use origins associated with this origin access control.
If the service returns an enum value that is not available in the current SDK version,
signingBehavior
will returnOriginAccessControlSigningBehaviors.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsigningBehaviorAsString()
.- Returns:
- Specifies which requests CloudFront signs (adds authentication information to). 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 theAuthorization
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 theAuthorization
header, then CloudFront signs the origin request. If the viewer request contains theAuthorization
header, then CloudFront doesn't sign the origin request and instead passes along theAuthorization
header from the viewer request. WARNING: To pass along theAuthorization
header from the viewer request, you must add theAuthorization
header to a cache policy for all cache behaviors that use origins associated with this origin access control.
-
- See Also:
-
-
signingBehaviorAsString
Specifies which requests CloudFront signs (adds authentication information to). 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 theAuthorization
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 theAuthorization
header, then CloudFront signs the origin request. If the viewer request contains theAuthorization
header, then CloudFront doesn't sign the origin request and instead passes along theAuthorization
header from the viewer request. WARNING: To pass along theAuthorization
header from the viewer request, you must add theAuthorization
header to a cache policy for all cache behaviors that use origins associated with this origin access control.
If the service returns an enum value that is not available in the current SDK version,
signingBehavior
will returnOriginAccessControlSigningBehaviors.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsigningBehaviorAsString()
.- Returns:
- Specifies which requests CloudFront signs (adds authentication information to). 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 theAuthorization
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 theAuthorization
header, then CloudFront signs the origin request. If the viewer request contains theAuthorization
header, then CloudFront doesn't sign the origin request and instead passes along theAuthorization
header from the viewer request. WARNING: To pass along theAuthorization
header from the viewer request, you must add theAuthorization
header to a cache policy for all cache behaviors that use origins associated with this origin access control.
-
- See Also:
-
-
originAccessControlOriginType
The type of origin that this origin access control is for.
If the service returns an enum value that is not available in the current SDK version,
originAccessControlOriginType
will returnOriginAccessControlOriginTypes.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromoriginAccessControlOriginTypeAsString()
.- Returns:
- The type of origin that this origin access control is for.
- See Also:
-
originAccessControlOriginTypeAsString
The type of origin that this origin access control is for.
If the service returns an enum value that is not available in the current SDK version,
originAccessControlOriginType
will returnOriginAccessControlOriginTypes.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromoriginAccessControlOriginTypeAsString()
.- Returns:
- The type of origin that this origin access control is for.
- See Also:
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<OriginAccessControlConfig.Builder,
OriginAccessControlConfig> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-