@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:09:30.338Z") @Stability(value=Stable) public abstract class OriginBase extends software.amazon.jsii.JsiiObject implements IOrigin
software.amazon.jsii.JsiiObject.InitializationMode
IOrigin.Jsii$Default
Modifier | Constructor and Description |
---|---|
protected |
OriginBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
OriginBase(software.amazon.jsii.JsiiObjectRef objRef) |
protected |
OriginBase(String domainName) |
protected |
OriginBase(String domainName,
OriginProps props) |
Modifier and Type | Method and Description |
---|---|
OriginBindConfig |
bind(Construct _scope,
OriginBindOptions options)
Binds the origin to the associated Distribution.
|
protected CfnDistribution.CustomOriginConfigProperty |
renderCustomOriginConfig() |
protected CfnDistribution.S3OriginConfigProperty |
renderS3OriginConfig() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected OriginBase(software.amazon.jsii.JsiiObjectRef objRef)
protected OriginBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) protected OriginBase(@NotNull String domainName, @Nullable OriginProps props)
domainName
- This parameter is required.props
- @Stability(value=Stable) protected OriginBase(@NotNull String domainName)
domainName
- This parameter is required.@Stability(value=Stable) @NotNull public OriginBindConfig bind(@NotNull Construct _scope, @NotNull OriginBindOptions options)
Can be used to grant permissions, create dependent resources, etc.
@Stability(value=Stable) @Nullable protected CfnDistribution.CustomOriginConfigProperty renderCustomOriginConfig()
@Stability(value=Stable) @Nullable protected CfnDistribution.S3OriginConfigProperty renderS3OriginConfig()
Copyright © 2023. All rights reserved.