1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. configuration
  6. getConnector

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

Viewing docs for AWS Cloud Control v1.72.0
published on Monday, Jul 20, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.72.0
published on Monday, Jul 20, 2026 by Pulumi

    Resource Type definition for AWS::Config::Connector

    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(arn: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetConnectorResult
    def get_connector_output(arn: pulumi.Input[Optional[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:configuration:getConnector
      arguments:
        # arguments dictionary
    data "aws-native_configuration_get_connector" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the connector.
    Arn string
    The Amazon Resource Name (ARN) of the connector.
    arn string
    The Amazon Resource Name (ARN) of the connector.
    arn String
    The Amazon Resource Name (ARN) of the connector.
    arn string
    The Amazon Resource Name (ARN) of the connector.
    arn str
    The Amazon Resource Name (ARN) of the connector.
    arn String
    The Amazon Resource Name (ARN) of the connector.

    getConnector Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the connector.
    CreatedTime string
    The time at which the connector was created.
    Name string
    The name of the connector. AWS Config automatically assigns the name when creating the Connector.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags for the connector.
    Arn string
    The Amazon Resource Name (ARN) of the connector.
    CreatedTime string
    The time at which the connector was created.
    Name string
    The name of the connector. AWS Config automatically assigns the name when creating the Connector.
    Tags Tag
    The tags for the connector.
    arn string
    The Amazon Resource Name (ARN) of the connector.
    created_time string
    The time at which the connector was created.
    name string
    The name of the connector. AWS Config automatically assigns the name when creating the Connector.
    tags list(object)
    The tags for the connector.
    arn String
    The Amazon Resource Name (ARN) of the connector.
    createdTime String
    The time at which the connector was created.
    name String
    The name of the connector. AWS Config automatically assigns the name when creating the Connector.
    tags List<Tag>
    The tags for the connector.
    arn string
    The Amazon Resource Name (ARN) of the connector.
    createdTime string
    The time at which the connector was created.
    name string
    The name of the connector. AWS Config automatically assigns the name when creating the Connector.
    tags Tag[]
    The tags for the connector.
    arn str
    The Amazon Resource Name (ARN) of the connector.
    created_time str
    The time at which the connector was created.
    name str
    The name of the connector. AWS Config automatically assigns the name when creating the Connector.
    tags Sequence[root_Tag]
    The tags for the connector.
    arn String
    The Amazon Resource Name (ARN) of the connector.
    createdTime String
    The time at which the connector was created.
    name String
    The name of the connector. AWS Config automatically assigns the name when creating the Connector.
    tags List<Property Map>
    The tags for the connector.

    Supporting Types

    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 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.

    Viewing docs for AWS Cloud Control v1.72.0
    published on Monday, Jul 20, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial