Show / Hide Table of Contents

Class DistributionRestrictionsGeoRestriction

Inheritance
System.Object
DistributionRestrictionsGeoRestriction
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CloudFront.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DistributionRestrictionsGeoRestriction

Fields

View Source

Locations

The [ISO 3166-1-alpha-2 codes][4] for which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).

Declaration
public readonly ImmutableArray<string> Locations
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

RestrictionType

The method that you want to use to restrict distribution of your content by country: none, whitelist, or blacklist.

Declaration
public readonly string RestrictionType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.