@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-15T10:03:45.281Z") @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()
`AWS::ServiceCatalog::ServiceAction.AcceptLanguage`.
|
Object |
getDefinition()
`AWS::ServiceCatalog::ServiceAction.Definition`.
|
String |
getDefinitionType()
`AWS::ServiceCatalog::ServiceAction.DefinitionType`.
|
default String |
getDescription()
`AWS::ServiceCatalog::ServiceAction.Description`.
|
String |
getName()
`AWS::ServiceCatalog::ServiceAction.Name`.
|
@Stability(value=Stable) @Nullable default String getAcceptLanguage()
@Stability(value=Stable) @NotNull Object getDefinition()
@Stability(value=Stable) @NotNull String getDefinitionType()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) static CfnServiceActionProps.Builder builder()
CfnServiceActionProps.Builder of CfnServiceActionPropsCopyright © 2021. All rights reserved.