Class GetEndpoint
Inheritance
System.Object
GetEndpoint
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.Iot
Assembly: Pulumi.Aws.dll
Syntax
public static class GetEndpoint
Methods
View SourceInvokeAsync(GetEndpointArgs, InvokeOptions)
Returns a unique endpoint specific to the AWS account making the call.
{{% examples %}} {{% /examples %}}
Declaration
public static Task<GetEndpointResult> InvokeAsync(GetEndpointArgs args = null, InvokeOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetEndpointArgs | args | |
| InvokeOptions | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GetEndpointResult> |