1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. ssm
  6. getCloudConnector

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

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

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

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    Resource Type definition for AWS::SSM::CloudConnector. Enables AWS Systems Manager to manage resources in external cloud providers.

    Using getCloudConnector

    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 getCloudConnector(args: GetCloudConnectorArgs, opts?: InvokeOptions): Promise<GetCloudConnectorResult>
    function getCloudConnectorOutput(args: GetCloudConnectorOutputArgs, opts?: InvokeOutputOptions): Output<GetCloudConnectorResult>
    def get_cloud_connector(cloud_connector_arn: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetCloudConnectorResult
    def get_cloud_connector_output(cloud_connector_arn: pulumi.Input[Optional[str]] = None,
                            opts: Optional[InvokeOutputOptions] = None) -> Output[GetCloudConnectorResult]
    func LookupCloudConnector(ctx *Context, args *LookupCloudConnectorArgs, opts ...InvokeOption) (*LookupCloudConnectorResult, error)
    func LookupCloudConnectorOutput(ctx *Context, args *LookupCloudConnectorOutputArgs, opts ...InvokeOption) LookupCloudConnectorResultOutput

    > Note: This function is named LookupCloudConnector in the Go SDK.

    public static class GetCloudConnector 
    {
        public static Task<GetCloudConnectorResult> InvokeAsync(GetCloudConnectorArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudConnectorResult> Invoke(GetCloudConnectorInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudConnectorResult> Invoke(GetCloudConnectorInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetCloudConnectorResult> getCloudConnector(GetCloudConnectorArgs args, InvokeOptions options)
    public static Output<GetCloudConnectorResult> getCloudConnector(GetCloudConnectorArgs args, InvokeOptions options)
    public static Output<GetCloudConnectorResult> getCloudConnector(GetCloudConnectorArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:ssm:getCloudConnector
      arguments:
        # arguments dictionary
    data "aws-native_ssm_get_cloud_connector" "name" {
        # arguments
    }

    The following arguments are supported:

    CloudConnectorArn string
    The ARN of the cloud connector.
    CloudConnectorArn string
    The ARN of the cloud connector.
    cloud_connector_arn string
    The ARN of the cloud connector.
    cloudConnectorArn String
    The ARN of the cloud connector.
    cloudConnectorArn string
    The ARN of the cloud connector.
    cloud_connector_arn str
    The ARN of the cloud connector.
    cloudConnectorArn String
    The ARN of the cloud connector.

    getCloudConnector Result

    The following output properties are available:

    CloudConnectorArn string
    The ARN of the cloud connector.
    CloudConnectorId string
    The unique identifier of the cloud connector.
    Configuration Pulumi.AwsNative.Ssm.Outputs.CloudConnectorConfiguration
    The configuration for the cloud connector.
    CreatedAt string
    The timestamp when the cloud connector was created.
    Description string
    The description of the cloud connector.
    DisplayName string
    The display name of the cloud connector.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags to apply to the cloud connector.
    UpdatedAt string
    The timestamp when the cloud connector was last updated.
    CloudConnectorArn string
    The ARN of the cloud connector.
    CloudConnectorId string
    The unique identifier of the cloud connector.
    Configuration CloudConnectorConfiguration
    The configuration for the cloud connector.
    CreatedAt string
    The timestamp when the cloud connector was created.
    Description string
    The description of the cloud connector.
    DisplayName string
    The display name of the cloud connector.
    Tags Tag
    Tags to apply to the cloud connector.
    UpdatedAt string
    The timestamp when the cloud connector was last updated.
    cloud_connector_arn string
    The ARN of the cloud connector.
    cloud_connector_id string
    The unique identifier of the cloud connector.
    configuration object
    The configuration for the cloud connector.
    created_at string
    The timestamp when the cloud connector was created.
    description string
    The description of the cloud connector.
    display_name string
    The display name of the cloud connector.
    tags list(object)
    Tags to apply to the cloud connector.
    updated_at string
    The timestamp when the cloud connector was last updated.
    cloudConnectorArn String
    The ARN of the cloud connector.
    cloudConnectorId String
    The unique identifier of the cloud connector.
    configuration CloudConnectorConfiguration
    The configuration for the cloud connector.
    createdAt String
    The timestamp when the cloud connector was created.
    description String
    The description of the cloud connector.
    displayName String
    The display name of the cloud connector.
    tags List<Tag>
    Tags to apply to the cloud connector.
    updatedAt String
    The timestamp when the cloud connector was last updated.
    cloudConnectorArn string
    The ARN of the cloud connector.
    cloudConnectorId string
    The unique identifier of the cloud connector.
    configuration CloudConnectorConfiguration
    The configuration for the cloud connector.
    createdAt string
    The timestamp when the cloud connector was created.
    description string
    The description of the cloud connector.
    displayName string
    The display name of the cloud connector.
    tags Tag[]
    Tags to apply to the cloud connector.
    updatedAt string
    The timestamp when the cloud connector was last updated.
    cloud_connector_arn str
    The ARN of the cloud connector.
    cloud_connector_id str
    The unique identifier of the cloud connector.
    configuration CloudConnectorConfiguration
    The configuration for the cloud connector.
    created_at str
    The timestamp when the cloud connector was created.
    description str
    The description of the cloud connector.
    display_name str
    The display name of the cloud connector.
    tags Sequence[root_Tag]
    Tags to apply to the cloud connector.
    updated_at str
    The timestamp when the cloud connector was last updated.
    cloudConnectorArn String
    The ARN of the cloud connector.
    cloudConnectorId String
    The unique identifier of the cloud connector.
    configuration Property Map
    The configuration for the cloud connector.
    createdAt String
    The timestamp when the cloud connector was created.
    description String
    The description of the cloud connector.
    displayName String
    The display name of the cloud connector.
    tags List<Property Map>
    Tags to apply to the cloud connector.
    updatedAt String
    The timestamp when the cloud connector was last updated.

    Supporting Types

    CloudConnectorAzureConfiguration

    ApplicationId string
    The Azure AD application ID.
    TenantId string
    The Azure AD tenant ID. Cannot be changed after creation.
    ApplicationDisplayName string
    The display name of the Azure AD application.
    Targets Pulumi.AwsNative.Ssm.Inputs.CloudConnectorConfigurationTargets
    TenantDisplayName string
    The display name of the Azure AD tenant.
    ApplicationId string
    The Azure AD application ID.
    TenantId string
    The Azure AD tenant ID. Cannot be changed after creation.
    ApplicationDisplayName string
    The display name of the Azure AD application.
    Targets CloudConnectorConfigurationTargets
    TenantDisplayName string
    The display name of the Azure AD tenant.
    application_id string
    The Azure AD application ID.
    tenant_id string
    The Azure AD tenant ID. Cannot be changed after creation.
    application_display_name string
    The display name of the Azure AD application.
    targets object
    tenant_display_name string
    The display name of the Azure AD tenant.
    applicationId String
    The Azure AD application ID.
    tenantId String
    The Azure AD tenant ID. Cannot be changed after creation.
    applicationDisplayName String
    The display name of the Azure AD application.
    targets CloudConnectorConfigurationTargets
    tenantDisplayName String
    The display name of the Azure AD tenant.
    applicationId string
    The Azure AD application ID.
    tenantId string
    The Azure AD tenant ID. Cannot be changed after creation.
    applicationDisplayName string
    The display name of the Azure AD application.
    targets CloudConnectorConfigurationTargets
    tenantDisplayName string
    The display name of the Azure AD tenant.
    application_id str
    The Azure AD application ID.
    tenant_id str
    The Azure AD tenant ID. Cannot be changed after creation.
    application_display_name str
    The display name of the Azure AD application.
    targets CloudConnectorConfigurationTargets
    tenant_display_name str
    The display name of the Azure AD tenant.
    applicationId String
    The Azure AD application ID.
    tenantId String
    The Azure AD tenant ID. Cannot be changed after creation.
    applicationDisplayName String
    The display name of the Azure AD application.
    targets Property Map
    tenantDisplayName String
    The display name of the Azure AD tenant.

    CloudConnectorAzureSubscription

    Id string
    The Azure subscription ID.
    DisplayName string
    The display name of the Azure subscription.
    Id string
    The Azure subscription ID.
    DisplayName string
    The display name of the Azure subscription.
    id string
    The Azure subscription ID.
    display_name string
    The display name of the Azure subscription.
    id String
    The Azure subscription ID.
    displayName String
    The display name of the Azure subscription.
    id string
    The Azure subscription ID.
    displayName string
    The display name of the Azure subscription.
    id str
    The Azure subscription ID.
    display_name str
    The display name of the Azure subscription.
    id String
    The Azure subscription ID.
    displayName String
    The display name of the Azure subscription.

    CloudConnectorConfiguration

    CloudConnectorConfigurationTargets

    subscriptions list(object)
    List of Azure subscriptions.
    subscriptions List<Property Map>
    List of Azure subscriptions.

    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 aws-native logo

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

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial