DistributionConfigArgs

constructor(aliases: Output<List<String>>? = null, cacheBehaviors: Output<List<CacheBehaviorArgs>>? = null, cnamEs: Output<List<String>>? = null, comment: Output<String>? = null, continuousDeploymentPolicyId: Output<String>? = null, customErrorResponses: Output<List<CustomErrorResponseArgs>>? = null, customOrigin: Output<LegacyCustomOriginArgs>? = null, defaultCacheBehavior: Output<DefaultCacheBehaviorArgs>? = null, defaultRootObject: Output<String>? = null, enabled: Output<Boolean>? = null, httpVersion: Output<String>? = null, ipV6Enabled: Output<Boolean>? = null, logging: Output<LoggingArgs>? = null, originGroups: Output<OriginGroupsArgs>? = null, origins: Output<List<Origin>>? = null, priceClass: Output<String>? = null, restrictions: Output<RestrictionsArgs>? = null, s3Origin: Output<LegacyS3OriginArgs>? = null, staging: Output<Boolean>? = null, viewerCertificate: Output<ViewerCertificateArgs>? = null, webACLId: Output<String>? = null)