DistributionConfig

constructor(aliases: List<String>? = null, cacheBehaviors: List<DistributionCacheBehavior>? = null, cnames: List<String>? = null, comment: String? = null, continuousDeploymentPolicyId: String? = null, customErrorResponses: List<DistributionCustomErrorResponse>? = null, customOrigin: DistributionLegacyCustomOrigin? = null, defaultCacheBehavior: DistributionDefaultCacheBehavior, defaultRootObject: String? = null, enabled: Boolean, httpVersion: String? = null, ipv6Enabled: Boolean? = null, logging: DistributionLogging? = null, originGroups: DistributionOriginGroups? = null, origins: List<DistributionOrigin>? = null, priceClass: String? = null, restrictions: DistributionRestrictions? = null, s3Origin: DistributionLegacyS3Origin? = null, staging: Boolean? = null, viewerCertificate: DistributionViewerCertificate? = null, webAclId: String? = null)