Class DistributionRestrictionsGeoRestrictionArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DistributionRestrictionsGeoRestrictionArgs : ResourceArgs
Constructors
View SourceDistributionRestrictionsGeoRestrictionArgs()
Declaration
public DistributionRestrictionsGeoRestrictionArgs()
Properties
View SourceLocations
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 InputList<string> Locations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
RestrictionType
The method that you want to use to restrict
distribution of your content by country: none, whitelist, or
blacklist.
Declaration
public Input<string> RestrictionType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |