1. Packages
  2. AWS Native
  3. API Docs
  4. servicecatalog
  5. ServiceAction

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.servicecatalog.ServiceAction

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Resource Schema for AWS::ServiceCatalog::ServiceAction

    Create ServiceAction Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ServiceAction(name: string, args: ServiceActionArgs, opts?: CustomResourceOptions);
    @overload
    def ServiceAction(resource_name: str,
                      args: ServiceActionArgs,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def ServiceAction(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      definition: Optional[Sequence[ServiceActionDefinitionParameterArgs]] = None,
                      definition_type: Optional[ServiceActionDefinitionType] = None,
                      accept_language: Optional[ServiceActionAcceptLanguage] = None,
                      description: Optional[str] = None,
                      name: Optional[str] = None)
    func NewServiceAction(ctx *Context, name string, args ServiceActionArgs, opts ...ResourceOption) (*ServiceAction, error)
    public ServiceAction(string name, ServiceActionArgs args, CustomResourceOptions? opts = null)
    public ServiceAction(String name, ServiceActionArgs args)
    public ServiceAction(String name, ServiceActionArgs args, CustomResourceOptions options)
    
    type: aws-native:servicecatalog:ServiceAction
    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 ServiceActionArgs
    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 ServiceActionArgs
    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 ServiceActionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ServiceActionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ServiceActionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const serviceActionResource = new aws_native.servicecatalog.ServiceAction("serviceActionResource", {
        definition: [{
            key: "string",
            value: "string",
        }],
        definitionType: aws_native.servicecatalog.ServiceActionDefinitionType.SsmAutomation,
        acceptLanguage: aws_native.servicecatalog.ServiceActionAcceptLanguage.En,
        description: "string",
        name: "string",
    });
    
    Coming soon!
    

    ServiceAction 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 ServiceAction resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ServiceAction resource produces the following output properties:

    AwsId string
    Id string
    The provider-assigned unique ID for this managed resource.
    AwsId string
    Id string
    The provider-assigned unique ID for this managed resource.
    awsId String
    id String
    The provider-assigned unique ID for this managed resource.
    awsId string
    id string
    The provider-assigned unique ID for this managed resource.
    aws_id str
    id str
    The provider-assigned unique ID for this managed resource.
    awsId String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    ServiceActionAcceptLanguage, ServiceActionAcceptLanguageArgs

    En
    en
    Jp
    jp
    Zh
    zh
    ServiceActionAcceptLanguageEn
    en
    ServiceActionAcceptLanguageJp
    jp
    ServiceActionAcceptLanguageZh
    zh
    En
    en
    Jp
    jp
    Zh
    zh
    En
    en
    Jp
    jp
    Zh
    zh
    EN
    en
    JP
    jp
    ZH
    zh
    "en"
    en
    "jp"
    jp
    "zh"
    zh

    ServiceActionDefinitionParameter, ServiceActionDefinitionParameterArgs

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    ServiceActionDefinitionType, ServiceActionDefinitionTypeArgs

    SsmAutomation
    SSM_AUTOMATION
    ServiceActionDefinitionTypeSsmAutomation
    SSM_AUTOMATION
    SsmAutomation
    SSM_AUTOMATION
    SsmAutomation
    SSM_AUTOMATION
    SSM_AUTOMATION
    SSM_AUTOMATION
    "SSM_AUTOMATION"
    SSM_AUTOMATION

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi