GetEndpoint
Returns a unique endpoint specific to the AWS account making the call.
Using GetEndpoint
function getEndpoint(args: GetEndpointArgs, opts?: InvokeOptions): Promise<GetEndpointResult>function get_endpoint(endpoint_type=None, opts=None)func GetEndpoint(ctx *Context, args *GetEndpointArgs, opts ...InvokeOption) (*GetEndpointResult, error)public static class GetEndpoint {
public static Task<GetEndpointResult> InvokeAsync(GetEndpointArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
- Endpoint
Type string Endpoint type. Valid values:
iot:CredentialProvider,iot:Data,iot:Data-ATS,iot:Job.
- Endpoint
Type string Endpoint type. Valid values:
iot:CredentialProvider,iot:Data,iot:Data-ATS,iot:Job.
- endpoint
Type string Endpoint type. Valid values:
iot:CredentialProvider,iot:Data,iot:Data-ATS,iot:Job.
- endpoint_
type str Endpoint type. Valid values:
iot:CredentialProvider,iot:Data,iot:Data-ATS,iot:Job.
GetEndpoint Result
The following output properties are available:
- Endpoint
Address string The endpoint based on
endpoint_type: * Noendpoint_type: Eitheriot:Dataoriot:Data-ATSdepending on region *iot:CredentialsProvider:IDENTIFIER.credentials.iot.REGION.amazonaws.com*iot:Data:IDENTIFIER.iot.REGION.amazonaws.com*iot:Data-ATS:IDENTIFIER-ats.iot.REGION.amazonaws.com*iot:Job:IDENTIFIER.jobs.iot.REGION.amazonaws.com- Id string
The provider-assigned unique ID for this managed resource.
- Endpoint
Type string
- Endpoint
Address string The endpoint based on
endpoint_type: * Noendpoint_type: Eitheriot:Dataoriot:Data-ATSdepending on region *iot:CredentialsProvider:IDENTIFIER.credentials.iot.REGION.amazonaws.com*iot:Data:IDENTIFIER.iot.REGION.amazonaws.com*iot:Data-ATS:IDENTIFIER-ats.iot.REGION.amazonaws.com*iot:Job:IDENTIFIER.jobs.iot.REGION.amazonaws.com- Id string
The provider-assigned unique ID for this managed resource.
- Endpoint
Type string
- endpoint
Address string The endpoint based on
endpoint_type: * Noendpoint_type: Eitheriot:Dataoriot:Data-ATSdepending on region *iot:CredentialsProvider:IDENTIFIER.credentials.iot.REGION.amazonaws.com*iot:Data:IDENTIFIER.iot.REGION.amazonaws.com*iot:Data-ATS:IDENTIFIER-ats.iot.REGION.amazonaws.com*iot:Job:IDENTIFIER.jobs.iot.REGION.amazonaws.com- id string
The provider-assigned unique ID for this managed resource.
- endpoint
Type string
- endpoint_
address str The endpoint based on
endpoint_type: * Noendpoint_type: Eitheriot:Dataoriot:Data-ATSdepending on region *iot:CredentialsProvider:IDENTIFIER.credentials.iot.REGION.amazonaws.com*iot:Data:IDENTIFIER.iot.REGION.amazonaws.com*iot:Data-ATS:IDENTIFIER-ats.iot.REGION.amazonaws.com*iot:Job:IDENTIFIER.jobs.iot.REGION.amazonaws.com- id str
The provider-assigned unique ID for this managed resource.
- endpoint_
type str
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
awsTerraform Provider.