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:
- Connector
Id string - The ID of the Connector to link to the satellite.
- Satellite
Id string - The ID of the Satellite to link to the connector.
- Satellite
Type string - The type of satellite being linked. Must be one of:
ai,data_classifierorpolicy_data_loader.
- Connector
Id string - The ID of the Connector to link to the satellite.
- Satellite
Id string - The ID of the Satellite to link to the connector.
- Satellite
Type string - The type of satellite being linked. Must be one of:
ai,data_classifierorpolicy_data_loader.
- connector
Id String - The ID of the Connector to link to the satellite.
- satellite
Id String - The ID of the Satellite to link to the connector.
- satellite
Type String - The type of satellite being linked. Must be one of:
ai,data_classifierorpolicy_data_loader.
- connector
Id string - The ID of the Connector to link to the satellite.
- satellite
Id string - The ID of the Satellite to link to the connector.
- satellite
Type string - The type of satellite being linked. Must be one of:
ai,data_classifierorpolicy_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_classifierorpolicy_data_loader.
- connector
Id String - The ID of the Connector to link to the satellite.
- satellite
Id String - The ID of the Satellite to link to the connector.
- satellite
Type String - The type of satellite being linked. Must be one of:
ai,data_classifierorpolicy_data_loader.
Outputs
All input properties are implicitly available as output properties. Additionally, the ConnectorSatelliteLink resource produces the following output properties:
- 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.
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) -> ConnectorSatelliteLinkfunc 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.
- Connector
Id string - The ID of the Connector to link to the satellite.
- Created
At string - The timestamp when the connector satellite link was created.
- Satellite
Id string - The ID of the Satellite to link to the connector.
- Satellite
Type string - The type of satellite being linked. Must be one of:
ai,data_classifierorpolicy_data_loader. - Updated
At string - The timestamp when the connector satellite link was last updated.
- Connector
Id string - The ID of the Connector to link to the satellite.
- Created
At string - The timestamp when the connector satellite link was created.
- Satellite
Id string - The ID of the Satellite to link to the connector.
- Satellite
Type string - The type of satellite being linked. Must be one of:
ai,data_classifierorpolicy_data_loader. - Updated
At string - The timestamp when the connector satellite link was last updated.
- connector
Id String - The ID of the Connector to link to the satellite.
- created
At String - The timestamp when the connector satellite link was created.
- satellite
Id String - The ID of the Satellite to link to the connector.
- satellite
Type String - The type of satellite being linked. Must be one of:
ai,data_classifierorpolicy_data_loader. - updated
At String - The timestamp when the connector satellite link was last updated.
- connector
Id string - The ID of the Connector to link to the satellite.
- created
At string - The timestamp when the connector satellite link was created.
- satellite
Id string - The ID of the Satellite to link to the connector.
- satellite
Type string - The type of satellite being linked. Must be one of:
ai,data_classifierorpolicy_data_loader. - updated
At 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_classifierorpolicy_data_loader. - updated_
at str - The timestamp when the connector satellite link was last updated.
- connector
Id String - The ID of the Connector to link to the satellite.
- created
At String - The timestamp when the connector satellite link was created.
- satellite
Id String - The ID of the Satellite to link to the connector.
- satellite
Type String - The type of satellite being linked. Must be one of:
ai,data_classifierorpolicy_data_loader. - updated
At 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
formalTerraform Provider.
