1. Packages
  2. Port
  3. API Docs
  4. Action
Port v1.6.0 published on Thursday, Sep 14, 2023 by port-labs

port.Action

Explore with Pulumi AI

port logo
Port v1.6.0 published on Thursday, Sep 14, 2023 by port-labs

    Create Action Resource

    new Action(name: string, args: ActionArgs, opts?: CustomResourceOptions);
    @overload
    def Action(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               approval_email_notification: Optional[ActionApprovalEmailNotificationArgs] = None,
               approval_webhook_notification: Optional[ActionApprovalWebhookNotificationArgs] = None,
               azure_method: Optional[ActionAzureMethodArgs] = None,
               blueprint: Optional[str] = None,
               description: Optional[str] = None,
               github_method: Optional[ActionGithubMethodArgs] = None,
               gitlab_method: Optional[ActionGitlabMethodArgs] = None,
               icon: Optional[str] = None,
               identifier: Optional[str] = None,
               kafka_method: Optional[ActionKafkaMethodArgs] = None,
               order_properties: Optional[Sequence[str]] = None,
               required_approval: Optional[bool] = None,
               title: Optional[str] = None,
               trigger: Optional[str] = None,
               user_properties: Optional[ActionUserPropertiesArgs] = None,
               webhook_method: Optional[ActionWebhookMethodArgs] = None)
    @overload
    def Action(resource_name: str,
               args: ActionArgs,
               opts: Optional[ResourceOptions] = None)
    func NewAction(ctx *Context, name string, args ActionArgs, opts ...ResourceOption) (*Action, error)
    public Action(string name, ActionArgs args, CustomResourceOptions? opts = null)
    public Action(String name, ActionArgs args)
    public Action(String name, ActionArgs args, CustomResourceOptions options)
    
    type: port:Action
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ActionArgs
    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 ActionArgs
    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 ActionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ActionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ActionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Action Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Action resource accepts the following input properties:

    Blueprint string

    The blueprint identifier the action relates to

    Identifier string

    Identifier

    Title string

    Title

    Trigger string

    The trigger type of the action

    ApprovalEmailNotification port_labs.Port.Inputs.ActionApprovalEmailNotification

    The email notification of the approval

    ApprovalWebhookNotification port_labs.Port.Inputs.ActionApprovalWebhookNotification

    The webhook notification of the approval

    AzureMethod port_labs.Port.Inputs.ActionAzureMethod

    The invocation method of the action

    Description string

    Description

    GithubMethod port_labs.Port.Inputs.ActionGithubMethod

    The invocation method of the action

    GitlabMethod port_labs.Port.Inputs.ActionGitlabMethod

    The invocation method of the action

    Icon string

    Icon

    KafkaMethod port_labs.Port.Inputs.ActionKafkaMethod

    The invocation method of the action

    OrderProperties List<string>

    Order properties

    RequiredApproval bool

    Require approval before invoking the action

    UserProperties port_labs.Port.Inputs.ActionUserProperties

    User properties

    WebhookMethod port_labs.Port.Inputs.ActionWebhookMethod

    The invocation method of the action

    Blueprint string

    The blueprint identifier the action relates to

    Identifier string

    Identifier

    Title string

    Title

    Trigger string

    The trigger type of the action

    ApprovalEmailNotification ActionApprovalEmailNotificationArgs

    The email notification of the approval

    ApprovalWebhookNotification ActionApprovalWebhookNotificationArgs

    The webhook notification of the approval

    AzureMethod ActionAzureMethodArgs

    The invocation method of the action

    Description string

    Description

    GithubMethod ActionGithubMethodArgs

    The invocation method of the action

    GitlabMethod ActionGitlabMethodArgs

    The invocation method of the action

    Icon string

    Icon

    KafkaMethod ActionKafkaMethodArgs

    The invocation method of the action

    OrderProperties []string

    Order properties

    RequiredApproval bool

    Require approval before invoking the action

    UserProperties ActionUserPropertiesArgs

    User properties

    WebhookMethod ActionWebhookMethodArgs

    The invocation method of the action

    blueprint String

    The blueprint identifier the action relates to

    identifier String

    Identifier

    title String

    Title

    trigger String

    The trigger type of the action

    approvalEmailNotification ActionApprovalEmailNotification

    The email notification of the approval

    approvalWebhookNotification ActionApprovalWebhookNotification

    The webhook notification of the approval

    azureMethod ActionAzureMethod

    The invocation method of the action

    description String

    Description

    githubMethod ActionGithubMethod

    The invocation method of the action

    gitlabMethod ActionGitlabMethod

    The invocation method of the action

    icon String

    Icon

    kafkaMethod ActionKafkaMethod

    The invocation method of the action

    orderProperties List<String>

    Order properties

    requiredApproval Boolean

    Require approval before invoking the action

    userProperties ActionUserProperties

    User properties

    webhookMethod ActionWebhookMethod

    The invocation method of the action

    blueprint string

    The blueprint identifier the action relates to

    identifier string

    Identifier

    title string

    Title

    trigger string

    The trigger type of the action

    approvalEmailNotification ActionApprovalEmailNotification

    The email notification of the approval

    approvalWebhookNotification ActionApprovalWebhookNotification

    The webhook notification of the approval

    azureMethod ActionAzureMethod

    The invocation method of the action

    description string

    Description

    githubMethod ActionGithubMethod

    The invocation method of the action

    gitlabMethod ActionGitlabMethod

    The invocation method of the action

    icon string

    Icon

    kafkaMethod ActionKafkaMethod

    The invocation method of the action

    orderProperties string[]

    Order properties

    requiredApproval boolean

    Require approval before invoking the action

    userProperties ActionUserProperties

    User properties

    webhookMethod ActionWebhookMethod

    The invocation method of the action

    blueprint str

    The blueprint identifier the action relates to

    identifier str

    Identifier

    title str

    Title

    trigger str

    The trigger type of the action

    approval_email_notification ActionApprovalEmailNotificationArgs

    The email notification of the approval

    approval_webhook_notification ActionApprovalWebhookNotificationArgs

    The webhook notification of the approval

    azure_method ActionAzureMethodArgs

    The invocation method of the action

    description str

    Description

    github_method ActionGithubMethodArgs

    The invocation method of the action

    gitlab_method ActionGitlabMethodArgs

    The invocation method of the action

    icon str

    Icon

    kafka_method ActionKafkaMethodArgs

    The invocation method of the action

    order_properties Sequence[str]

    Order properties

    required_approval bool

    Require approval before invoking the action

    user_properties ActionUserPropertiesArgs

    User properties

    webhook_method ActionWebhookMethodArgs

    The invocation method of the action

    blueprint String

    The blueprint identifier the action relates to

    identifier String

    Identifier

    title String

    Title

    trigger String

    The trigger type of the action

    approvalEmailNotification Property Map

    The email notification of the approval

    approvalWebhookNotification Property Map

    The webhook notification of the approval

    azureMethod Property Map

    The invocation method of the action

    description String

    Description

    githubMethod Property Map

    The invocation method of the action

    gitlabMethod Property Map

    The invocation method of the action

    icon String

    Icon

    kafkaMethod Property Map

    The invocation method of the action

    orderProperties List<String>

    Order properties

    requiredApproval Boolean

    Require approval before invoking the action

    userProperties Property Map

    User properties

    webhookMethod Property Map

    The invocation method of the action

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Action 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 Action Resource

    Get an existing Action 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?: ActionState, opts?: CustomResourceOptions): Action
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            approval_email_notification: Optional[ActionApprovalEmailNotificationArgs] = None,
            approval_webhook_notification: Optional[ActionApprovalWebhookNotificationArgs] = None,
            azure_method: Optional[ActionAzureMethodArgs] = None,
            blueprint: Optional[str] = None,
            description: Optional[str] = None,
            github_method: Optional[ActionGithubMethodArgs] = None,
            gitlab_method: Optional[ActionGitlabMethodArgs] = None,
            icon: Optional[str] = None,
            identifier: Optional[str] = None,
            kafka_method: Optional[ActionKafkaMethodArgs] = None,
            order_properties: Optional[Sequence[str]] = None,
            required_approval: Optional[bool] = None,
            title: Optional[str] = None,
            trigger: Optional[str] = None,
            user_properties: Optional[ActionUserPropertiesArgs] = None,
            webhook_method: Optional[ActionWebhookMethodArgs] = None) -> Action
    func GetAction(ctx *Context, name string, id IDInput, state *ActionState, opts ...ResourceOption) (*Action, error)
    public static Action Get(string name, Input<string> id, ActionState? state, CustomResourceOptions? opts = null)
    public static Action get(String name, Output<String> id, ActionState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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:
    ApprovalEmailNotification port_labs.Port.Inputs.ActionApprovalEmailNotification

    The email notification of the approval

    ApprovalWebhookNotification port_labs.Port.Inputs.ActionApprovalWebhookNotification

    The webhook notification of the approval

    AzureMethod port_labs.Port.Inputs.ActionAzureMethod

    The invocation method of the action

    Blueprint string

    The blueprint identifier the action relates to

    Description string

    Description

    GithubMethod port_labs.Port.Inputs.ActionGithubMethod

    The invocation method of the action

    GitlabMethod port_labs.Port.Inputs.ActionGitlabMethod

    The invocation method of the action

    Icon string

    Icon

    Identifier string

    Identifier

    KafkaMethod port_labs.Port.Inputs.ActionKafkaMethod

    The invocation method of the action

    OrderProperties List<string>

    Order properties

    RequiredApproval bool

    Require approval before invoking the action

    Title string

    Title

    Trigger string

    The trigger type of the action

    UserProperties port_labs.Port.Inputs.ActionUserProperties

    User properties

    WebhookMethod port_labs.Port.Inputs.ActionWebhookMethod

    The invocation method of the action

    ApprovalEmailNotification ActionApprovalEmailNotificationArgs

    The email notification of the approval

    ApprovalWebhookNotification ActionApprovalWebhookNotificationArgs

    The webhook notification of the approval

    AzureMethod ActionAzureMethodArgs

    The invocation method of the action

    Blueprint string

    The blueprint identifier the action relates to

    Description string

    Description

    GithubMethod ActionGithubMethodArgs

    The invocation method of the action

    GitlabMethod ActionGitlabMethodArgs

    The invocation method of the action

    Icon string

    Icon

    Identifier string

    Identifier

    KafkaMethod ActionKafkaMethodArgs

    The invocation method of the action

    OrderProperties []string

    Order properties

    RequiredApproval bool

    Require approval before invoking the action

    Title string

    Title

    Trigger string

    The trigger type of the action

    UserProperties ActionUserPropertiesArgs

    User properties

    WebhookMethod ActionWebhookMethodArgs

    The invocation method of the action

    approvalEmailNotification ActionApprovalEmailNotification

    The email notification of the approval

    approvalWebhookNotification ActionApprovalWebhookNotification

    The webhook notification of the approval

    azureMethod ActionAzureMethod

    The invocation method of the action

    blueprint String

    The blueprint identifier the action relates to

    description String

    Description

    githubMethod ActionGithubMethod

    The invocation method of the action

    gitlabMethod ActionGitlabMethod

    The invocation method of the action

    icon String

    Icon

    identifier String

    Identifier

    kafkaMethod ActionKafkaMethod

    The invocation method of the action

    orderProperties List<String>

    Order properties

    requiredApproval Boolean

    Require approval before invoking the action

    title String

    Title

    trigger String

    The trigger type of the action

    userProperties ActionUserProperties

    User properties

    webhookMethod ActionWebhookMethod

    The invocation method of the action

    approvalEmailNotification ActionApprovalEmailNotification

    The email notification of the approval

    approvalWebhookNotification ActionApprovalWebhookNotification

    The webhook notification of the approval

    azureMethod ActionAzureMethod

    The invocation method of the action

    blueprint string

    The blueprint identifier the action relates to

    description string

    Description

    githubMethod ActionGithubMethod

    The invocation method of the action

    gitlabMethod ActionGitlabMethod

    The invocation method of the action

    icon string

    Icon

    identifier string

    Identifier

    kafkaMethod ActionKafkaMethod

    The invocation method of the action

    orderProperties string[]

    Order properties

    requiredApproval boolean

    Require approval before invoking the action

    title string

    Title

    trigger string

    The trigger type of the action

    userProperties ActionUserProperties

    User properties

    webhookMethod ActionWebhookMethod

    The invocation method of the action

    approval_email_notification ActionApprovalEmailNotificationArgs

    The email notification of the approval

    approval_webhook_notification ActionApprovalWebhookNotificationArgs

    The webhook notification of the approval

    azure_method ActionAzureMethodArgs

    The invocation method of the action

    blueprint str

    The blueprint identifier the action relates to

    description str

    Description

    github_method ActionGithubMethodArgs

    The invocation method of the action

    gitlab_method ActionGitlabMethodArgs

    The invocation method of the action

    icon str

    Icon

    identifier str

    Identifier

    kafka_method ActionKafkaMethodArgs

    The invocation method of the action

    order_properties Sequence[str]

    Order properties

    required_approval bool

    Require approval before invoking the action

    title str

    Title

    trigger str

    The trigger type of the action

    user_properties ActionUserPropertiesArgs

    User properties

    webhook_method ActionWebhookMethodArgs

    The invocation method of the action

    approvalEmailNotification Property Map

    The email notification of the approval

    approvalWebhookNotification Property Map

    The webhook notification of the approval

    azureMethod Property Map

    The invocation method of the action

    blueprint String

    The blueprint identifier the action relates to

    description String

    Description

    githubMethod Property Map

    The invocation method of the action

    gitlabMethod Property Map

    The invocation method of the action

    icon String

    Icon

    identifier String

    Identifier

    kafkaMethod Property Map

    The invocation method of the action

    orderProperties List<String>

    Order properties

    requiredApproval Boolean

    Require approval before invoking the action

    title String

    Title

    trigger String

    The trigger type of the action

    userProperties Property Map

    User properties

    webhookMethod Property Map

    The invocation method of the action

    Supporting Types

    ActionApprovalWebhookNotification, ActionApprovalWebhookNotificationArgs

    Url string
    Url string
    url String
    url string
    url str
    url String

    ActionAzureMethod, ActionAzureMethodArgs

    Org string
    Webhook string
    Org string
    Webhook string
    org String
    webhook String
    org string
    webhook string
    org str
    webhook str
    org String
    webhook String

    ActionGithubMethod, ActionGithubMethodArgs

    org String
    repo String
    workflow String
    omitPayload Boolean
    omitUserInputs Boolean
    reportWorkflowStatus Boolean
    org string
    repo string
    workflow string
    omitPayload boolean
    omitUserInputs boolean
    reportWorkflowStatus boolean
    org String
    repo String
    workflow String
    omitPayload Boolean
    omitUserInputs Boolean
    reportWorkflowStatus Boolean

    ActionGitlabMethod, ActionGitlabMethodArgs

    groupName String
    projectName String
    agent Boolean
    defaultRef String
    omitPayload Boolean
    omitUserInputs Boolean
    groupName string
    projectName string
    agent boolean
    defaultRef string
    omitPayload boolean
    omitUserInputs boolean
    groupName String
    projectName String
    agent Boolean
    defaultRef String
    omitPayload Boolean
    omitUserInputs Boolean

    ActionUserProperties, ActionUserPropertiesArgs

    ArrayProps Dictionary<string, port_labs.Port.Inputs.ActionUserPropertiesArrayProps>
    BooleanProps Dictionary<string, port_labs.Port.Inputs.ActionUserPropertiesBooleanProps>
    NumberProps Dictionary<string, port_labs.Port.Inputs.ActionUserPropertiesNumberProps>
    ObjectProps Dictionary<string, port_labs.Port.Inputs.ActionUserPropertiesObjectProps>
    StringProps Dictionary<string, port_labs.Port.Inputs.ActionUserPropertiesStringProps>
    ArrayProps map[string]ActionUserPropertiesArrayProps
    BooleanProps map[string]ActionUserPropertiesBooleanProps
    NumberProps map[string]ActionUserPropertiesNumberProps
    ObjectProps map[string]ActionUserPropertiesObjectProps
    StringProps map[string]ActionUserPropertiesStringProps
    arrayProps Map<String,ActionUserPropertiesArrayProps>
    booleanProps Map<String,ActionUserPropertiesBooleanProps>
    numberProps Map<String,ActionUserPropertiesNumberProps>
    objectProps Map<String,ActionUserPropertiesObjectProps>
    stringProps Map<String,ActionUserPropertiesStringProps>
    arrayProps {[key: string]: ActionUserPropertiesArrayProps}
    booleanProps {[key: string]: ActionUserPropertiesBooleanProps}
    numberProps {[key: string]: ActionUserPropertiesNumberProps}
    objectProps {[key: string]: ActionUserPropertiesObjectProps}
    stringProps {[key: string]: ActionUserPropertiesStringProps}
    array_props Mapping[str, ActionUserPropertiesArrayProps]
    boolean_props Mapping[str, ActionUserPropertiesBooleanProps]
    number_props Mapping[str, ActionUserPropertiesNumberProps]
    object_props Mapping[str, ActionUserPropertiesObjectProps]
    string_props Mapping[str, ActionUserPropertiesStringProps]
    arrayProps Map<Property Map>
    booleanProps Map<Property Map>
    numberProps Map<Property Map>
    objectProps Map<Property Map>
    stringProps Map<Property Map>

    ActionUserPropertiesArrayProps, ActionUserPropertiesArrayPropsArgs

    ActionUserPropertiesArrayPropsBooleanItems, ActionUserPropertiesArrayPropsBooleanItemsArgs

    Defaults List<bool>
    Defaults []bool
    defaults List<Boolean>
    defaults boolean[]
    defaults Sequence[bool]
    defaults List<Boolean>

    ActionUserPropertiesArrayPropsDataset, ActionUserPropertiesArrayPropsDatasetArgs

    ActionUserPropertiesArrayPropsDatasetRule, ActionUserPropertiesArrayPropsDatasetRuleArgs

    ActionUserPropertiesArrayPropsDatasetRuleValue, ActionUserPropertiesArrayPropsDatasetRuleValueArgs

    JqQuery string
    JqQuery string
    jqQuery String
    jqQuery string
    jqQuery String

    ActionUserPropertiesArrayPropsNumberItems, ActionUserPropertiesArrayPropsNumberItemsArgs

    Defaults List<double>
    EnumJqQuery string
    Enums List<double>
    Defaults []float64
    EnumJqQuery string
    Enums []float64
    defaults List<Double>
    enumJqQuery String
    enums List<Double>
    defaults number[]
    enumJqQuery string
    enums number[]
    defaults Sequence[float]
    enum_jq_query str
    enums Sequence[float]
    defaults List<Number>
    enumJqQuery String
    enums List<Number>

    ActionUserPropertiesArrayPropsObjectItems, ActionUserPropertiesArrayPropsObjectItemsArgs

    Defaults List<ImmutableDictionary<string, string>>
    Defaults []map[string]string
    defaults List<Map<String,String>>
    defaults {[key: string]: string}[]
    defaults Sequence[Mapping[str, str]]
    defaults List<Map<String>>

    ActionUserPropertiesArrayPropsStringItems, ActionUserPropertiesArrayPropsStringItemsArgs

    Blueprint string
    Defaults List<string>
    EnumJqQuery string
    Enums List<string>
    Format string
    Blueprint string
    Defaults []string
    EnumJqQuery string
    Enums []string
    Format string
    blueprint String
    defaults List<String>
    enumJqQuery String
    enums List<String>
    format String
    blueprint string
    defaults string[]
    enumJqQuery string
    enums string[]
    format string
    blueprint str
    defaults Sequence[str]
    enum_jq_query str
    enums Sequence[str]
    format str
    blueprint String
    defaults List<String>
    enumJqQuery String
    enums List<String>
    format String

    ActionUserPropertiesBooleanProps, ActionUserPropertiesBooleanPropsArgs

    dataset Property Map
    default Boolean
    defaultJqQuery String
    dependsOns List<String>
    description String
    icon String
    required Boolean
    title String

    ActionUserPropertiesBooleanPropsDataset, ActionUserPropertiesBooleanPropsDatasetArgs

    ActionUserPropertiesBooleanPropsDatasetRule, ActionUserPropertiesBooleanPropsDatasetRuleArgs

    ActionUserPropertiesBooleanPropsDatasetRuleValue, ActionUserPropertiesBooleanPropsDatasetRuleValueArgs

    JqQuery string
    JqQuery string
    jqQuery String
    jqQuery string
    jqQuery String

    ActionUserPropertiesNumberProps, ActionUserPropertiesNumberPropsArgs

    dataset ActionUserPropertiesNumberPropsDataset
    defaultJqQuery String
    default_ Double
    dependsOns List<String>
    description String
    enumJqQuery String
    enums List<Double>
    icon String
    maximum Double
    minimum Double
    required Boolean
    title String
    dataset Property Map
    default Number
    defaultJqQuery String
    dependsOns List<String>
    description String
    enumJqQuery String
    enums List<Number>
    icon String
    maximum Number
    minimum Number
    required Boolean
    title String

    ActionUserPropertiesNumberPropsDataset, ActionUserPropertiesNumberPropsDatasetArgs

    ActionUserPropertiesNumberPropsDatasetRule, ActionUserPropertiesNumberPropsDatasetRuleArgs

    ActionUserPropertiesNumberPropsDatasetRuleValue, ActionUserPropertiesNumberPropsDatasetRuleValueArgs

    JqQuery string
    JqQuery string
    jqQuery String
    jqQuery string
    jqQuery String

    ActionUserPropertiesObjectProps, ActionUserPropertiesObjectPropsArgs

    dataset Property Map
    default String
    defaultJqQuery String
    dependsOns List<String>
    description String
    icon String
    required Boolean
    title String

    ActionUserPropertiesObjectPropsDataset, ActionUserPropertiesObjectPropsDatasetArgs

    ActionUserPropertiesObjectPropsDatasetRule, ActionUserPropertiesObjectPropsDatasetRuleArgs

    ActionUserPropertiesObjectPropsDatasetRuleValue, ActionUserPropertiesObjectPropsDatasetRuleValueArgs

    JqQuery string
    JqQuery string
    jqQuery String
    jqQuery string
    jqQuery String

    ActionUserPropertiesStringProps, ActionUserPropertiesStringPropsArgs

    blueprint String
    dataset ActionUserPropertiesStringPropsDataset
    defaultJqQuery String
    default_ String
    dependsOns List<String>
    description String
    enumJqQuery String
    enums List<String>
    format String
    icon String
    maxLength Integer
    minLength Integer
    pattern String
    required Boolean
    title String
    blueprint String
    dataset Property Map
    default String
    defaultJqQuery String
    dependsOns List<String>
    description String
    enumJqQuery String
    enums List<String>
    format String
    icon String
    maxLength Number
    minLength Number
    pattern String
    required Boolean
    title String

    ActionUserPropertiesStringPropsDataset, ActionUserPropertiesStringPropsDatasetArgs

    ActionUserPropertiesStringPropsDatasetRule, ActionUserPropertiesStringPropsDatasetRuleArgs

    ActionUserPropertiesStringPropsDatasetRuleValue, ActionUserPropertiesStringPropsDatasetRuleValueArgs

    JqQuery string
    JqQuery string
    jqQuery String
    jqQuery string
    jqQuery String

    ActionWebhookMethod, ActionWebhookMethodArgs

    Url string
    Agent bool
    Url string
    Agent bool
    url String
    agent Boolean
    url string
    agent boolean
    url str
    agent bool
    url String
    agent Boolean

    Package Details

    Repository
    port port-labs/pulumi-port
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the port Terraform Provider.

    port logo
    Port v1.6.0 published on Thursday, Sep 14, 2023 by port-labs