ConfigService / Client / get_connector

get_connector

ConfigService.Client.get_connector(**kwargs)

Returns the details of the specified connector.

See also: AWS API Documentation

Request Syntax

response = client.get_connector(
    Arn='string'
)
Parameters:

Arn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the connector.

Return type:

dict

Returns:

Response Syntax

{
    'Connector': {
        'name': 'string',
        'arn': 'string',
        'connectorConfiguration': {
            'azure': {
                'tenantIdentifier': 'string',
                'clientIdentifier': 'string'
            }
        },
        'createdTime': datetime(2015, 1, 1)
    }
}

Response Structure

  • (dict) –

    • Connector (dict) –

      The details of the specified connector.

      • name (string) –

        The name of the connector.

      • arn (string) –

        The Amazon Resource Name (ARN) of the connector.

      • connectorConfiguration (dict) –

        The provider-specific configuration for connecting to the third-party cloud service provider.

        • azure (dict) –

          The configuration for an Azure connector.

          • tenantIdentifier (string) –

            The Azure tenant identifier.

          • clientIdentifier (string) –

            The Azure client identifier.

      • createdTime (datetime) –

        The date and time that the connector was created.

Exceptions

  • ConfigService.Client.exceptions.ResourceNotFoundException

  • ConfigService.Client.exceptions.ValidationException