1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. emrcontainers
  5. getEndpoint

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.54.0 published on Monday, Feb 16, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.54.0 published on Monday, Feb 16, 2026 by Pulumi

    Resource Schema of AWS::EMRContainers::Endpoint Type

    Using getEndpoint

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getEndpoint(args: GetEndpointArgs, opts?: InvokeOptions): Promise<GetEndpointResult>
    function getEndpointOutput(args: GetEndpointOutputArgs, opts?: InvokeOptions): Output<GetEndpointResult>
    def get_endpoint(arn: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetEndpointResult
    def get_endpoint_output(arn: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetEndpointResult]
    func LookupEndpoint(ctx *Context, args *LookupEndpointArgs, opts ...InvokeOption) (*LookupEndpointResult, error)
    func LookupEndpointOutput(ctx *Context, args *LookupEndpointOutputArgs, opts ...InvokeOption) LookupEndpointResultOutput

    > Note: This function is named LookupEndpoint in the Go SDK.

    public static class GetEndpoint 
    {
        public static Task<GetEndpointResult> InvokeAsync(GetEndpointArgs args, InvokeOptions? opts = null)
        public static Output<GetEndpointResult> Invoke(GetEndpointInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEndpointResult> getEndpoint(GetEndpointArgs args, InvokeOptions options)
    public static Output<GetEndpointResult> getEndpoint(GetEndpointArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:emrcontainers:getEndpoint
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The ARN of the managed endpoint.
    Arn string
    The ARN of the managed endpoint.
    arn String
    The ARN of the managed endpoint.
    arn string
    The ARN of the managed endpoint.
    arn str
    The ARN of the managed endpoint.
    arn String
    The ARN of the managed endpoint.

    getEndpoint Result

    The following output properties are available:

    Arn string
    The ARN of the managed endpoint.
    CertificateAuthority Pulumi.AwsNative.EmrContainers.Outputs.EndpointCertificate
    The certificate authority for the managed endpoint.
    CreatedAt string
    The date and time when the managed endpoint was created.
    FailureReason string
    The reason for a failed managed endpoint.
    Id string
    The ID of the managed endpoint.
    SecurityGroup string
    The security group associated with the managed endpoint.
    ServerUrl string
    The server URL of the managed endpoint.
    State string
    The state of the managed endpoint.
    StateDetails string
    Additional details about the state of the managed endpoint.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this managed endpoint.
    Arn string
    The ARN of the managed endpoint.
    CertificateAuthority EndpointCertificate
    The certificate authority for the managed endpoint.
    CreatedAt string
    The date and time when the managed endpoint was created.
    FailureReason string
    The reason for a failed managed endpoint.
    Id string
    The ID of the managed endpoint.
    SecurityGroup string
    The security group associated with the managed endpoint.
    ServerUrl string
    The server URL of the managed endpoint.
    State string
    The state of the managed endpoint.
    StateDetails string
    Additional details about the state of the managed endpoint.
    Tags Tag
    An array of key-value pairs to apply to this managed endpoint.
    arn String
    The ARN of the managed endpoint.
    certificateAuthority EndpointCertificate
    The certificate authority for the managed endpoint.
    createdAt String
    The date and time when the managed endpoint was created.
    failureReason String
    The reason for a failed managed endpoint.
    id String
    The ID of the managed endpoint.
    securityGroup String
    The security group associated with the managed endpoint.
    serverUrl String
    The server URL of the managed endpoint.
    state String
    The state of the managed endpoint.
    stateDetails String
    Additional details about the state of the managed endpoint.
    tags List<Tag>
    An array of key-value pairs to apply to this managed endpoint.
    arn string
    The ARN of the managed endpoint.
    certificateAuthority EndpointCertificate
    The certificate authority for the managed endpoint.
    createdAt string
    The date and time when the managed endpoint was created.
    failureReason string
    The reason for a failed managed endpoint.
    id string
    The ID of the managed endpoint.
    securityGroup string
    The security group associated with the managed endpoint.
    serverUrl string
    The server URL of the managed endpoint.
    state string
    The state of the managed endpoint.
    stateDetails string
    Additional details about the state of the managed endpoint.
    tags Tag[]
    An array of key-value pairs to apply to this managed endpoint.
    arn str
    The ARN of the managed endpoint.
    certificate_authority EndpointCertificate
    The certificate authority for the managed endpoint.
    created_at str
    The date and time when the managed endpoint was created.
    failure_reason str
    The reason for a failed managed endpoint.
    id str
    The ID of the managed endpoint.
    security_group str
    The security group associated with the managed endpoint.
    server_url str
    The server URL of the managed endpoint.
    state str
    The state of the managed endpoint.
    state_details str
    Additional details about the state of the managed endpoint.
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to this managed endpoint.
    arn String
    The ARN of the managed endpoint.
    certificateAuthority Property Map
    The certificate authority for the managed endpoint.
    createdAt String
    The date and time when the managed endpoint was created.
    failureReason String
    The reason for a failed managed endpoint.
    id String
    The ID of the managed endpoint.
    securityGroup String
    The security group associated with the managed endpoint.
    serverUrl String
    The server URL of the managed endpoint.
    state String
    The state of the managed endpoint.
    stateDetails String
    Additional details about the state of the managed endpoint.
    tags List<Property Map>
    An array of key-value pairs to apply to this managed endpoint.

    Supporting Types

    EndpointCertificate

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.54.0 published on Monday, Feb 16, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate