Class DataSourceHttpConfigGetArgs
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.AppSync.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DataSourceHttpConfigGetArgs : ResourceArgs
Constructors
View SourceDataSourceHttpConfigGetArgs()
Declaration
public DataSourceHttpConfigGetArgs()
Properties
View SourceEndpoint
HTTP URL.
Declaration
public Input<string> Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |