@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.455Z") @Stability(value=Stable) public class CfnMitigationAction extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnMitigationAction.ActionParamsProperty |
static interface |
CfnMitigationAction.AddThingsToThingGroupParamsProperty |
static class |
CfnMitigationAction.Builder
A fluent builder for
CfnMitigationAction. |
static interface |
CfnMitigationAction.EnableIoTLoggingParamsProperty |
static interface |
CfnMitigationAction.PublishFindingToSnsParamsProperty |
static interface |
CfnMitigationAction.ReplaceDefaultPolicyVersionParamsProperty |
static interface |
CfnMitigationAction.UpdateCACertificateParamsProperty |
static interface |
CfnMitigationAction.UpdateDeviceCertificateParamsProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| 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 |
|---|---|
|
CfnMitigationAction(software.constructs.Construct scope,
String id,
CfnMitigationActionProps props)
Create a new `AWS::IoT::MitigationAction`.
|
protected |
CfnMitigationAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnMitigationAction(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionName()
`AWS::IoT::MitigationAction.ActionName`.
|
Object |
getActionParams()
`AWS::IoT::MitigationAction.ActionParams`.
|
String |
getAttrMitigationActionArn() |
String |
getAttrMitigationActionId() |
protected Map<String,Object> |
getCfnProperties() |
String |
getRoleArn()
`AWS::IoT::MitigationAction.RoleArn`.
|
TagManager |
getTags()
`AWS::IoT::MitigationAction.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setActionName(String value)
`AWS::IoT::MitigationAction.ActionName`.
|
void |
setActionParams(CfnMitigationAction.ActionParamsProperty value)
`AWS::IoT::MitigationAction.ActionParams`.
|
void |
setActionParams(IResolvable value)
`AWS::IoT::MitigationAction.ActionParams`.
|
void |
setRoleArn(String value)
`AWS::IoT::MitigationAction.RoleArn`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnMitigationAction(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnMitigationAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnMitigationAction(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnMitigationActionProps 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 getAttrMitigationActionArn()
@Stability(value=Stable) @NotNull public String getAttrMitigationActionId()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public Object getActionParams()
@Stability(value=Stable)
public void setActionParams(@NotNull
CfnMitigationAction.ActionParamsProperty value)
@Stability(value=Stable)
public void setActionParams(@NotNull
IResolvable value)
@Stability(value=Stable) @NotNull public String getRoleArn()
@Stability(value=Stable)
public void setRoleArn(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getActionName()
@Stability(value=Stable)
public void setActionName(@Nullable
String value)
Copyright © 2021. All rights reserved.