Interface CfnDistribution.LegacyS3OriginProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDistribution.LegacyS3OriginProperty.Jsii$Proxy
- Enclosing class:
- CfnDistribution
@Stability(Stable)
public static interface CfnDistribution.LegacyS3OriginProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
LegacyS3OriginProperty legacyS3OriginProperty = LegacyS3OriginProperty.builder()
.dnsName("dnsName")
// the properties below are optional
.originAccessIdentity("originAccessIdentity")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDistribution.LegacyS3OriginPropertystatic final classAn implementation forCfnDistribution.LegacyS3OriginProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDnsName
CfnDistribution.LegacyS3OriginProperty.DNSName. -
getOriginAccessIdentity
CfnDistribution.LegacyS3OriginProperty.OriginAccessIdentity. -
builder
-