Show / Hide Table of Contents

Class DistributionRestrictionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DistributionRestrictionsArgs
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 DistributionRestrictionsArgs : ResourceArgs

Constructors

View Source

DistributionRestrictionsArgs()

Declaration
public DistributionRestrictionsArgs()

Properties

View Source

GeoRestriction

Declaration
public Input<DistributionRestrictionsGeoRestrictionArgs> GeoRestriction { get; set; }
Property Value
Type Description
Input<DistributionRestrictionsGeoRestrictionArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.