Interface CfnOriginAccessControlProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginAccessControlProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:43.588Z")
@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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnOriginAccessControlProps
static final class
An implementation forCfnOriginAccessControlProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOriginAccessControlConfig
The origin access control. -
builder
-