AwsCloudFrontDistributionDefaultCacheBehavior.fromJson constructor
Implementation
factory AwsCloudFrontDistributionDefaultCacheBehavior.fromJson(
    Map<String, dynamic> json) {
  return AwsCloudFrontDistributionDefaultCacheBehavior(
    viewerProtocolPolicy: json['ViewerProtocolPolicy'] as String?,
  );
}