1. Packages
  2. Formal Provider
  3. API Docs
  4. ConnectorSatelliteLink
Formal v1.1.0 published on Sunday, Mar 1, 2026 by Formal
formal logo
Formal v1.1.0 published on Sunday, Mar 1, 2026 by Formal

    Link a Connector to a Satellite.

    Create ConnectorSatelliteLink Resource

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

    Constructor syntax

    new ConnectorSatelliteLink(name: string, args: ConnectorSatelliteLinkArgs, opts?: CustomResourceOptions);
    @overload
    def ConnectorSatelliteLink(resource_name: str,
                               args: ConnectorSatelliteLinkArgs,
                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def ConnectorSatelliteLink(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               connector_id: Optional[str] = None,
                               satellite_id: Optional[str] = None,
                               satellite_type: Optional[str] = None)
    func NewConnectorSatelliteLink(ctx *Context, name string, args ConnectorSatelliteLinkArgs, opts ...ResourceOption) (*ConnectorSatelliteLink, error)
    public ConnectorSatelliteLink(string name, ConnectorSatelliteLinkArgs args, CustomResourceOptions? opts = null)
    public ConnectorSatelliteLink(String name, ConnectorSatelliteLinkArgs args)
    public ConnectorSatelliteLink(String name, ConnectorSatelliteLinkArgs args, CustomResourceOptions options)
    
    type: formal:ConnectorSatelliteLink
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ConnectorSatelliteLinkArgs
    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 ConnectorSatelliteLinkArgs
    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 ConnectorSatelliteLinkArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ConnectorSatelliteLinkArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ConnectorSatelliteLinkArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var connectorSatelliteLinkResource = new Pulumi.ConnectorSatelliteLink("connectorSatelliteLinkResource", new()
    {
        ConnectorId = "string",
        SatelliteId = "string",
        SatelliteType = "string",
    });
    
    example, err := formal.NewConnectorSatelliteLink(ctx, "connectorSatelliteLinkResource", &formal.ConnectorSatelliteLinkArgs{
    	ConnectorId:   pulumi.String("string"),
    	SatelliteId:   pulumi.String("string"),
    	SatelliteType: pulumi.String("string"),
    })
    
    var connectorSatelliteLinkResource = new ConnectorSatelliteLink("connectorSatelliteLinkResource", ConnectorSatelliteLinkArgs.builder()
        .connectorId("string")
        .satelliteId("string")
        .satelliteType("string")
        .build());
    
    connector_satellite_link_resource = formal.ConnectorSatelliteLink("connectorSatelliteLinkResource",
        connector_id="string",
        satellite_id="string",
        satellite_type="string")
    
    const connectorSatelliteLinkResource = new formal.ConnectorSatelliteLink("connectorSatelliteLinkResource", {
        connectorId: "string",
        satelliteId: "string",
        satelliteType: "string",
    });
    
    type: formal:ConnectorSatelliteLink
    properties:
        connectorId: string
        satelliteId: string
        satelliteType: string
    

    ConnectorSatelliteLink 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 ConnectorSatelliteLink resource accepts the following input properties:

    ConnectorId string
    The ID of the Connector to link to the satellite.
    SatelliteId string
    The ID of the Satellite to link to the connector.
    SatelliteType string
    The type of satellite being linked. Must be one of: ai, data_classifier or policy_data_loader.
    ConnectorId string
    The ID of the Connector to link to the satellite.
    SatelliteId string
    The ID of the Satellite to link to the connector.
    SatelliteType string
    The type of satellite being linked. Must be one of: ai, data_classifier or policy_data_loader.
    connectorId String
    The ID of the Connector to link to the satellite.
    satelliteId String
    The ID of the Satellite to link to the connector.
    satelliteType String
    The type of satellite being linked. Must be one of: ai, data_classifier or policy_data_loader.
    connectorId string
    The ID of the Connector to link to the satellite.
    satelliteId string
    The ID of the Satellite to link to the connector.
    satelliteType string
    The type of satellite being linked. Must be one of: ai, data_classifier or policy_data_loader.
    connector_id str
    The ID of the Connector to link to the satellite.
    satellite_id str
    The ID of the Satellite to link to the connector.
    satellite_type str
    The type of satellite being linked. Must be one of: ai, data_classifier or policy_data_loader.
    connectorId String
    The ID of the Connector to link to the satellite.
    satelliteId String
    The ID of the Satellite to link to the connector.
    satelliteType String
    The type of satellite being linked. Must be one of: ai, data_classifier or policy_data_loader.

    Outputs

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

    CreatedAt string
    The timestamp when the connector satellite link was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    The timestamp when the connector satellite link was last updated.
    CreatedAt string
    The timestamp when the connector satellite link was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    The timestamp when the connector satellite link was last updated.
    createdAt String
    The timestamp when the connector satellite link was created.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String
    The timestamp when the connector satellite link was last updated.
    createdAt string
    The timestamp when the connector satellite link was created.
    id string
    The provider-assigned unique ID for this managed resource.
    updatedAt string
    The timestamp when the connector satellite link was last updated.
    created_at str
    The timestamp when the connector satellite link was created.
    id str
    The provider-assigned unique ID for this managed resource.
    updated_at str
    The timestamp when the connector satellite link was last updated.
    createdAt String
    The timestamp when the connector satellite link was created.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String
    The timestamp when the connector satellite link was last updated.

    Look up Existing ConnectorSatelliteLink Resource

    Get an existing ConnectorSatelliteLink resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ConnectorSatelliteLinkState, opts?: CustomResourceOptions): ConnectorSatelliteLink
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            connector_id: Optional[str] = None,
            created_at: Optional[str] = None,
            satellite_id: Optional[str] = None,
            satellite_type: Optional[str] = None,
            updated_at: Optional[str] = None) -> ConnectorSatelliteLink
    func GetConnectorSatelliteLink(ctx *Context, name string, id IDInput, state *ConnectorSatelliteLinkState, opts ...ResourceOption) (*ConnectorSatelliteLink, error)
    public static ConnectorSatelliteLink Get(string name, Input<string> id, ConnectorSatelliteLinkState? state, CustomResourceOptions? opts = null)
    public static ConnectorSatelliteLink get(String name, Output<String> id, ConnectorSatelliteLinkState state, CustomResourceOptions options)
    resources:  _:    type: formal:ConnectorSatelliteLink    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    ConnectorId string
    The ID of the Connector to link to the satellite.
    CreatedAt string
    The timestamp when the connector satellite link was created.
    SatelliteId string
    The ID of the Satellite to link to the connector.
    SatelliteType string
    The type of satellite being linked. Must be one of: ai, data_classifier or policy_data_loader.
    UpdatedAt string
    The timestamp when the connector satellite link was last updated.
    ConnectorId string
    The ID of the Connector to link to the satellite.
    CreatedAt string
    The timestamp when the connector satellite link was created.
    SatelliteId string
    The ID of the Satellite to link to the connector.
    SatelliteType string
    The type of satellite being linked. Must be one of: ai, data_classifier or policy_data_loader.
    UpdatedAt string
    The timestamp when the connector satellite link was last updated.
    connectorId String
    The ID of the Connector to link to the satellite.
    createdAt String
    The timestamp when the connector satellite link was created.
    satelliteId String
    The ID of the Satellite to link to the connector.
    satelliteType String
    The type of satellite being linked. Must be one of: ai, data_classifier or policy_data_loader.
    updatedAt String
    The timestamp when the connector satellite link was last updated.
    connectorId string
    The ID of the Connector to link to the satellite.
    createdAt string
    The timestamp when the connector satellite link was created.
    satelliteId string
    The ID of the Satellite to link to the connector.
    satelliteType string
    The type of satellite being linked. Must be one of: ai, data_classifier or policy_data_loader.
    updatedAt string
    The timestamp when the connector satellite link was last updated.
    connector_id str
    The ID of the Connector to link to the satellite.
    created_at str
    The timestamp when the connector satellite link was created.
    satellite_id str
    The ID of the Satellite to link to the connector.
    satellite_type str
    The type of satellite being linked. Must be one of: ai, data_classifier or policy_data_loader.
    updated_at str
    The timestamp when the connector satellite link was last updated.
    connectorId String
    The ID of the Connector to link to the satellite.
    createdAt String
    The timestamp when the connector satellite link was created.
    satelliteId String
    The ID of the Satellite to link to the connector.
    satelliteType String
    The type of satellite being linked. Must be one of: ai, data_classifier or policy_data_loader.
    updatedAt String
    The timestamp when the connector satellite link was last updated.

    Package Details

    Repository
    formal formalco/pulumi-formal
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the formal Terraform Provider.
    formal logo
    Formal v1.1.0 published on Sunday, Mar 1, 2026 by Formal
      Meet Neo: Your AI Platform Teammate