1. Packages
  2. AWS Native
  3. API Docs
  4. pcaconnectorad
  5. getConnector

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.pcaconnectorad.getConnector

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    Definition of AWS::PCAConnectorAD::Connector Resource Type

    Using getConnector

    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 getConnector(args: GetConnectorArgs, opts?: InvokeOptions): Promise<GetConnectorResult>
    function getConnectorOutput(args: GetConnectorOutputArgs, opts?: InvokeOptions): Output<GetConnectorResult>
    def get_connector(connector_arn: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetConnectorResult
    def get_connector_output(connector_arn: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetConnectorResult]
    func LookupConnector(ctx *Context, args *LookupConnectorArgs, opts ...InvokeOption) (*LookupConnectorResult, error)
    func LookupConnectorOutput(ctx *Context, args *LookupConnectorOutputArgs, opts ...InvokeOption) LookupConnectorResultOutput

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

    public static class GetConnector 
    {
        public static Task<GetConnectorResult> InvokeAsync(GetConnectorArgs args, InvokeOptions? opts = null)
        public static Output<GetConnectorResult> Invoke(GetConnectorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:pcaconnectorad:getConnector
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ConnectorArn string
    The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
    ConnectorArn string
    The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
    connectorArn String
    The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
    connectorArn string
    The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
    connector_arn str
    The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
    connectorArn String
    The Amazon Resource Name (ARN) that was returned when you called CreateConnector .

    getConnector Result

    The following output properties are available:

    ConnectorArn string
    The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
    ConnectorArn string
    The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
    connectorArn String
    The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
    connectorArn string
    The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
    connector_arn str
    The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
    connectorArn String
    The Amazon Resource Name (ARN) that was returned when you called CreateConnector .

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi