@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.458Z") @Stability(value=Stable) public class CfnSecurityProfile extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnSecurityProfile.AlertTargetProperty |
static interface |
CfnSecurityProfile.BehaviorCriteriaProperty |
static interface |
CfnSecurityProfile.BehaviorProperty |
static class |
CfnSecurityProfile.Builder
A fluent builder for
CfnSecurityProfile. |
static interface |
CfnSecurityProfile.MachineLearningDetectionConfigProperty |
static interface |
CfnSecurityProfile.MetricDimensionProperty |
static interface |
CfnSecurityProfile.MetricToRetainProperty |
static interface |
CfnSecurityProfile.MetricValueProperty |
static interface |
CfnSecurityProfile.StatisticalThresholdProperty |
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 |
|---|---|
|
CfnSecurityProfile(software.constructs.Construct scope,
String id)
Create a new `AWS::IoT::SecurityProfile`.
|
|
CfnSecurityProfile(software.constructs.Construct scope,
String id,
CfnSecurityProfileProps props)
Create a new `AWS::IoT::SecurityProfile`.
|
protected |
CfnSecurityProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnSecurityProfile(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAdditionalMetricsToRetainV2()
`AWS::IoT::SecurityProfile.AdditionalMetricsToRetainV2`.
|
Object |
getAlertTargets()
`AWS::IoT::SecurityProfile.AlertTargets`.
|
String |
getAttrSecurityProfileArn() |
Object |
getBehaviors()
`AWS::IoT::SecurityProfile.Behaviors`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getSecurityProfileDescription()
`AWS::IoT::SecurityProfile.SecurityProfileDescription`.
|
String |
getSecurityProfileName()
`AWS::IoT::SecurityProfile.SecurityProfileName`.
|
TagManager |
getTags()
`AWS::IoT::SecurityProfile.Tags`.
|
List<String> |
getTargetArns()
`AWS::IoT::SecurityProfile.TargetArns`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAdditionalMetricsToRetainV2(IResolvable value)
`AWS::IoT::SecurityProfile.AdditionalMetricsToRetainV2`.
|
void |
setAdditionalMetricsToRetainV2(List<Object> value)
`AWS::IoT::SecurityProfile.AdditionalMetricsToRetainV2`.
|
void |
setAlertTargets(IResolvable value)
`AWS::IoT::SecurityProfile.AlertTargets`.
|
void |
setAlertTargets(Map<String,Object> value)
`AWS::IoT::SecurityProfile.AlertTargets`.
|
void |
setBehaviors(IResolvable value)
`AWS::IoT::SecurityProfile.Behaviors`.
|
void |
setBehaviors(List<Object> value)
`AWS::IoT::SecurityProfile.Behaviors`.
|
void |
setSecurityProfileDescription(String value)
`AWS::IoT::SecurityProfile.SecurityProfileDescription`.
|
void |
setSecurityProfileName(String value)
`AWS::IoT::SecurityProfile.SecurityProfileName`.
|
void |
setTargetArns(List<String> value)
`AWS::IoT::SecurityProfile.TargetArns`.
|
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 CfnSecurityProfile(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnSecurityProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnSecurityProfile(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnSecurityProfileProps 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.@Stability(value=Stable)
public CfnSecurityProfile(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. 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 getAttrSecurityProfileArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @Nullable public Object getAdditionalMetricsToRetainV2()
@Stability(value=Stable)
public void setAdditionalMetricsToRetainV2(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setAdditionalMetricsToRetainV2(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Object getAlertTargets()
@Stability(value=Stable)
public void setAlertTargets(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setAlertTargets(@Nullable
Map<String,Object> value)
@Stability(value=Stable) @Nullable public Object getBehaviors()
@Stability(value=Stable)
public void setBehaviors(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setBehaviors(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public String getSecurityProfileDescription()
@Stability(value=Stable)
public void setSecurityProfileDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSecurityProfileName()
@Stability(value=Stable)
public void setSecurityProfileName(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getTargetArns()
Copyright © 2021. All rights reserved.