Class DataSourceHttpConfigArgs
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 DataSourceHttpConfigArgs : ResourceArgs
Constructors
View SourceDataSourceHttpConfigArgs()
Declaration
public DataSourceHttpConfigArgs()
Properties
View SourceEndpoint
HTTP URL.
Declaration
public Input<string> Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |