Show / Hide Table of Contents

Class DistributionRestrictionsGeoRestrictionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DistributionRestrictionsGeoRestrictionArgs
Inherited Members
ResourceArgs.Empty
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 Source

DistributionRestrictionsGeoRestrictionArgs()

Declaration
public DistributionRestrictionsGeoRestrictionArgs()

Properties

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 InputList<string> Locations { get; set; }
Property Value
Type Description
InputList<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 Input<string> RestrictionType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.