Show / Hide Table of Contents

Class DistributionRestrictionsGetArgs

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

Constructors

View Source

DistributionRestrictionsGetArgs()

Declaration
public DistributionRestrictionsGetArgs()

Properties

View Source

GeoRestriction

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