@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-07-12T14:11:17.046Z") @Stability(value=Stable) public class CfnServiceAction extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnServiceAction.Builder
A fluent builder for
CfnServiceAction. |
static interface |
CfnServiceAction.DefinitionParameterProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnServiceAction(Construct scope,
String id,
CfnServiceActionProps props)
Create a new `AWS::ServiceCatalog::ServiceAction`.
|
protected |
CfnServiceAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnServiceAction(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptLanguage()
`AWS::ServiceCatalog::ServiceAction.AcceptLanguage`.
|
String |
getAttrId() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getDefinition()
`AWS::ServiceCatalog::ServiceAction.Definition`.
|
String |
getDefinitionType()
`AWS::ServiceCatalog::ServiceAction.DefinitionType`.
|
String |
getDescription()
`AWS::ServiceCatalog::ServiceAction.Description`.
|
String |
getName()
`AWS::ServiceCatalog::ServiceAction.Name`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAcceptLanguage(String value)
`AWS::ServiceCatalog::ServiceAction.AcceptLanguage`.
|
void |
setDefinition(IResolvable value)
`AWS::ServiceCatalog::ServiceAction.Definition`.
|
void |
setDefinition(List<Object> value)
`AWS::ServiceCatalog::ServiceAction.Definition`.
|
void |
setDefinitionType(String value)
`AWS::ServiceCatalog::ServiceAction.DefinitionType`.
|
void |
setDescription(String value)
`AWS::ServiceCatalog::ServiceAction.Description`.
|
void |
setName(String value)
`AWS::ServiceCatalog::ServiceAction.Name`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnServiceAction(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnServiceAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnServiceAction(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnServiceActionProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrId()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public Object getDefinition()
@Stability(value=Stable)
public void setDefinition(@NotNull
IResolvable value)
@Stability(value=Stable)
public void setDefinition(@NotNull
List<Object> value)
@Stability(value=Stable) @NotNull public String getDefinitionType()
@Stability(value=Stable)
public void setDefinitionType(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getAcceptLanguage()
@Stability(value=Stable)
public void setAcceptLanguage(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
Copyright © 2021. All rights reserved.