We recommend new projects start with resources from the AWS provider.
published on Monday, Jul 20, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
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:
- Connector
Configuration Pulumi.Aws Native. Configuration. Inputs. Connector Configuration - The configuration for the connector that specifies the third-party cloud provider connection details.
-
List<Pulumi.
Aws Native. Inputs. Tag> - The tags for the connector.
- Connector
Configuration ConnectorConfiguration Args - The configuration for the connector that specifies the third-party cloud provider connection details.
-
Tag
Args - The tags for the connector.
- connector_
configuration object - The configuration for the connector that specifies the third-party cloud provider connection details.
- list(object)
- The tags for the connector.
- connector
Configuration ConnectorConfiguration - The configuration for the connector that specifies the third-party cloud provider connection details.
- List<Tag>
- The tags for the connector.
- connector
Configuration ConnectorConfiguration - The configuration for the connector that specifies the third-party cloud provider connection details.
- Tag[]
- The tags for the connector.
- connector_
configuration ConnectorConfiguration Args - The configuration for the connector that specifies the third-party cloud provider connection details.
-
Sequence[Tag
Args] - The tags for the connector.
- connector
Configuration Property Map - The configuration for the connector that specifies the third-party cloud provider connection details.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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 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.
- 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.
Supporting Types
ConnectorAzureConnectorConfiguration, ConnectorAzureConnectorConfigurationArgs
Configuration for connecting to Microsoft Azure.- Client
Identifier string - The Azure client (application) identifier.
- Tenant
Identifier string - The Azure tenant identifier.
- Client
Identifier string - The Azure client (application) identifier.
- Tenant
Identifier string - The Azure tenant identifier.
- client_
identifier string - The Azure client (application) identifier.
- tenant_
identifier string - The Azure tenant identifier.
- client
Identifier String - The Azure client (application) identifier.
- tenant
Identifier String - The Azure tenant identifier.
- client
Identifier string - The Azure client (application) identifier.
- tenant
Identifier string - The Azure tenant identifier.
- client_
identifier str - The Azure client (application) identifier.
- tenant_
identifier str - The Azure tenant identifier.
- client
Identifier String - The Azure client (application) identifier.
- tenant
Identifier String - The Azure tenant identifier.
ConnectorConfiguration, ConnectorConfigurationArgs
The configuration for the connector. Specify the third-party cloud provider configuration.- Azure
Pulumi.
Aws Native. Configuration. Inputs. Connector Azure Connector Configuration - The configuration for connecting to Microsoft Azure.
- Azure
Connector
Azure Connector Configuration - The configuration for connecting to Microsoft Azure.
- azure
Connector
Azure Connector Configuration - The configuration for connecting to Microsoft Azure.
- azure
Connector
Azure Connector Configuration - The configuration for connecting to Microsoft Azure.
- azure
Connector
Azure Connector Configuration - 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.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Jul 20, 2026 by Pulumi