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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.servicecatalog.ServiceAction

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 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 This property is required. string
The unique name of the resource.
args This property is required. ServiceActionArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. ServiceActionArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ServiceActionArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ServiceActionArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The ServiceAction resource accepts the following input properties:

Definition This property is required. List<Pulumi.AwsNative.ServiceCatalog.Inputs.ServiceActionDefinitionParameter>
A map that defines the self-service action.
DefinitionType This property is required. Pulumi.AwsNative.ServiceCatalog.ServiceActionDefinitionType
The self-service action definition type. For example, SSM_AUTOMATION .
AcceptLanguage Pulumi.AwsNative.ServiceCatalog.ServiceActionAcceptLanguage
The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
Description string
The self-service action description.
Name string
The self-service action name.
Definition This property is required. []ServiceActionDefinitionParameterArgs
A map that defines the self-service action.
DefinitionType This property is required. ServiceActionDefinitionType
The self-service action definition type. For example, SSM_AUTOMATION .
AcceptLanguage ServiceActionAcceptLanguage
The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
Description string
The self-service action description.
Name string
The self-service action name.
definition This property is required. List<ServiceActionDefinitionParameter>
A map that defines the self-service action.
definitionType This property is required. ServiceActionDefinitionType
The self-service action definition type. For example, SSM_AUTOMATION .
acceptLanguage ServiceActionAcceptLanguage
The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
description String
The self-service action description.
name String
The self-service action name.
definition This property is required. ServiceActionDefinitionParameter[]
A map that defines the self-service action.
definitionType This property is required. ServiceActionDefinitionType
The self-service action definition type. For example, SSM_AUTOMATION .
acceptLanguage ServiceActionAcceptLanguage
The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
description string
The self-service action description.
name string
The self-service action name.
definition This property is required. Sequence[ServiceActionDefinitionParameterArgs]
A map that defines the self-service action.
definition_type This property is required. ServiceActionDefinitionType
The self-service action definition type. For example, SSM_AUTOMATION .
accept_language ServiceActionAcceptLanguage
The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
description str
The self-service action description.
name str
The self-service action name.
definition This property is required. List<Property Map>
A map that defines the self-service action.
definitionType This property is required. "SSM_AUTOMATION"
The self-service action definition type. For example, SSM_AUTOMATION .
acceptLanguage "en" | "jp" | "zh"
The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
description String
The self-service action description.
name String
The self-service action name.

Outputs

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

AwsId string
The self-service action identifier. For example, act-fs7abcd89wxyz .
Id string
The provider-assigned unique ID for this managed resource.
AwsId string
The self-service action identifier. For example, act-fs7abcd89wxyz .
Id string
The provider-assigned unique ID for this managed resource.
awsId String
The self-service action identifier. For example, act-fs7abcd89wxyz .
id String
The provider-assigned unique ID for this managed resource.
awsId string
The self-service action identifier. For example, act-fs7abcd89wxyz .
id string
The provider-assigned unique ID for this managed resource.
aws_id str
The self-service action identifier. For example, act-fs7abcd89wxyz .
id str
The provider-assigned unique ID for this managed resource.
awsId String
The self-service action identifier. For example, act-fs7abcd89wxyz .
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 This property is required. string
The parameter key.
Value This property is required. string
The value of the parameter.
Key This property is required. string
The parameter key.
Value This property is required. string
The value of the parameter.
key This property is required. String
The parameter key.
value This property is required. String
The value of the parameter.
key This property is required. string
The parameter key.
value This property is required. string
The value of the parameter.
key This property is required. str
The parameter key.
value This property is required. str
The value of the parameter.
key This property is required. String
The parameter key.
value This property is required. String
The value of the parameter.

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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi