Distribution Args
constructor(aliases: Output<List<String>>? = null, comment: Output<String>? = null, customErrorResponses: Output<List<DistributionCustomErrorResponseArgs>>? = null, defaultCacheBehavior: Output<DistributionDefaultCacheBehaviorArgs>? = null, defaultRootObject: Output<String>? = null, enabled: Output<Boolean>? = null, httpVersion: Output<String>? = null, isIpv6Enabled: Output<Boolean>? = null, loggingConfig: Output<DistributionLoggingConfigArgs>? = null, orderedCacheBehaviors: Output<List<DistributionOrderedCacheBehaviorArgs>>? = null, originGroups: Output<List<DistributionOriginGroupArgs>>? = null, origins: Output<List<DistributionOriginArgs>>? = null, priceClass: Output<String>? = null, restrictions: Output<DistributionRestrictionsArgs>? = null, retainOnDelete: Output<Boolean>? = null, tags: Output<Map<String, String>>? = null, viewerCertificate: Output<DistributionViewerCertificateArgs>? = null, waitForDeployment: Output<Boolean>? = null, webAclId: Output<String>? = null)