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
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 dictionaryThe 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.
-
Pulumi.
Aws Native. Emr Containers. Outputs. Endpoint Certificate - The certificate authority for the managed endpoint.
- Created
At string - The date and time when the managed endpoint was created.
- Failure
Reason string - The reason for a failed managed endpoint.
- Id string
- The ID of the managed endpoint.
- Security
Group string - The security group associated with the managed endpoint.
- Server
Url string - The server URL of the managed endpoint.
- State string
- The state of the managed endpoint.
- State
Details string - Additional details about the state of the managed endpoint.
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this managed endpoint.
- Arn string
- The ARN of the managed endpoint.
-
Endpoint
Certificate - The certificate authority for the managed endpoint.
- Created
At string - The date and time when the managed endpoint was created.
- Failure
Reason string - The reason for a failed managed endpoint.
- Id string
- The ID of the managed endpoint.
- Security
Group string - The security group associated with the managed endpoint.
- Server
Url string - The server URL of the managed endpoint.
- State string
- The state of the managed endpoint.
- State
Details string - Additional details about the state of the managed endpoint.
- Tag
- An array of key-value pairs to apply to this managed endpoint.
- arn String
- The ARN of the managed endpoint.
-
Endpoint
Certificate - The certificate authority for the managed endpoint.
- created
At String - The date and time when the managed endpoint was created.
- failure
Reason String - The reason for a failed managed endpoint.
- id String
- The ID of the managed endpoint.
- security
Group String - The security group associated with the managed endpoint.
- server
Url String - The server URL of the managed endpoint.
- state String
- The state of the managed endpoint.
- state
Details String - Additional details about the state of the managed endpoint.
- List<Tag>
- An array of key-value pairs to apply to this managed endpoint.
- arn string
- The ARN of the managed endpoint.
-
Endpoint
Certificate - The certificate authority for the managed endpoint.
- created
At string - The date and time when the managed endpoint was created.
- failure
Reason string - The reason for a failed managed endpoint.
- id string
- The ID of the managed endpoint.
- security
Group string - The security group associated with the managed endpoint.
- server
Url string - The server URL of the managed endpoint.
- state string
- The state of the managed endpoint.
- state
Details string - Additional details about the state of the managed endpoint.
- Tag[]
- An array of key-value pairs to apply to this managed endpoint.
- arn str
- The ARN of the managed endpoint.
-
Endpoint
Certificate - 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.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this managed endpoint.
- arn String
- The ARN of the managed endpoint.
- Property Map
- The certificate authority for the managed endpoint.
- created
At String - The date and time when the managed endpoint was created.
- failure
Reason String - The reason for a failed managed endpoint.
- id String
- The ID of the managed endpoint.
- security
Group String - The security group associated with the managed endpoint.
- server
Url String - The server URL of the managed endpoint.
- state String
- The state of the managed endpoint.
- state
Details String - Additional details about the state of the managed endpoint.
- List<Property Map>
- An array of key-value pairs to apply to this managed endpoint.
Supporting Types
EndpointCertificate
- Certificate
Arn string - Certificate
Data string
- Certificate
Arn string - Certificate
Data string
- certificate
Arn String - certificate
Data String
- certificate
Arn string - certificate
Data string
- certificate_
arn str - certificate_
data str
- certificate
Arn String - certificate
Data String
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
