Interface CfnOriginAccessControlProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginAccessControlProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:00.520Z")
@Stability(Stable)
public interface CfnOriginAccessControlProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnOriginAccessControl.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cloudfront.*;
CfnOriginAccessControlProps cfnOriginAccessControlProps = CfnOriginAccessControlProps.builder()
.originAccessControlConfig(OriginAccessControlConfigProperty.builder()
.name("name")
.originAccessControlOriginType("originAccessControlOriginType")
.signingBehavior("signingBehavior")
.signingProtocol("signingProtocol")
// the properties below are optional
.description("description")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOriginAccessControlPropsstatic final classAn implementation forCfnOriginAccessControlProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOriginAccessControlConfig
The origin access control.Returns union: either
IResolvableorCfnOriginAccessControl.OriginAccessControlConfigProperty- See Also:
-
builder
-