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
published on Monday, Jul 20, 2026 by Pulumi
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
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 dictionarydata "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.
- 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.
-
List<Pulumi.
Aws Native. Outputs. 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.
- 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.
- list(object)
- 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.
- List<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.
- 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.
- Sequence[root_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.
- List<Property Map>
- The tags for the connector.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Jul 20, 2026 by Pulumi