We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.pcaconnectorad.getConnector
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Represents a Connector that connects AWS PrivateCA and your directory
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)
public static Output<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:pcaconnectorad:getConnector
  arguments:
    # arguments dictionaryThe 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 .
- Dictionary<string, string>
- Metadata assigned to a connector consisting of a key-value pair.
- ConnectorArn string
- The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- map[string]string
- Metadata assigned to a connector consisting of a key-value pair.
- connectorArn String
- The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- Map<String,String>
- Metadata assigned to a connector consisting of a key-value pair.
- connectorArn string
- The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- {[key: string]: string}
- Metadata assigned to a connector consisting of a key-value pair.
- connector_arn str
- The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- Mapping[str, str]
- Metadata assigned to a connector consisting of a key-value pair.
- connectorArn String
- The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- Map<String>
- Metadata assigned to a connector consisting of a key-value pair.
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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi