DistributionConfigArgs

constructor(aliases: Output<List<String>>? = null, cacheBehaviors: Output<List<DistributionCacheBehaviorArgs>>? = null, cnames: Output<List<String>>? = null, comment: Output<String>? = null, continuousDeploymentPolicyId: Output<String>? = null, customErrorResponses: Output<List<DistributionCustomErrorResponseArgs>>? = null, customOrigin: Output<DistributionLegacyCustomOriginArgs>? = null, defaultCacheBehavior: Output<DistributionDefaultCacheBehaviorArgs>, defaultRootObject: Output<String>? = null, enabled: Output<Boolean>, httpVersion: Output<String>? = null, ipv6Enabled: Output<Boolean>? = null, logging: Output<DistributionLoggingArgs>? = null, originGroups: Output<DistributionOriginGroupsArgs>? = null, origins: Output<List<DistributionOriginArgs>>? = null, priceClass: Output<String>? = null, restrictions: Output<DistributionRestrictionsArgs>? = null, s3Origin: Output<DistributionLegacyS3OriginArgs>? = null, staging: Output<Boolean>? = null, viewerCertificate: Output<DistributionViewerCertificateArgs>? = null, webAclId: Output<String>? = null)