@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.296Z") @Stability(value=Experimental) public abstract class OriginBase extends software.amazon.jsii.JsiiObject implements IOrigin
software.amazon.jsii.JsiiObject.InitializationModeIOrigin.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(software.constructs.Construct _scope,
OriginBindOptions options)
(experimental) 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, jsiiStaticSetprotected OriginBase(software.amazon.jsii.JsiiObjectRef objRef)
protected OriginBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
protected OriginBase(@NotNull
String domainName,
@Nullable
OriginProps props)
domainName - This parameter is required.props - @Stability(value=Experimental)
protected OriginBase(@NotNull
String domainName)
domainName - This parameter is required.@Stability(value=Experimental) @NotNull public OriginBindConfig bind(@NotNull software.constructs.Construct _scope, @NotNull OriginBindOptions options)
Can be used to grant permissions, create dependent resources, etc.
@Stability(value=Experimental) @Nullable protected CfnDistribution.CustomOriginConfigProperty renderCustomOriginConfig()
@Stability(value=Experimental) @Nullable protected CfnDistribution.S3OriginConfigProperty renderS3OriginConfig()
Copyright © 2021. All rights reserved.