1. Packages
  2. Port
  3. API Docs
  4. SystemBlueprint
Port v2.4.0 published on Sunday, Mar 9, 2025 by port-labs

port.SystemBlueprint

Explore with Pulumi AI

port logo
Port v2.4.0 published on Sunday, Mar 9, 2025 by port-labs

    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.
    CalculationProperties Dictionary<string, port_labs.Port.Inputs.SystemBlueprintCalculationPropertiesArgs>
    The calculation properties of the blueprint
    MirrorProperties Dictionary<string, port_labs.Port.Inputs.SystemBlueprintMirrorPropertiesArgs>
    The mirror properties of the blueprint
    Properties port_labs.Port.Inputs.SystemBlueprintProperties
    The properties of the blueprint
    Relations Dictionary<string, port_labs.Port.Inputs.SystemBlueprintRelationsArgs>
    The relations of the blueprint
    Identifier string
    Identifier of the system blueprint.
    CalculationProperties map[string]SystemBlueprintCalculationPropertiesArgs
    The calculation properties of the blueprint
    MirrorProperties map[string]SystemBlueprintMirrorPropertiesArgs
    The mirror properties of the blueprint
    Properties SystemBlueprintPropertiesArgs
    The properties of the blueprint
    Relations map[string]SystemBlueprintRelationsArgs
    The relations of the blueprint
    identifier String
    Identifier of the system blueprint.
    calculationProperties Map<String,SystemBlueprintCalculationPropertiesArgs>
    The calculation properties of the blueprint
    mirrorProperties Map<String,SystemBlueprintMirrorPropertiesArgs>
    The mirror properties of the blueprint
    properties SystemBlueprintProperties
    The properties of the blueprint
    relations Map<String,SystemBlueprintRelationsArgs>
    The relations of the blueprint
    identifier string
    Identifier of the system blueprint.
    calculationProperties {[key: string]: SystemBlueprintCalculationPropertiesArgs}
    The calculation properties of the blueprint
    mirrorProperties {[key: string]: SystemBlueprintMirrorPropertiesArgs}
    The mirror properties of the blueprint
    properties SystemBlueprintProperties
    The properties of the blueprint
    relations {[key: string]: SystemBlueprintRelationsArgs}
    The relations of the blueprint
    identifier str
    Identifier of the system blueprint.
    calculation_properties Mapping[str, SystemBlueprintCalculationPropertiesArgs]
    The calculation properties of the blueprint
    mirror_properties Mapping[str, SystemBlueprintMirrorPropertiesArgs]
    The mirror properties of the blueprint
    properties SystemBlueprintPropertiesArgs
    The properties of the blueprint
    relations Mapping[str, SystemBlueprintRelationsArgs]
    The relations of the blueprint
    identifier String
    Identifier of the system blueprint.
    calculationProperties Map<Property Map>
    The calculation properties of the blueprint
    mirrorProperties 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.
    The following state arguments are supported:
    CalculationProperties Dictionary<string, port_labs.Port.Inputs.SystemBlueprintCalculationPropertiesArgs>
    The calculation properties of the blueprint
    Identifier string
    Identifier of the system blueprint.
    MirrorProperties Dictionary<string, port_labs.Port.Inputs.SystemBlueprintMirrorPropertiesArgs>
    The mirror properties of the blueprint
    Properties port_labs.Port.Inputs.SystemBlueprintProperties
    The properties of the blueprint
    Relations Dictionary<string, port_labs.Port.Inputs.SystemBlueprintRelationsArgs>
    The relations of the blueprint
    CalculationProperties map[string]SystemBlueprintCalculationPropertiesArgs
    The calculation properties of the blueprint
    Identifier string
    Identifier of the system blueprint.
    MirrorProperties map[string]SystemBlueprintMirrorPropertiesArgs
    The mirror properties of the blueprint
    Properties SystemBlueprintPropertiesArgs
    The properties of the blueprint
    Relations map[string]SystemBlueprintRelationsArgs
    The relations of the blueprint
    calculationProperties Map<String,SystemBlueprintCalculationPropertiesArgs>
    The calculation properties of the blueprint
    identifier String
    Identifier of the system blueprint.
    mirrorProperties Map<String,SystemBlueprintMirrorPropertiesArgs>
    The mirror properties of the blueprint
    properties SystemBlueprintProperties
    The properties of the blueprint
    relations Map<String,SystemBlueprintRelationsArgs>
    The relations of the blueprint
    calculationProperties {[key: string]: SystemBlueprintCalculationPropertiesArgs}
    The calculation properties of the blueprint
    identifier string
    Identifier of the system blueprint.
    mirrorProperties {[key: string]: SystemBlueprintMirrorPropertiesArgs}
    The mirror properties of the blueprint
    properties SystemBlueprintProperties
    The properties of the blueprint
    relations {[key: string]: SystemBlueprintRelationsArgs}
    The relations of the blueprint
    calculation_properties Mapping[str, SystemBlueprintCalculationPropertiesArgs]
    The calculation properties of the blueprint
    identifier str
    Identifier of the system blueprint.
    mirror_properties Mapping[str, SystemBlueprintMirrorPropertiesArgs]
    The mirror properties of the blueprint
    properties SystemBlueprintPropertiesArgs
    The properties of the blueprint
    relations Mapping[str, SystemBlueprintRelationsArgs]
    The relations of the blueprint
    calculationProperties Map<Property Map>
    The calculation properties of the blueprint
    identifier String
    Identifier of the system blueprint.
    mirrorProperties 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

    Path string
    The path of the mirror property
    Title string
    The title of the mirror property
    Path string
    The path of the mirror property
    Title string
    The title of the mirror property
    path String
    The path of the mirror property
    title String
    The title of the mirror property
    path string
    The path of the mirror property
    title string
    The title of the mirror property
    path str
    The path of the mirror property
    title str
    The title of the mirror property
    path String
    The path of the mirror property
    title String
    The title of the mirror property

    SystemBlueprintProperties, SystemBlueprintPropertiesArgs

    ArrayProps Dictionary<string, port_labs.Port.Inputs.SystemBlueprintPropertiesArrayProps>
    The array property of the blueprint
    BooleanProps Dictionary<string, port_labs.Port.Inputs.SystemBlueprintPropertiesBooleanProps>
    The boolean property of the blueprint
    NumberProps Dictionary<string, port_labs.Port.Inputs.SystemBlueprintPropertiesNumberProps>
    The number property of the blueprint
    ObjectProps Dictionary<string, port_labs.Port.Inputs.SystemBlueprintPropertiesObjectProps>
    The object property of the blueprint
    StringProps Dictionary<string, port_labs.Port.Inputs.SystemBlueprintPropertiesStringProps>
    The string property of the blueprint
    ArrayProps map[string]SystemBlueprintPropertiesArrayProps
    The array property of the blueprint
    BooleanProps map[string]SystemBlueprintPropertiesBooleanProps
    The boolean property of the blueprint
    NumberProps map[string]SystemBlueprintPropertiesNumberProps
    The number property of the blueprint
    ObjectProps map[string]SystemBlueprintPropertiesObjectProps
    The object property of the blueprint
    StringProps map[string]SystemBlueprintPropertiesStringProps
    The string property of the blueprint
    arrayProps Map<String,SystemBlueprintPropertiesArrayProps>
    The array property of the blueprint
    booleanProps Map<String,SystemBlueprintPropertiesBooleanProps>
    The boolean property of the blueprint
    numberProps Map<String,SystemBlueprintPropertiesNumberProps>
    The number property of the blueprint
    objectProps Map<String,SystemBlueprintPropertiesObjectProps>
    The object property of the blueprint
    stringProps Map<String,SystemBlueprintPropertiesStringProps>
    The string property of the blueprint
    arrayProps {[key: string]: SystemBlueprintPropertiesArrayProps}
    The array property of the blueprint
    booleanProps {[key: string]: SystemBlueprintPropertiesBooleanProps}
    The boolean property of the blueprint
    numberProps {[key: string]: SystemBlueprintPropertiesNumberProps}
    The number property of the blueprint
    objectProps {[key: string]: SystemBlueprintPropertiesObjectProps}
    The object property of the blueprint
    stringProps {[key: string]: SystemBlueprintPropertiesStringProps}
    The string property of the blueprint
    array_props Mapping[str, SystemBlueprintPropertiesArrayProps]
    The array property of the blueprint
    boolean_props Mapping[str, SystemBlueprintPropertiesBooleanProps]
    The boolean property of the blueprint
    number_props Mapping[str, SystemBlueprintPropertiesNumberProps]
    The number property of the blueprint
    object_props Mapping[str, SystemBlueprintPropertiesObjectProps]
    The object property of the blueprint
    string_props Mapping[str, SystemBlueprintPropertiesStringProps]
    The string property of the blueprint
    arrayProps Map<Property Map>
    The array property of the blueprint
    booleanProps Map<Property Map>
    The boolean property of the blueprint
    numberProps Map<Property Map>
    The number property of the blueprint
    objectProps Map<Property Map>
    The object property of the blueprint
    stringProps Map<Property Map>
    The string property of the blueprint

    SystemBlueprintPropertiesArrayProps, SystemBlueprintPropertiesArrayPropsArgs

    BooleanItems port_labs.Port.Inputs.SystemBlueprintPropertiesArrayPropsBooleanItems
    The items of the array property
    Description string
    The description of the property
    Icon string
    The icon of the property
    MaxItems int
    The max items of the array property
    MinItems int
    The min items of the array property
    NumberItems port_labs.Port.Inputs.SystemBlueprintPropertiesArrayPropsNumberItems
    The items of the array property
    ObjectItems port_labs.Port.Inputs.SystemBlueprintPropertiesArrayPropsObjectItems
    The items of the array property
    Required bool
    Whether the property is required
    StringItems port_labs.Port.Inputs.SystemBlueprintPropertiesArrayPropsStringItems
    The items of the array property
    Title string
    The title of the property
    BooleanItems SystemBlueprintPropertiesArrayPropsBooleanItems
    The items of the array property
    Description string
    The description of the property
    Icon string
    The icon of the property
    MaxItems int
    The max items of the array property
    MinItems int
    The min items of the array property
    NumberItems SystemBlueprintPropertiesArrayPropsNumberItems
    The items of the array property
    ObjectItems SystemBlueprintPropertiesArrayPropsObjectItems
    The items of the array property
    Required bool
    Whether the property is required
    StringItems SystemBlueprintPropertiesArrayPropsStringItems
    The items of the array property
    Title string
    The title of the property
    booleanItems SystemBlueprintPropertiesArrayPropsBooleanItems
    The items of the array property
    description String
    The description of the property
    icon String
    The icon of the property
    maxItems Integer
    The max items of the array property
    minItems Integer
    The min items of the array property
    numberItems SystemBlueprintPropertiesArrayPropsNumberItems
    The items of the array property
    objectItems SystemBlueprintPropertiesArrayPropsObjectItems
    The items of the array property
    required Boolean
    Whether the property is required
    stringItems SystemBlueprintPropertiesArrayPropsStringItems
    The items of the array property
    title String
    The title of the property
    booleanItems SystemBlueprintPropertiesArrayPropsBooleanItems
    The items of the array property
    description string
    The description of the property
    icon string
    The icon of the property
    maxItems number
    The max items of the array property
    minItems number
    The min items of the array property
    numberItems SystemBlueprintPropertiesArrayPropsNumberItems
    The items of the array property
    objectItems SystemBlueprintPropertiesArrayPropsObjectItems
    The items of the array property
    required boolean
    Whether the property is required
    stringItems SystemBlueprintPropertiesArrayPropsStringItems
    The items of the array property
    title string
    The title of the property
    boolean_items SystemBlueprintPropertiesArrayPropsBooleanItems
    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 SystemBlueprintPropertiesArrayPropsNumberItems
    The items of the array property
    object_items SystemBlueprintPropertiesArrayPropsObjectItems
    The items of the array property
    required bool
    Whether the property is required
    string_items SystemBlueprintPropertiesArrayPropsStringItems
    The items of the array property
    title str
    The title of the property
    booleanItems Property Map
    The items of the array property
    description String
    The description of the property
    icon String
    The icon of the property
    maxItems Number
    The max items of the array property
    minItems Number
    The min items of the array property
    numberItems Property Map
    The items of the array property
    objectItems Property Map
    The items of the array property
    required Boolean
    Whether the property is required
    stringItems 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

    Defaults List<string>
    The default of the items
    Format string
    The format of the items
    Pattern string
    The pattern of the string array items
    Defaults []string
    The default of the items
    Format string
    The format of the items
    Pattern string
    The pattern of the string array items
    defaults List<String>
    The default of the items
    format String
    The format of the items
    pattern String
    The pattern of the string array items
    defaults string[]
    The default of the items
    format string
    The format of the items
    pattern string
    The pattern of the string array items
    defaults Sequence[str]
    The default of the items
    format str
    The format of the items
    pattern str
    The pattern of the string array items
    defaults List<String>
    The default of the items
    format String
    The format of the items
    pattern String
    The pattern of the string array items

    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
    EnumColors 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
    EnumColors 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
    enumColors 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
    enumColors {[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
    enumColors 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

    Default string
    The default of the object property
    Description string
    The description of the property
    Icon string
    The icon of the property
    Required bool
    Whether the property is required
    Spec string
    The spec of the object property
    Title string
    The title of the property
    Default string
    The default of the object property
    Description string
    The description of the property
    Icon string
    The icon of the property
    Required bool
    Whether the property is required
    Spec string
    The spec of the object property
    Title string
    The title of the property
    default_ String
    The default of the object property
    description String
    The description of the property
    icon String
    The icon of the property
    required Boolean
    Whether the property is required
    spec String
    The spec of the object property
    title String
    The title of the property
    default string
    The default of the object property
    description string
    The description of the property
    icon string
    The icon of the property
    required boolean
    Whether the property is required
    spec string
    The spec of the object property
    title string
    The title of the property
    default str
    The default of the object property
    description str
    The description of the property
    icon str
    The icon of the property
    required bool
    Whether the property is required
    spec str
    The spec of the object property
    title str
    The title of the property
    default String
    The default of the object property
    description String
    The description of the property
    icon String
    The icon of the property
    required Boolean
    Whether the property is required
    spec String
    The spec of the object property
    title String
    The title of the property

    SystemBlueprintPropertiesStringProps, SystemBlueprintPropertiesStringPropsArgs

    Default string
    The default of the string property
    Description string
    The description of the property
    EnumColors 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
    MaxLength int
    The max length of the string property
    MinLength 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
    SpecAuthentication port_labs.Port.Inputs.SystemBlueprintPropertiesStringPropsSpecAuthentication
    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
    EnumColors 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
    MaxLength int
    The max length of the string property
    MinLength 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
    SpecAuthentication SystemBlueprintPropertiesStringPropsSpecAuthentication
    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
    enumColors 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
    maxLength Integer
    The max length of the string property
    minLength 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
    specAuthentication SystemBlueprintPropertiesStringPropsSpecAuthentication
    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
    enumColors {[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
    maxLength number
    The max length of the string property
    minLength 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
    specAuthentication SystemBlueprintPropertiesStringPropsSpecAuthentication
    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 SystemBlueprintPropertiesStringPropsSpecAuthentication
    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
    enumColors 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
    maxLength Number
    The max length of the string property
    minLength 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
    specAuthentication Property Map
    The spec authentication of the string property
    title String
    The title of the property

    SystemBlueprintPropertiesStringPropsSpecAuthentication, SystemBlueprintPropertiesStringPropsSpecAuthenticationArgs

    AuthorizationUrl string
    The authorizationUrl of the spec authentication
    ClientId string
    The clientId of the spec authentication
    TokenUrl string
    The tokenUrl of the spec authentication
    AuthorizationUrl string
    The authorizationUrl of the spec authentication
    ClientId string
    The clientId of the spec authentication
    TokenUrl string
    The tokenUrl of the spec authentication
    authorizationUrl String
    The authorizationUrl of the spec authentication
    clientId String
    The clientId of the spec authentication
    tokenUrl String
    The tokenUrl of the spec authentication
    authorizationUrl string
    The authorizationUrl of the spec authentication
    clientId string
    The clientId of the spec authentication
    tokenUrl string
    The tokenUrl of the spec authentication
    authorization_url str
    The authorizationUrl of the spec authentication
    client_id str
    The clientId of the spec authentication
    token_url str
    The tokenUrl of the spec authentication
    authorizationUrl String
    The authorizationUrl of the spec authentication
    clientId String
    The clientId of the spec authentication
    tokenUrl String
    The tokenUrl of the spec authentication

    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.
    port logo
    Port v2.4.0 published on Sunday, Mar 9, 2025 by port-labs