port.SystemBlueprint
Explore with Pulumi AI
Port System Blueprint Resource. This resource is used to extend system blueprints with additional properties and relations.
Create SystemBlueprint Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystemBlueprint(name: string, args: SystemBlueprintArgs, opts?: CustomResourceOptions);
@overload
def SystemBlueprint(resource_name: str,
args: SystemBlueprintArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SystemBlueprint(resource_name: str,
opts: Optional[ResourceOptions] = None,
identifier: Optional[str] = None,
calculation_properties: Optional[Mapping[str, SystemBlueprintCalculationPropertiesArgs]] = None,
mirror_properties: Optional[Mapping[str, SystemBlueprintMirrorPropertiesArgs]] = None,
properties: Optional[SystemBlueprintPropertiesArgs] = None,
relations: Optional[Mapping[str, SystemBlueprintRelationsArgs]] = None)
func NewSystemBlueprint(ctx *Context, name string, args SystemBlueprintArgs, opts ...ResourceOption) (*SystemBlueprint, error)
public SystemBlueprint(string name, SystemBlueprintArgs args, CustomResourceOptions? opts = null)
public SystemBlueprint(String name, SystemBlueprintArgs args)
public SystemBlueprint(String name, SystemBlueprintArgs args, CustomResourceOptions options)
type: port:SystemBlueprint
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 SystemBlueprintArgs
- 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 SystemBlueprintArgs
- 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 SystemBlueprintArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystemBlueprintArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystemBlueprintArgs
- 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 systemBlueprintResource = new Port.SystemBlueprint("systemBlueprintResource", new()
{
Identifier = "string",
CalculationProperties =
{
{ "string", new Port.Inputs.SystemBlueprintCalculationPropertiesArgs
{
Calculation = "string",
Type = "string",
Colorized = false,
Colors =
{
{ "string", "string" },
},
Description = "string",
Format = "string",
Icon = "string",
Title = "string",
} },
},
MirrorProperties =
{
{ "string", new Port.Inputs.SystemBlueprintMirrorPropertiesArgs
{
Path = "string",
Title = "string",
} },
},
Properties = new Port.Inputs.SystemBlueprintPropertiesArgs
{
ArrayProps =
{
{ "string", new Port.Inputs.SystemBlueprintPropertiesArrayPropsArgs
{
BooleanItems = new Port.Inputs.SystemBlueprintPropertiesArrayPropsBooleanItemsArgs
{
Defaults = new[]
{
false,
},
},
Description = "string",
Icon = "string",
MaxItems = 0,
MinItems = 0,
NumberItems = new Port.Inputs.SystemBlueprintPropertiesArrayPropsNumberItemsArgs
{
Defaults = new[]
{
0,
},
},
ObjectItems = new Port.Inputs.SystemBlueprintPropertiesArrayPropsObjectItemsArgs
{
Defaults = new[]
{
"string",
},
},
Required = false,
StringItems = new Port.Inputs.SystemBlueprintPropertiesArrayPropsStringItemsArgs
{
Defaults = new[]
{
"string",
},
Format = "string",
Pattern = "string",
},
Title = "string",
} },
},
BooleanProps =
{
{ "string", new Port.Inputs.SystemBlueprintPropertiesBooleanPropsArgs
{
Default = false,
Description = "string",
Icon = "string",
Required = false,
Title = "string",
} },
},
NumberProps =
{
{ "string", new Port.Inputs.SystemBlueprintPropertiesNumberPropsArgs
{
Default = 0,
Description = "string",
EnumColors =
{
{ "string", "string" },
},
Enums = new[]
{
0,
},
Icon = "string",
Maximum = 0,
Minimum = 0,
Required = false,
Title = "string",
} },
},
ObjectProps =
{
{ "string", new Port.Inputs.SystemBlueprintPropertiesObjectPropsArgs
{
Default = "string",
Description = "string",
Icon = "string",
Required = false,
Spec = "string",
Title = "string",
} },
},
StringProps =
{
{ "string", new Port.Inputs.SystemBlueprintPropertiesStringPropsArgs
{
Default = "string",
Description = "string",
EnumColors =
{
{ "string", "string" },
},
Enums = new[]
{
"string",
},
Format = "string",
Icon = "string",
MaxLength = 0,
MinLength = 0,
Pattern = "string",
Required = false,
Spec = "string",
SpecAuthentication = new Port.Inputs.SystemBlueprintPropertiesStringPropsSpecAuthenticationArgs
{
AuthorizationUrl = "string",
ClientId = "string",
TokenUrl = "string",
},
Title = "string",
} },
},
},
Relations =
{
{ "string", new Port.Inputs.SystemBlueprintRelationsArgs
{
Target = "string",
Description = "string",
Many = false,
Required = false,
Title = "string",
} },
},
});
example, err := port.NewSystemBlueprint(ctx, "systemBlueprintResource", &port.SystemBlueprintArgs{
Identifier: pulumi.String("string"),
CalculationProperties: port.SystemBlueprintCalculationPropertiesMap{
"string": &port.SystemBlueprintCalculationPropertiesArgs{
Calculation: pulumi.String("string"),
Type: pulumi.String("string"),
Colorized: pulumi.Bool(false),
Colors: pulumi.StringMap{
"string": pulumi.String("string"),
},
Description: pulumi.String("string"),
Format: pulumi.String("string"),
Icon: pulumi.String("string"),
Title: pulumi.String("string"),
},
},
MirrorProperties: port.SystemBlueprintMirrorPropertiesMap{
"string": &port.SystemBlueprintMirrorPropertiesArgs{
Path: pulumi.String("string"),
Title: pulumi.String("string"),
},
},
Properties: &port.SystemBlueprintPropertiesArgs{
ArrayProps: port.SystemBlueprintPropertiesArrayPropsMap{
"string": &port.SystemBlueprintPropertiesArrayPropsArgs{
BooleanItems: &port.SystemBlueprintPropertiesArrayPropsBooleanItemsArgs{
Defaults: pulumi.BoolArray{
pulumi.Bool(false),
},
},
Description: pulumi.String("string"),
Icon: pulumi.String("string"),
MaxItems: pulumi.Int(0),
MinItems: pulumi.Int(0),
NumberItems: &port.SystemBlueprintPropertiesArrayPropsNumberItemsArgs{
Defaults: pulumi.Float64Array{
pulumi.Float64(0),
},
},
ObjectItems: &port.SystemBlueprintPropertiesArrayPropsObjectItemsArgs{
Defaults: pulumi.StringArray{
pulumi.String("string"),
},
},
Required: pulumi.Bool(false),
StringItems: &port.SystemBlueprintPropertiesArrayPropsStringItemsArgs{
Defaults: pulumi.StringArray{
pulumi.String("string"),
},
Format: pulumi.String("string"),
Pattern: pulumi.String("string"),
},
Title: pulumi.String("string"),
},
},
BooleanProps: port.SystemBlueprintPropertiesBooleanPropsMap{
"string": &port.SystemBlueprintPropertiesBooleanPropsArgs{
Default: pulumi.Bool(false),
Description: pulumi.String("string"),
Icon: pulumi.String("string"),
Required: pulumi.Bool(false),
Title: pulumi.String("string"),
},
},
NumberProps: port.SystemBlueprintPropertiesNumberPropsMap{
"string": &port.SystemBlueprintPropertiesNumberPropsArgs{
Default: pulumi.Float64(0),
Description: pulumi.String("string"),
EnumColors: pulumi.StringMap{
"string": pulumi.String("string"),
},
Enums: pulumi.Float64Array{
pulumi.Float64(0),
},
Icon: pulumi.String("string"),
Maximum: pulumi.Float64(0),
Minimum: pulumi.Float64(0),
Required: pulumi.Bool(false),
Title: pulumi.String("string"),
},
},
ObjectProps: port.SystemBlueprintPropertiesObjectPropsMap{
"string": &port.SystemBlueprintPropertiesObjectPropsArgs{
Default: pulumi.String("string"),
Description: pulumi.String("string"),
Icon: pulumi.String("string"),
Required: pulumi.Bool(false),
Spec: pulumi.String("string"),
Title: pulumi.String("string"),
},
},
StringProps: port.SystemBlueprintPropertiesStringPropsMap{
"string": &port.SystemBlueprintPropertiesStringPropsArgs{
Default: pulumi.String("string"),
Description: pulumi.String("string"),
EnumColors: pulumi.StringMap{
"string": pulumi.String("string"),
},
Enums: pulumi.StringArray{
pulumi.String("string"),
},
Format: pulumi.String("string"),
Icon: pulumi.String("string"),
MaxLength: pulumi.Int(0),
MinLength: pulumi.Int(0),
Pattern: pulumi.String("string"),
Required: pulumi.Bool(false),
Spec: pulumi.String("string"),
SpecAuthentication: &port.SystemBlueprintPropertiesStringPropsSpecAuthenticationArgs{
AuthorizationUrl: pulumi.String("string"),
ClientId: pulumi.String("string"),
TokenUrl: pulumi.String("string"),
},
Title: pulumi.String("string"),
},
},
},
Relations: port.SystemBlueprintRelationsMap{
"string": &port.SystemBlueprintRelationsArgs{
Target: pulumi.String("string"),
Description: pulumi.String("string"),
Many: pulumi.Bool(false),
Required: pulumi.Bool(false),
Title: pulumi.String("string"),
},
},
})
var systemBlueprintResource = new SystemBlueprint("systemBlueprintResource", SystemBlueprintArgs.builder()
.identifier("string")
.calculationProperties(Map.of("string", Map.ofEntries(
Map.entry("calculation", "string"),
Map.entry("type", "string"),
Map.entry("colorized", false),
Map.entry("colors", Map.of("string", "string")),
Map.entry("description", "string"),
Map.entry("format", "string"),
Map.entry("icon", "string"),
Map.entry("title", "string")
)))
.mirrorProperties(Map.of("string", Map.ofEntries(
Map.entry("path", "string"),
Map.entry("title", "string")
)))
.properties(SystemBlueprintPropertiesArgs.builder()
.arrayProps(Map.of("string", Map.ofEntries(
Map.entry("booleanItems", Map.of("defaults", false)),
Map.entry("description", "string"),
Map.entry("icon", "string"),
Map.entry("maxItems", 0),
Map.entry("minItems", 0),
Map.entry("numberItems", Map.of("defaults", 0)),
Map.entry("objectItems", Map.of("defaults", "string")),
Map.entry("required", false),
Map.entry("stringItems", Map.ofEntries(
Map.entry("defaults", "string"),
Map.entry("format", "string"),
Map.entry("pattern", "string")
)),
Map.entry("title", "string")
)))
.booleanProps(Map.of("string", Map.ofEntries(
Map.entry("default", false),
Map.entry("description", "string"),
Map.entry("icon", "string"),
Map.entry("required", false),
Map.entry("title", "string")
)))
.numberProps(Map.of("string", Map.ofEntries(
Map.entry("default", 0),
Map.entry("description", "string"),
Map.entry("enumColors", Map.of("string", "string")),
Map.entry("enums", 0),
Map.entry("icon", "string"),
Map.entry("maximum", 0),
Map.entry("minimum", 0),
Map.entry("required", false),
Map.entry("title", "string")
)))
.objectProps(Map.of("string", Map.ofEntries(
Map.entry("default", "string"),
Map.entry("description", "string"),
Map.entry("icon", "string"),
Map.entry("required", false),
Map.entry("spec", "string"),
Map.entry("title", "string")
)))
.stringProps(Map.of("string", Map.ofEntries(
Map.entry("default", "string"),
Map.entry("description", "string"),
Map.entry("enumColors", Map.of("string", "string")),
Map.entry("enums", "string"),
Map.entry("format", "string"),
Map.entry("icon", "string"),
Map.entry("maxLength", 0),
Map.entry("minLength", 0),
Map.entry("pattern", "string"),
Map.entry("required", false),
Map.entry("spec", "string"),
Map.entry("specAuthentication", Map.ofEntries(
Map.entry("authorizationUrl", "string"),
Map.entry("clientId", "string"),
Map.entry("tokenUrl", "string")
)),
Map.entry("title", "string")
)))
.build())
.relations(Map.of("string", Map.ofEntries(
Map.entry("target", "string"),
Map.entry("description", "string"),
Map.entry("many", false),
Map.entry("required", false),
Map.entry("title", "string")
)))
.build());
system_blueprint_resource = port.SystemBlueprint("systemBlueprintResource",
identifier="string",
calculation_properties={
"string": {
"calculation": "string",
"type": "string",
"colorized": False,
"colors": {
"string": "string",
},
"description": "string",
"format": "string",
"icon": "string",
"title": "string",
},
},
mirror_properties={
"string": {
"path": "string",
"title": "string",
},
},
properties={
"array_props": {
"string": {
"boolean_items": {
"defaults": [False],
},
"description": "string",
"icon": "string",
"max_items": 0,
"min_items": 0,
"number_items": {
"defaults": [0],
},
"object_items": {
"defaults": ["string"],
},
"required": False,
"string_items": {
"defaults": ["string"],
"format": "string",
"pattern": "string",
},
"title": "string",
},
},
"boolean_props": {
"string": {
"default": False,
"description": "string",
"icon": "string",
"required": False,
"title": "string",
},
},
"number_props": {
"string": {
"default": 0,
"description": "string",
"enum_colors": {
"string": "string",
},
"enums": [0],
"icon": "string",
"maximum": 0,
"minimum": 0,
"required": False,
"title": "string",
},
},
"object_props": {
"string": {
"default": "string",
"description": "string",
"icon": "string",
"required": False,
"spec": "string",
"title": "string",
},
},
"string_props": {
"string": {
"default": "string",
"description": "string",
"enum_colors": {
"string": "string",
},
"enums": ["string"],
"format": "string",
"icon": "string",
"max_length": 0,
"min_length": 0,
"pattern": "string",
"required": False,
"spec": "string",
"spec_authentication": {
"authorization_url": "string",
"client_id": "string",
"token_url": "string",
},
"title": "string",
},
},
},
relations={
"string": {
"target": "string",
"description": "string",
"many": False,
"required": False,
"title": "string",
},
})
const systemBlueprintResource = new port.SystemBlueprint("systemBlueprintResource", {
identifier: "string",
calculationProperties: {
string: {
calculation: "string",
type: "string",
colorized: false,
colors: {
string: "string",
},
description: "string",
format: "string",
icon: "string",
title: "string",
},
},
mirrorProperties: {
string: {
path: "string",
title: "string",
},
},
properties: {
arrayProps: {
string: {
booleanItems: {
defaults: [false],
},
description: "string",
icon: "string",
maxItems: 0,
minItems: 0,
numberItems: {
defaults: [0],
},
objectItems: {
defaults: ["string"],
},
required: false,
stringItems: {
defaults: ["string"],
format: "string",
pattern: "string",
},
title: "string",
},
},
booleanProps: {
string: {
"default": false,
description: "string",
icon: "string",
required: false,
title: "string",
},
},
numberProps: {
string: {
"default": 0,
description: "string",
enumColors: {
string: "string",
},
enums: [0],
icon: "string",
maximum: 0,
minimum: 0,
required: false,
title: "string",
},
},
objectProps: {
string: {
"default": "string",
description: "string",
icon: "string",
required: false,
spec: "string",
title: "string",
},
},
stringProps: {
string: {
"default": "string",
description: "string",
enumColors: {
string: "string",
},
enums: ["string"],
format: "string",
icon: "string",
maxLength: 0,
minLength: 0,
pattern: "string",
required: false,
spec: "string",
specAuthentication: {
authorizationUrl: "string",
clientId: "string",
tokenUrl: "string",
},
title: "string",
},
},
},
relations: {
string: {
target: "string",
description: "string",
many: false,
required: false,
title: "string",
},
},
});
type: port:SystemBlueprint
properties:
calculationProperties:
string:
calculation: string
colorized: false
colors:
string: string
description: string
format: string
icon: string
title: string
type: string
identifier: string
mirrorProperties:
string:
path: string
title: string
properties:
arrayProps:
string:
booleanItems:
defaults:
- false
description: string
icon: string
maxItems: 0
minItems: 0
numberItems:
defaults:
- 0
objectItems:
defaults:
- string
required: false
stringItems:
defaults:
- string
format: string
pattern: string
title: string
booleanProps:
string:
default: false
description: string
icon: string
required: false
title: string
numberProps:
string:
default: 0
description: string
enumColors:
string: string
enums:
- 0
icon: string
maximum: 0
minimum: 0
required: false
title: string
objectProps:
string:
default: string
description: string
icon: string
required: false
spec: string
title: string
stringProps:
string:
default: string
description: string
enumColors:
string: string
enums:
- string
format: string
icon: string
maxLength: 0
minLength: 0
pattern: string
required: false
spec: string
specAuthentication:
authorizationUrl: string
clientId: string
tokenUrl: string
title: string
relations:
string:
description: string
many: false
required: false
target: string
title: string
SystemBlueprint 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 SystemBlueprint resource accepts the following input properties:
- Identifier string
- Identifier of the system blueprint.
- Calculation
Properties Dictionary<string, port_labs. Port. Inputs. System Blueprint Calculation Properties Args> - The calculation properties of the blueprint
- Mirror
Properties Dictionary<string, port_labs. Port. Inputs. System Blueprint Mirror Properties Args> - The mirror properties of the blueprint
- Properties
port_
labs. Port. Inputs. System Blueprint Properties - The properties of the blueprint
- Relations
Dictionary<string, port_
labs. Port. Inputs. System Blueprint Relations Args> - The relations of the blueprint
- Identifier string
- Identifier of the system blueprint.
- Calculation
Properties map[string]SystemBlueprint Calculation Properties Args - The calculation properties of the blueprint
- Mirror
Properties map[string]SystemBlueprint Mirror Properties Args - The mirror properties of the blueprint
- Properties
System
Blueprint Properties Args - The properties of the blueprint
- Relations
map[string]System
Blueprint Relations Args - The relations of the blueprint
- identifier String
- Identifier of the system blueprint.
- calculation
Properties Map<String,SystemBlueprint Calculation Properties Args> - The calculation properties of the blueprint
- mirror
Properties Map<String,SystemBlueprint Mirror Properties Args> - The mirror properties of the blueprint
- properties
System
Blueprint Properties - The properties of the blueprint
- relations
Map<String,System
Blueprint Relations Args> - The relations of the blueprint
- identifier string
- Identifier of the system blueprint.
- calculation
Properties {[key: string]: SystemBlueprint Calculation Properties Args} - The calculation properties of the blueprint
- mirror
Properties {[key: string]: SystemBlueprint Mirror Properties Args} - The mirror properties of the blueprint
- properties
System
Blueprint Properties - The properties of the blueprint
- relations
{[key: string]: System
Blueprint Relations Args} - The relations of the blueprint
- identifier str
- Identifier of the system blueprint.
- calculation_
properties Mapping[str, SystemBlueprint Calculation Properties Args] - The calculation properties of the blueprint
- mirror_
properties Mapping[str, SystemBlueprint Mirror Properties Args] - The mirror properties of the blueprint
- properties
System
Blueprint Properties Args - The properties of the blueprint
- relations
Mapping[str, System
Blueprint Relations Args] - The relations of the blueprint
- identifier String
- Identifier of the system blueprint.
- calculation
Properties Map<Property Map> - The calculation properties of the blueprint
- mirror
Properties Map<Property Map> - The mirror properties of the blueprint
- properties Property Map
- The properties of the blueprint
- relations Map<Property Map>
- The relations of the blueprint
Outputs
All input properties are implicitly available as output properties. Additionally, the SystemBlueprint resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing SystemBlueprint Resource
Get an existing SystemBlueprint 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?: SystemBlueprintState, opts?: CustomResourceOptions): SystemBlueprint
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
calculation_properties: Optional[Mapping[str, SystemBlueprintCalculationPropertiesArgs]] = None,
identifier: Optional[str] = None,
mirror_properties: Optional[Mapping[str, SystemBlueprintMirrorPropertiesArgs]] = None,
properties: Optional[SystemBlueprintPropertiesArgs] = None,
relations: Optional[Mapping[str, SystemBlueprintRelationsArgs]] = None) -> SystemBlueprint
func GetSystemBlueprint(ctx *Context, name string, id IDInput, state *SystemBlueprintState, opts ...ResourceOption) (*SystemBlueprint, error)
public static SystemBlueprint Get(string name, Input<string> id, SystemBlueprintState? state, CustomResourceOptions? opts = null)
public static SystemBlueprint get(String name, Output<String> id, SystemBlueprintState state, CustomResourceOptions options)
resources: _: type: port:SystemBlueprint 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.
- Calculation
Properties Dictionary<string, port_labs. Port. Inputs. System Blueprint Calculation Properties Args> - The calculation properties of the blueprint
- Identifier string
- Identifier of the system blueprint.
- Mirror
Properties Dictionary<string, port_labs. Port. Inputs. System Blueprint Mirror Properties Args> - The mirror properties of the blueprint
- Properties
port_
labs. Port. Inputs. System Blueprint Properties - The properties of the blueprint
- Relations
Dictionary<string, port_
labs. Port. Inputs. System Blueprint Relations Args> - The relations of the blueprint
- Calculation
Properties map[string]SystemBlueprint Calculation Properties Args - The calculation properties of the blueprint
- Identifier string
- Identifier of the system blueprint.
- Mirror
Properties map[string]SystemBlueprint Mirror Properties Args - The mirror properties of the blueprint
- Properties
System
Blueprint Properties Args - The properties of the blueprint
- Relations
map[string]System
Blueprint Relations Args - The relations of the blueprint
- calculation
Properties Map<String,SystemBlueprint Calculation Properties Args> - The calculation properties of the blueprint
- identifier String
- Identifier of the system blueprint.
- mirror
Properties Map<String,SystemBlueprint Mirror Properties Args> - The mirror properties of the blueprint
- properties
System
Blueprint Properties - The properties of the blueprint
- relations
Map<String,System
Blueprint Relations Args> - The relations of the blueprint
- calculation
Properties {[key: string]: SystemBlueprint Calculation Properties Args} - The calculation properties of the blueprint
- identifier string
- Identifier of the system blueprint.
- mirror
Properties {[key: string]: SystemBlueprint Mirror Properties Args} - The mirror properties of the blueprint
- properties
System
Blueprint Properties - The properties of the blueprint
- relations
{[key: string]: System
Blueprint Relations Args} - The relations of the blueprint
- calculation_
properties Mapping[str, SystemBlueprint Calculation Properties Args] - The calculation properties of the blueprint
- identifier str
- Identifier of the system blueprint.
- mirror_
properties Mapping[str, SystemBlueprint Mirror Properties Args] - The mirror properties of the blueprint
- properties
System
Blueprint Properties Args - The properties of the blueprint
- relations
Mapping[str, System
Blueprint Relations Args] - The relations of the blueprint
- calculation
Properties Map<Property Map> - The calculation properties of the blueprint
- identifier String
- Identifier of the system blueprint.
- mirror
Properties Map<Property Map> - The mirror properties of the blueprint
- properties Property Map
- The properties of the blueprint
- relations Map<Property Map>
- The relations of the blueprint
Supporting Types
SystemBlueprintCalculationProperties, SystemBlueprintCalculationPropertiesArgs
- Calculation string
- The calculation of the calculation property
- Type string
- The type of the calculation property
- Colorized bool
- The colorized of the calculation property
- Colors Dictionary<string, string>
- The colors of the calculation property
- Description string
- The description of the calculation property
- Format string
- The format of the calculation property
- Icon string
- The icon of the calculation property
- Title string
- The title of the calculation property
- Calculation string
- The calculation of the calculation property
- Type string
- The type of the calculation property
- Colorized bool
- The colorized of the calculation property
- Colors map[string]string
- The colors of the calculation property
- Description string
- The description of the calculation property
- Format string
- The format of the calculation property
- Icon string
- The icon of the calculation property
- Title string
- The title of the calculation property
- calculation String
- The calculation of the calculation property
- type String
- The type of the calculation property
- colorized Boolean
- The colorized of the calculation property
- colors Map<String,String>
- The colors of the calculation property
- description String
- The description of the calculation property
- format String
- The format of the calculation property
- icon String
- The icon of the calculation property
- title String
- The title of the calculation property
- calculation string
- The calculation of the calculation property
- type string
- The type of the calculation property
- colorized boolean
- The colorized of the calculation property
- colors {[key: string]: string}
- The colors of the calculation property
- description string
- The description of the calculation property
- format string
- The format of the calculation property
- icon string
- The icon of the calculation property
- title string
- The title of the calculation property
- calculation str
- The calculation of the calculation property
- type str
- The type of the calculation property
- colorized bool
- The colorized of the calculation property
- colors Mapping[str, str]
- The colors of the calculation property
- description str
- The description of the calculation property
- format str
- The format of the calculation property
- icon str
- The icon of the calculation property
- title str
- The title of the calculation property
- calculation String
- The calculation of the calculation property
- type String
- The type of the calculation property
- colorized Boolean
- The colorized of the calculation property
- colors Map<String>
- The colors of the calculation property
- description String
- The description of the calculation property
- format String
- The format of the calculation property
- icon String
- The icon of the calculation property
- title String
- The title of the calculation property
SystemBlueprintMirrorProperties, SystemBlueprintMirrorPropertiesArgs
SystemBlueprintProperties, SystemBlueprintPropertiesArgs
- Array
Props Dictionary<string, port_labs. Port. Inputs. System Blueprint Properties Array Props> - The array property of the blueprint
- Boolean
Props Dictionary<string, port_labs. Port. Inputs. System Blueprint Properties Boolean Props> - The boolean property of the blueprint
- Number
Props Dictionary<string, port_labs. Port. Inputs. System Blueprint Properties Number Props> - The number property of the blueprint
- Object
Props Dictionary<string, port_labs. Port. Inputs. System Blueprint Properties Object Props> - The object property of the blueprint
- String
Props Dictionary<string, port_labs. Port. Inputs. System Blueprint Properties String Props> - The string property of the blueprint
- Array
Props map[string]SystemBlueprint Properties Array Props - The array property of the blueprint
- Boolean
Props map[string]SystemBlueprint Properties Boolean Props - The boolean property of the blueprint
- Number
Props map[string]SystemBlueprint Properties Number Props - The number property of the blueprint
- Object
Props map[string]SystemBlueprint Properties Object Props - The object property of the blueprint
- String
Props map[string]SystemBlueprint Properties String Props - The string property of the blueprint
- array
Props Map<String,SystemBlueprint Properties Array Props> - The array property of the blueprint
- boolean
Props Map<String,SystemBlueprint Properties Boolean Props> - The boolean property of the blueprint
- number
Props Map<String,SystemBlueprint Properties Number Props> - The number property of the blueprint
- object
Props Map<String,SystemBlueprint Properties Object Props> - The object property of the blueprint
- string
Props Map<String,SystemBlueprint Properties String Props> - The string property of the blueprint
- array
Props {[key: string]: SystemBlueprint Properties Array Props} - The array property of the blueprint
- boolean
Props {[key: string]: SystemBlueprint Properties Boolean Props} - The boolean property of the blueprint
- number
Props {[key: string]: SystemBlueprint Properties Number Props} - The number property of the blueprint
- object
Props {[key: string]: SystemBlueprint Properties Object Props} - The object property of the blueprint
- string
Props {[key: string]: SystemBlueprint Properties String Props} - The string property of the blueprint
- array_
props Mapping[str, SystemBlueprint Properties Array Props] - The array property of the blueprint
- boolean_
props Mapping[str, SystemBlueprint Properties Boolean Props] - The boolean property of the blueprint
- number_
props Mapping[str, SystemBlueprint Properties Number Props] - The number property of the blueprint
- object_
props Mapping[str, SystemBlueprint Properties Object Props] - The object property of the blueprint
- string_
props Mapping[str, SystemBlueprint Properties String Props] - The string property of the blueprint
- array
Props Map<Property Map> - The array property of the blueprint
- boolean
Props Map<Property Map> - The boolean property of the blueprint
- number
Props Map<Property Map> - The number property of the blueprint
- object
Props Map<Property Map> - The object property of the blueprint
- string
Props Map<Property Map> - The string property of the blueprint
SystemBlueprintPropertiesArrayProps, SystemBlueprintPropertiesArrayPropsArgs
- Boolean
Items port_labs. Port. Inputs. System Blueprint Properties Array Props Boolean Items - The items of the array property
- Description string
- The description of the property
- Icon string
- The icon of the property
- Max
Items int - The max items of the array property
- Min
Items int - The min items of the array property
- Number
Items port_labs. Port. Inputs. System Blueprint Properties Array Props Number Items - The items of the array property
- Object
Items port_labs. Port. Inputs. System Blueprint Properties Array Props Object Items - The items of the array property
- Required bool
- Whether the property is required
- String
Items port_labs. Port. Inputs. System Blueprint Properties Array Props String Items - The items of the array property
- Title string
- The title of the property
- Boolean
Items SystemBlueprint Properties Array Props Boolean Items - The items of the array property
- Description string
- The description of the property
- Icon string
- The icon of the property
- Max
Items int - The max items of the array property
- Min
Items int - The min items of the array property
- Number
Items SystemBlueprint Properties Array Props Number Items - The items of the array property
- Object
Items SystemBlueprint Properties Array Props Object Items - The items of the array property
- Required bool
- Whether the property is required
- String
Items SystemBlueprint Properties Array Props String Items - The items of the array property
- Title string
- The title of the property
- boolean
Items SystemBlueprint Properties Array Props Boolean Items - The items of the array property
- description String
- The description of the property
- icon String
- The icon of the property
- max
Items Integer - The max items of the array property
- min
Items Integer - The min items of the array property
- number
Items SystemBlueprint Properties Array Props Number Items - The items of the array property
- object
Items SystemBlueprint Properties Array Props Object Items - The items of the array property
- required Boolean
- Whether the property is required
- string
Items SystemBlueprint Properties Array Props String Items - The items of the array property
- title String
- The title of the property
- boolean
Items SystemBlueprint Properties Array Props Boolean Items - The items of the array property
- description string
- The description of the property
- icon string
- The icon of the property
- max
Items number - The max items of the array property
- min
Items number - The min items of the array property
- number
Items SystemBlueprint Properties Array Props Number Items - The items of the array property
- object
Items SystemBlueprint Properties Array Props Object Items - The items of the array property
- required boolean
- Whether the property is required
- string
Items SystemBlueprint Properties Array Props String Items - The items of the array property
- title string
- The title of the property
- boolean_
items SystemBlueprint Properties Array Props Boolean Items - The items of the array property
- description str
- The description of the property
- icon str
- The icon of the property
- max_
items int - The max items of the array property
- min_
items int - The min items of the array property
- number_
items SystemBlueprint Properties Array Props Number Items - The items of the array property
- object_
items SystemBlueprint Properties Array Props Object Items - The items of the array property
- required bool
- Whether the property is required
- string_
items SystemBlueprint Properties Array Props String Items - The items of the array property
- title str
- The title of the property
- boolean
Items Property Map - The items of the array property
- description String
- The description of the property
- icon String
- The icon of the property
- max
Items Number - The max items of the array property
- min
Items Number - The min items of the array property
- number
Items Property Map - The items of the array property
- object
Items Property Map - The items of the array property
- required Boolean
- Whether the property is required
- string
Items Property Map - The items of the array property
- title String
- The title of the property
SystemBlueprintPropertiesArrayPropsBooleanItems, SystemBlueprintPropertiesArrayPropsBooleanItemsArgs
- Defaults List<bool>
- The default of the items
- Defaults []bool
- The default of the items
- defaults List<Boolean>
- The default of the items
- defaults boolean[]
- The default of the items
- defaults Sequence[bool]
- The default of the items
- defaults List<Boolean>
- The default of the items
SystemBlueprintPropertiesArrayPropsNumberItems, SystemBlueprintPropertiesArrayPropsNumberItemsArgs
- Defaults List<double>
- The default of the items
- Defaults []float64
- The default of the items
- defaults List<Double>
- The default of the items
- defaults number[]
- The default of the items
- defaults Sequence[float]
- The default of the items
- defaults List<Number>
- The default of the items
SystemBlueprintPropertiesArrayPropsObjectItems, SystemBlueprintPropertiesArrayPropsObjectItemsArgs
- Defaults List<string>
- The default of the items
- Defaults []string
- The default of the items
- defaults List<String>
- The default of the items
- defaults string[]
- The default of the items
- defaults Sequence[str]
- The default of the items
- defaults List<String>
- The default of the items
SystemBlueprintPropertiesArrayPropsStringItems, SystemBlueprintPropertiesArrayPropsStringItemsArgs
SystemBlueprintPropertiesBooleanProps, SystemBlueprintPropertiesBooleanPropsArgs
- Default bool
- The default of the boolean property
- Description string
- The description of the property
- Icon string
- The icon of the property
- Required bool
- Whether the property is required
- Title string
- The title of the property
- Default bool
- The default of the boolean property
- Description string
- The description of the property
- Icon string
- The icon of the property
- Required bool
- Whether the property is required
- Title string
- The title of the property
- default_ Boolean
- The default of the boolean property
- description String
- The description of the property
- icon String
- The icon of the property
- required Boolean
- Whether the property is required
- title String
- The title of the property
- default boolean
- The default of the boolean property
- description string
- The description of the property
- icon string
- The icon of the property
- required boolean
- Whether the property is required
- title string
- The title of the property
- default bool
- The default of the boolean property
- description str
- The description of the property
- icon str
- The icon of the property
- required bool
- Whether the property is required
- title str
- The title of the property
- default Boolean
- The default of the boolean property
- description String
- The description of the property
- icon String
- The icon of the property
- required Boolean
- Whether the property is required
- title String
- The title of the property
SystemBlueprintPropertiesNumberProps, SystemBlueprintPropertiesNumberPropsArgs
- Default double
- The default of the number property
- Description string
- The description of the property
- Enum
Colors Dictionary<string, string> - The enum colors of the number property
- Enums List<double>
- The enum of the number property
- Icon string
- The icon of the property
- Maximum double
- The min of the number property
- Minimum double
- The max of the number property
- Required bool
- Whether the property is required
- Title string
- The title of the property
- Default float64
- The default of the number property
- Description string
- The description of the property
- Enum
Colors map[string]string - The enum colors of the number property
- Enums []float64
- The enum of the number property
- Icon string
- The icon of the property
- Maximum float64
- The min of the number property
- Minimum float64
- The max of the number property
- Required bool
- Whether the property is required
- Title string
- The title of the property
- default_ Double
- The default of the number property
- description String
- The description of the property
- enum
Colors Map<String,String> - The enum colors of the number property
- enums List<Double>
- The enum of the number property
- icon String
- The icon of the property
- maximum Double
- The min of the number property
- minimum Double
- The max of the number property
- required Boolean
- Whether the property is required
- title String
- The title of the property
- default number
- The default of the number property
- description string
- The description of the property
- enum
Colors {[key: string]: string} - The enum colors of the number property
- enums number[]
- The enum of the number property
- icon string
- The icon of the property
- maximum number
- The min of the number property
- minimum number
- The max of the number property
- required boolean
- Whether the property is required
- title string
- The title of the property
- default float
- The default of the number property
- description str
- The description of the property
- enum_
colors Mapping[str, str] - The enum colors of the number property
- enums Sequence[float]
- The enum of the number property
- icon str
- The icon of the property
- maximum float
- The min of the number property
- minimum float
- The max of the number property
- required bool
- Whether the property is required
- title str
- The title of the property
- default Number
- The default of the number property
- description String
- The description of the property
- enum
Colors Map<String> - The enum colors of the number property
- enums List<Number>
- The enum of the number property
- icon String
- The icon of the property
- maximum Number
- The min of the number property
- minimum Number
- The max of the number property
- required Boolean
- Whether the property is required
- title String
- The title of the property
SystemBlueprintPropertiesObjectProps, SystemBlueprintPropertiesObjectPropsArgs
SystemBlueprintPropertiesStringProps, SystemBlueprintPropertiesStringPropsArgs
- Default string
- The default of the string property
- Description string
- The description of the property
- Enum
Colors Dictionary<string, string> - The enum colors of the string property
- Enums List<string>
- The enum of the string property
- Format string
- The format of the string property
- Icon string
- The icon of the property
- Max
Length int - The max length of the string property
- Min
Length int - The min length of the string property
- Pattern string
- The pattern of the string property
- Required bool
- Whether the property is required
- Spec string
- The spec of the string property
- Spec
Authentication port_labs. Port. Inputs. System Blueprint Properties String Props Spec Authentication - The spec authentication of the string property
- Title string
- The title of the property
- Default string
- The default of the string property
- Description string
- The description of the property
- Enum
Colors map[string]string - The enum colors of the string property
- Enums []string
- The enum of the string property
- Format string
- The format of the string property
- Icon string
- The icon of the property
- Max
Length int - The max length of the string property
- Min
Length int - The min length of the string property
- Pattern string
- The pattern of the string property
- Required bool
- Whether the property is required
- Spec string
- The spec of the string property
- Spec
Authentication SystemBlueprint Properties String Props Spec Authentication - The spec authentication of the string property
- Title string
- The title of the property
- default_ String
- The default of the string property
- description String
- The description of the property
- enum
Colors Map<String,String> - The enum colors of the string property
- enums List<String>
- The enum of the string property
- format String
- The format of the string property
- icon String
- The icon of the property
- max
Length Integer - The max length of the string property
- min
Length Integer - The min length of the string property
- pattern String
- The pattern of the string property
- required Boolean
- Whether the property is required
- spec String
- The spec of the string property
- spec
Authentication SystemBlueprint Properties String Props Spec Authentication - The spec authentication of the string property
- title String
- The title of the property
- default string
- The default of the string property
- description string
- The description of the property
- enum
Colors {[key: string]: string} - The enum colors of the string property
- enums string[]
- The enum of the string property
- format string
- The format of the string property
- icon string
- The icon of the property
- max
Length number - The max length of the string property
- min
Length number - The min length of the string property
- pattern string
- The pattern of the string property
- required boolean
- Whether the property is required
- spec string
- The spec of the string property
- spec
Authentication SystemBlueprint Properties String Props Spec Authentication - The spec authentication of the string property
- title string
- The title of the property
- default str
- The default of the string property
- description str
- The description of the property
- enum_
colors Mapping[str, str] - The enum colors of the string property
- enums Sequence[str]
- The enum of the string property
- format str
- The format of the string property
- icon str
- The icon of the property
- max_
length int - The max length of the string property
- min_
length int - The min length of the string property
- pattern str
- The pattern of the string property
- required bool
- Whether the property is required
- spec str
- The spec of the string property
- spec_
authentication SystemBlueprint Properties String Props Spec Authentication - The spec authentication of the string property
- title str
- The title of the property
- default String
- The default of the string property
- description String
- The description of the property
- enum
Colors Map<String> - The enum colors of the string property
- enums List<String>
- The enum of the string property
- format String
- The format of the string property
- icon String
- The icon of the property
- max
Length Number - The max length of the string property
- min
Length Number - The min length of the string property
- pattern String
- The pattern of the string property
- required Boolean
- Whether the property is required
- spec String
- The spec of the string property
- spec
Authentication Property Map - The spec authentication of the string property
- title String
- The title of the property
SystemBlueprintPropertiesStringPropsSpecAuthentication, SystemBlueprintPropertiesStringPropsSpecAuthenticationArgs
SystemBlueprintRelations, SystemBlueprintRelationsArgs
- Target string
- The target of the relation
- Description string
- The description of the relation
- Many bool
- The many of the relation
- Required bool
- The required of the relation
- Title string
- The title of the relation
- Target string
- The target of the relation
- Description string
- The description of the relation
- Many bool
- The many of the relation
- Required bool
- The required of the relation
- Title string
- The title of the relation
- target String
- The target of the relation
- description String
- The description of the relation
- many Boolean
- The many of the relation
- required Boolean
- The required of the relation
- title String
- The title of the relation
- target string
- The target of the relation
- description string
- The description of the relation
- many boolean
- The many of the relation
- required boolean
- The required of the relation
- title string
- The title of the relation
- target str
- The target of the relation
- description str
- The description of the relation
- many bool
- The many of the relation
- required bool
- The required of the relation
- title str
- The title of the relation
- target String
- The target of the relation
- description String
- The description of the relation
- many Boolean
- The many of the relation
- required Boolean
- The required of the relation
- title String
- The title of the relation
Package Details
- Repository
- port port-labs/pulumi-port
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
port-labs
Terraform Provider.