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

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

    Create Connector Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Connector(name: string, args: ConnectorArgs, opts?: CustomResourceOptions);
    @overload
    def Connector(resource_name: str,
                  args: ConnectorArgs,
                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def Connector(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  connector_configuration: Optional[ConnectorConfigurationArgs] = None,
                  tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewConnector(ctx *Context, name string, args ConnectorArgs, opts ...ResourceOption) (*Connector, error)
    public Connector(string name, ConnectorArgs args, CustomResourceOptions? opts = null)
    public Connector(String name, ConnectorArgs args)
    public Connector(String name, ConnectorArgs args, CustomResourceOptions options)
    
    type: aws-native:configuration:Connector
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_configuration_connector" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args ConnectorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ConnectorArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ConnectorArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ConnectorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ConnectorArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Connector Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Connector resource accepts the following input properties:

    ConnectorConfiguration Pulumi.AwsNative.Configuration.Inputs.ConnectorConfiguration
    The configuration for the connector that specifies the third-party cloud provider connection details.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags for the connector.
    ConnectorConfiguration ConnectorConfigurationArgs
    The configuration for the connector that specifies the third-party cloud provider connection details.
    Tags TagArgs
    The tags for the connector.
    connector_configuration object
    The configuration for the connector that specifies the third-party cloud provider connection details.
    tags list(object)
    The tags for the connector.
    connectorConfiguration ConnectorConfiguration
    The configuration for the connector that specifies the third-party cloud provider connection details.
    tags List<Tag>
    The tags for the connector.
    connectorConfiguration ConnectorConfiguration
    The configuration for the connector that specifies the third-party cloud provider connection details.
    tags Tag[]
    The tags for the connector.
    connector_configuration ConnectorConfigurationArgs
    The configuration for the connector that specifies the third-party cloud provider connection details.
    tags Sequence[TagArgs]
    The tags for the connector.
    connectorConfiguration Property Map
    The configuration for the connector that specifies the third-party cloud provider connection details.
    tags List<Property Map>
    The tags for the connector.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Connector resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) of the connector.
    CreatedTime string
    The time at which the connector was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the connector. AWS Config automatically assigns the name when creating the Connector.
    Arn string
    The Amazon Resource Name (ARN) of the connector.
    CreatedTime string
    The time at which the connector was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the connector. AWS Config automatically assigns the name when creating the Connector.
    arn string
    The Amazon Resource Name (ARN) of the connector.
    created_time string
    The time at which the connector was created.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The name of the connector. AWS Config automatically assigns the name when creating the Connector.
    arn String
    The Amazon Resource Name (ARN) of the connector.
    createdTime String
    The time at which the connector was created.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the connector. AWS Config automatically assigns the name when creating the Connector.
    arn string
    The Amazon Resource Name (ARN) of the connector.
    createdTime string
    The time at which the connector was created.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The name of the connector. AWS Config automatically assigns the name when creating the Connector.
    arn str
    The Amazon Resource Name (ARN) of the connector.
    created_time str
    The time at which the connector was created.
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    The name of the connector. AWS Config automatically assigns the name when creating the Connector.
    arn String
    The Amazon Resource Name (ARN) of the connector.
    createdTime String
    The time at which the connector was created.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the connector. AWS Config automatically assigns the name when creating the Connector.

    Supporting Types

    ConnectorAzureConnectorConfiguration, ConnectorAzureConnectorConfigurationArgs

    Configuration for connecting to Microsoft Azure.
    ClientIdentifier string
    The Azure client (application) identifier.
    TenantIdentifier string
    The Azure tenant identifier.
    ClientIdentifier string
    The Azure client (application) identifier.
    TenantIdentifier string
    The Azure tenant identifier.
    client_identifier string
    The Azure client (application) identifier.
    tenant_identifier string
    The Azure tenant identifier.
    clientIdentifier String
    The Azure client (application) identifier.
    tenantIdentifier String
    The Azure tenant identifier.
    clientIdentifier string
    The Azure client (application) identifier.
    tenantIdentifier string
    The Azure tenant identifier.
    client_identifier str
    The Azure client (application) identifier.
    tenant_identifier str
    The Azure tenant identifier.
    clientIdentifier String
    The Azure client (application) identifier.
    tenantIdentifier String
    The Azure tenant identifier.

    ConnectorConfiguration, ConnectorConfigurationArgs

    The configuration for the connector. Specify the third-party cloud provider configuration.
    Azure Pulumi.AwsNative.Configuration.Inputs.ConnectorAzureConnectorConfiguration
    The configuration for connecting to Microsoft Azure.
    Azure ConnectorAzureConnectorConfiguration
    The configuration for connecting to Microsoft Azure.
    azure object
    The configuration for connecting to Microsoft Azure.
    azure ConnectorAzureConnectorConfiguration
    The configuration for connecting to Microsoft Azure.
    azure ConnectorAzureConnectorConfiguration
    The configuration for connecting to Microsoft Azure.
    azure ConnectorAzureConnectorConfiguration
    The configuration for connecting to Microsoft Azure.
    azure Property Map
    The configuration for connecting to Microsoft Azure.

    Tag, TagArgs

    A set of tags to apply to the resource.
    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