Interface CfnDistributionPropsMixin.LegacyS3OriginProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDistributionPropsMixin.LegacyS3OriginProperty.Jsii$Proxy
Enclosing class:
CfnDistributionPropsMixin

@Stability(Stable) public static interface CfnDistributionPropsMixin.LegacyS3OriginProperty extends software.amazon.jsii.JsiiSerializable
The origin as an Amazon S3 bucket.

This property is legacy. We recommend that you use Origin instead.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.cloudfront.*;
 LegacyS3OriginProperty legacyS3OriginProperty = LegacyS3OriginProperty.builder()
         .dnsName("dnsName")
         .originAccessIdentity("originAccessIdentity")
         .build();
 

See Also: