azure-native-v2.orbital.Spacecraft
Explore with Pulumi AI
Customer creates a spacecraft resource to schedule a contact. Azure REST API version: 2022-11-01.
Other available API versions: 2022-03-01.
Create Spacecraft Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Spacecraft(name: string, args: SpacecraftArgs, opts?: CustomResourceOptions);
@overload
def Spacecraft(resource_name: str,
args: SpacecraftArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Spacecraft(resource_name: str,
opts: Optional[ResourceOptions] = None,
links: Optional[Sequence[SpacecraftLinkArgs]] = None,
resource_group_name: Optional[str] = None,
title_line: Optional[str] = None,
tle_line1: Optional[str] = None,
tle_line2: Optional[str] = None,
location: Optional[str] = None,
norad_id: Optional[str] = None,
spacecraft_name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewSpacecraft(ctx *Context, name string, args SpacecraftArgs, opts ...ResourceOption) (*Spacecraft, error)
public Spacecraft(string name, SpacecraftArgs args, CustomResourceOptions? opts = null)
public Spacecraft(String name, SpacecraftArgs args)
public Spacecraft(String name, SpacecraftArgs args, CustomResourceOptions options)
type: azure-native:orbital:Spacecraft
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. SpacecraftArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. SpacecraftArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. SpacecraftArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. SpacecraftArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. SpacecraftArgs - 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 spacecraftResource = new AzureNative.Orbital.Spacecraft("spacecraftResource", new()
{
Links = new[]
{
{
{ "bandwidthMHz", 0 },
{ "centerFrequencyMHz", 0 },
{ "direction", "string" },
{ "name", "string" },
{ "polarization", "string" },
},
},
ResourceGroupName = "string",
TitleLine = "string",
TleLine1 = "string",
TleLine2 = "string",
Location = "string",
NoradId = "string",
SpacecraftName = "string",
Tags =
{
{ "string", "string" },
},
});
example, err := orbital.NewSpacecraft(ctx, "spacecraftResource", &orbital.SpacecraftArgs{
Links: []map[string]interface{}{
map[string]interface{}{
"bandwidthMHz": 0,
"centerFrequencyMHz": 0,
"direction": "string",
"name": "string",
"polarization": "string",
},
},
ResourceGroupName: "string",
TitleLine: "string",
TleLine1: "string",
TleLine2: "string",
Location: "string",
NoradId: "string",
SpacecraftName: "string",
Tags: map[string]interface{}{
"string": "string",
},
})
var spacecraftResource = new Spacecraft("spacecraftResource", SpacecraftArgs.builder()
.links(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.resourceGroupName("string")
.titleLine("string")
.tleLine1("string")
.tleLine2("string")
.location("string")
.noradId("string")
.spacecraftName("string")
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
spacecraft_resource = azure_native.orbital.Spacecraft("spacecraftResource",
links=[{
bandwidthMHz: 0,
centerFrequencyMHz: 0,
direction: string,
name: string,
polarization: string,
}],
resource_group_name=string,
title_line=string,
tle_line1=string,
tle_line2=string,
location=string,
norad_id=string,
spacecraft_name=string,
tags={
string: string,
})
const spacecraftResource = new azure_native.orbital.Spacecraft("spacecraftResource", {
links: [{
bandwidthMHz: 0,
centerFrequencyMHz: 0,
direction: "string",
name: "string",
polarization: "string",
}],
resourceGroupName: "string",
titleLine: "string",
tleLine1: "string",
tleLine2: "string",
location: "string",
noradId: "string",
spacecraftName: "string",
tags: {
string: "string",
},
});
type: azure-native:orbital:Spacecraft
properties:
links:
- bandwidthMHz: 0
centerFrequencyMHz: 0
direction: string
name: string
polarization: string
location: string
noradId: string
resourceGroupName: string
spacecraftName: string
tags:
string: string
titleLine: string
tleLine1: string
tleLine2: string
Spacecraft 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 Spacecraft resource accepts the following input properties:
- Links
This property is required. Changes to this property will trigger replacement.
Azure Native. Orbital. Inputs. Spacecraft Link> - Immutable list of Spacecraft links.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Title
Line This property is required. string - Title line of the two-line element set (TLE).
- Tle
Line1 This property is required. string - Line 1 of the two-line element set (TLE).
- Tle
Line2 This property is required. string - Line 2 of the two-line element set (TLE).
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Norad
Id string - NORAD ID of the spacecraft.
- Spacecraft
Name Changes to this property will trigger replacement.
- Spacecraft ID.
- Dictionary<string, string>
- Resource tags.
- Links
This property is required. Changes to this property will trigger replacement.
Link Args - Immutable list of Spacecraft links.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Title
Line This property is required. string - Title line of the two-line element set (TLE).
- Tle
Line1 This property is required. string - Line 1 of the two-line element set (TLE).
- Tle
Line2 This property is required. string - Line 2 of the two-line element set (TLE).
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Norad
Id string - NORAD ID of the spacecraft.
- Spacecraft
Name Changes to this property will trigger replacement.
- Spacecraft ID.
- map[string]string
- Resource tags.
- links
This property is required. Changes to this property will trigger replacement.
Link> - Immutable list of Spacecraft links.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- title
Line This property is required. String - Title line of the two-line element set (TLE).
- tle
Line1 This property is required. String - Line 1 of the two-line element set (TLE).
- tle
Line2 This property is required. String - Line 2 of the two-line element set (TLE).
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- norad
Id String - NORAD ID of the spacecraft.
- spacecraft
Name Changes to this property will trigger replacement.
- Spacecraft ID.
- Map<String,String>
- Resource tags.
- links
This property is required. Changes to this property will trigger replacement.
Link[] - Immutable list of Spacecraft links.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- title
Line This property is required. string - Title line of the two-line element set (TLE).
- tle
Line1 This property is required. string - Line 1 of the two-line element set (TLE).
- tle
Line2 This property is required. string - Line 2 of the two-line element set (TLE).
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- norad
Id string - NORAD ID of the spacecraft.
- spacecraft
Name Changes to this property will trigger replacement.
- Spacecraft ID.
- {[key: string]: string}
- Resource tags.
- links
This property is required. Changes to this property will trigger replacement.
Link Args] - Immutable list of Spacecraft links.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- title_
line This property is required. str - Title line of the two-line element set (TLE).
- tle_
line1 This property is required. str - Line 1 of the two-line element set (TLE).
- tle_
line2 This property is required. str - Line 2 of the two-line element set (TLE).
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- norad_
id str - NORAD ID of the spacecraft.
- spacecraft_
name Changes to this property will trigger replacement.
- Spacecraft ID.
- Mapping[str, str]
- Resource tags.
- links
This property is required. Changes to this property will trigger replacement.
- Immutable list of Spacecraft links.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- title
Line This property is required. String - Title line of the two-line element set (TLE).
- tle
Line1 This property is required. String - Line 1 of the two-line element set (TLE).
- tle
Line2 This property is required. String - Line 2 of the two-line element set (TLE).
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- norad
Id String - NORAD ID of the spacecraft.
- spacecraft
Name Changes to this property will trigger replacement.
- Spacecraft ID.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the Spacecraft resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Orbital. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
AuthorizedGroundstationResponse, AuthorizedGroundstationResponseArgs
- Expiration
Date This property is required. string - Date of authorization expiration.
- Ground
Station This property is required. string - Groundstation name.
- Expiration
Date This property is required. string - Date of authorization expiration.
- Ground
Station This property is required. string - Groundstation name.
- expiration
Date This property is required. String - Date of authorization expiration.
- ground
Station This property is required. String - Groundstation name.
- expiration
Date This property is required. string - Date of authorization expiration.
- ground
Station This property is required. string - Groundstation name.
- expiration_
date This property is required. str - Date of authorization expiration.
- ground_
station This property is required. str - Groundstation name.
- expiration
Date This property is required. String - Date of authorization expiration.
- ground
Station This property is required. String - Groundstation name.
Direction, DirectionArgs
- Uplink
- Uplink
- Downlink
- Downlink
- Direction
Uplink - Uplink
- Direction
Downlink - Downlink
- Uplink
- Uplink
- Downlink
- Downlink
- Uplink
- Uplink
- Downlink
- Downlink
- UPLINK
- Uplink
- DOWNLINK
- Downlink
- "Uplink"
- Uplink
- "Downlink"
- Downlink
Polarization, PolarizationArgs
- RHCP
- RHCP
- LHCP
- LHCP
- Linear
Vertical - linearVertical
- Linear
Horizontal - linearHorizontal
- Polarization
RHCP - RHCP
- Polarization
LHCP - LHCP
- Polarization
Linear Vertical - linearVertical
- Polarization
Linear Horizontal - linearHorizontal
- RHCP
- RHCP
- LHCP
- LHCP
- Linear
Vertical - linearVertical
- Linear
Horizontal - linearHorizontal
- RHCP
- RHCP
- LHCP
- LHCP
- Linear
Vertical - linearVertical
- Linear
Horizontal - linearHorizontal
- RHCP
- RHCP
- LHCP
- LHCP
- LINEAR_VERTICAL
- linearVertical
- LINEAR_HORIZONTAL
- linearHorizontal
- "RHCP"
- RHCP
- "LHCP"
- LHCP
- "linear
Vertical" - linearVertical
- "linear
Horizontal" - linearHorizontal
SpacecraftLink, SpacecraftLinkArgs
- Bandwidth
MHz This property is required. double - Bandwidth in MHz.
- Center
Frequency MHz This property is required. double - Center Frequency in MHz.
- Direction
This property is required. string | Pulumi.Azure Native. Orbital. Direction - Direction (Uplink or Downlink).
- Name
This property is required. string - Link name.
- Polarization
This property is required. string | Pulumi.Azure Native. Orbital. Polarization - Polarization. e.g. (RHCP, LHCP).
- Bandwidth
MHz This property is required. float64 - Bandwidth in MHz.
- Center
Frequency MHz This property is required. float64 - Center Frequency in MHz.
- Direction
This property is required. string | Direction - Direction (Uplink or Downlink).
- Name
This property is required. string - Link name.
- Polarization
This property is required. string | Polarization - Polarization. e.g. (RHCP, LHCP).
- bandwidth
MHz This property is required. Double - Bandwidth in MHz.
- center
Frequency MHz This property is required. Double - Center Frequency in MHz.
- direction
This property is required. String | Direction - Direction (Uplink or Downlink).
- name
This property is required. String - Link name.
- polarization
This property is required. String | Polarization - Polarization. e.g. (RHCP, LHCP).
- bandwidth
MHz This property is required. number - Bandwidth in MHz.
- center
Frequency MHz This property is required. number - Center Frequency in MHz.
- direction
This property is required. string | Direction - Direction (Uplink or Downlink).
- name
This property is required. string - Link name.
- polarization
This property is required. string | Polarization - Polarization. e.g. (RHCP, LHCP).
- bandwidth_
m_ hz This property is required. float - Bandwidth in MHz.
- center_
frequency_ m_ hz This property is required. float - Center Frequency in MHz.
- direction
This property is required. str | Direction - Direction (Uplink or Downlink).
- name
This property is required. str - Link name.
- polarization
This property is required. str | Polarization - Polarization. e.g. (RHCP, LHCP).
- bandwidth
MHz This property is required. Number - Bandwidth in MHz.
- center
Frequency MHz This property is required. Number - Center Frequency in MHz.
- direction
This property is required. String | "Uplink" | "Downlink" - Direction (Uplink or Downlink).
- name
This property is required. String - Link name.
- polarization
This property is required. String | "RHCP" | "LHCP" | "linearVertical" | "linear Horizontal" - Polarization. e.g. (RHCP, LHCP).
SpacecraftLinkResponse, SpacecraftLinkResponseArgs
This property is required. List<Pulumi.Azure Native. Orbital. Inputs. Authorized Groundstation Response> - Authorized Ground Stations
- Bandwidth
MHz This property is required. double - Bandwidth in MHz.
- Center
Frequency MHz This property is required. double - Center Frequency in MHz.
- Direction
This property is required. string - Direction (Uplink or Downlink).
- Name
This property is required. string - Link name.
- Polarization
This property is required. string - Polarization. e.g. (RHCP, LHCP).
This property is required. []AuthorizedGroundstation Response - Authorized Ground Stations
- Bandwidth
MHz This property is required. float64 - Bandwidth in MHz.
- Center
Frequency MHz This property is required. float64 - Center Frequency in MHz.
- Direction
This property is required. string - Direction (Uplink or Downlink).
- Name
This property is required. string - Link name.
- Polarization
This property is required. string - Polarization. e.g. (RHCP, LHCP).
This property is required. List<AuthorizedGroundstation Response> - Authorized Ground Stations
- bandwidth
MHz This property is required. Double - Bandwidth in MHz.
- center
Frequency MHz This property is required. Double - Center Frequency in MHz.
- direction
This property is required. String - Direction (Uplink or Downlink).
- name
This property is required. String - Link name.
- polarization
This property is required. String - Polarization. e.g. (RHCP, LHCP).
This property is required. AuthorizedGroundstation Response[] - Authorized Ground Stations
- bandwidth
MHz This property is required. number - Bandwidth in MHz.
- center
Frequency MHz This property is required. number - Center Frequency in MHz.
- direction
This property is required. string - Direction (Uplink or Downlink).
- name
This property is required. string - Link name.
- polarization
This property is required. string - Polarization. e.g. (RHCP, LHCP).
This property is required. Sequence[AuthorizedGroundstation Response] - Authorized Ground Stations
- bandwidth_
m_ hz This property is required. float - Bandwidth in MHz.
- center_
frequency_ m_ hz This property is required. float - Center Frequency in MHz.
- direction
This property is required. str - Direction (Uplink or Downlink).
- name
This property is required. str - Link name.
- polarization
This property is required. str - Polarization. e.g. (RHCP, LHCP).
This property is required. List<Property Map>- Authorized Ground Stations
- bandwidth
MHz This property is required. Number - Bandwidth in MHz.
- center
Frequency MHz This property is required. Number - Center Frequency in MHz.
- direction
This property is required. String - Direction (Uplink or Downlink).
- name
This property is required. String - Link name.
- polarization
This property is required. String - Polarization. e.g. (RHCP, LHCP).
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:orbital:Spacecraft CONTOSO_SAT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/spacecrafts/{spacecraftName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0