Uses of Class
software.amazon.awscdk.services.iot.CfnSecurityProfile.Builder
Packages that use CfnSecurityProfile.Builder
-
Uses of CfnSecurityProfile.Builder in software.amazon.awscdk.services.iot
Methods in software.amazon.awscdk.services.iot that return CfnSecurityProfile.BuilderModifier and TypeMethodDescriptionCfnSecurityProfile.Builder.additionalMetricsToRetainV2
(List<? extends Object> additionalMetricsToRetainV2) A list of metrics whose data is retained (stored).CfnSecurityProfile.Builder.additionalMetricsToRetainV2
(IResolvable additionalMetricsToRetainV2) A list of metrics whose data is retained (stored).CfnSecurityProfile.Builder.alertTargets
(Map<String, ? extends Object> alertTargets) Specifies the destinations to which alerts are sent.CfnSecurityProfile.Builder.alertTargets
(IResolvable alertTargets) Specifies the destinations to which alerts are sent.Specifies the behaviors that, when violated by a device (thing), cause an alert.CfnSecurityProfile.Builder.behaviors
(IResolvable behaviors) Specifies the behaviors that, when violated by a device (thing), cause an alert.static CfnSecurityProfile.Builder
CfnSecurityProfile.Builder.securityProfileDescription
(String securityProfileDescription) A description of the security profile.CfnSecurityProfile.Builder.securityProfileName
(String securityProfileName) The name you gave to the security profile.Metadata that can be used to manage the security profile.CfnSecurityProfile.Builder.targetArns
(List<String> targetArns) The ARN of the target (thing group) to which the security profile is attached.