@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.095Z") @Stability(value=Stable) public interface CfnServiceActionProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.servicecatalog.*;
CfnServiceActionProps cfnServiceActionProps = CfnServiceActionProps.builder()
.definition(List.of(DefinitionParameterProperty.builder()
.key("key")
.value("value")
.build()))
.definitionType("definitionType")
.name("name")
// the properties below are optional
.acceptLanguage("acceptLanguage")
.description("description")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnServiceActionProps.Builder
A builder for
CfnServiceActionProps |
static class |
CfnServiceActionProps.Jsii$Proxy
An implementation for
CfnServiceActionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnServiceActionProps.Builder |
builder() |
default String |
getAcceptLanguage()
The language code.
|
Object |
getDefinition()
A map that defines the self-service action.
|
String |
getDefinitionType()
The self-service action definition type.
|
default String |
getDescription()
The self-service action description.
|
String |
getName()
The self-service action name.
|
@Stability(value=Stable) @NotNull Object getDefinition()
@Stability(value=Stable) @NotNull String getDefinitionType()
For example, SSM_AUTOMATION .
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getAcceptLanguage()
en - English (default)jp - Japanesezh - Chinese@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) static CfnServiceActionProps.Builder builder()
CfnServiceActionProps.Builder of CfnServiceActionPropsCopyright © 2022. All rights reserved.