Uses of Interface
software.amazon.awscdk.interfaces.iot.ISecurityProfileRef
Packages that use ISecurityProfileRef
Package
Description
AWS IoT Construct Library
-
Uses of ISecurityProfileRef in software.amazon.awscdk.interfaces.iot
Subinterfaces of ISecurityProfileRef in software.amazon.awscdk.interfaces.iotModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISecurityProfileRef.Classes in software.amazon.awscdk.interfaces.iot that implement ISecurityProfileRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ISecurityProfileRef in software.amazon.awscdk.services.iot
Classes in software.amazon.awscdk.services.iot that implement ISecurityProfileRefModifier and TypeClassDescriptionclassUse theAWS::IoT::SecurityProfileresource to create a Device Defender security profile.Methods in software.amazon.awscdk.services.iot that return ISecurityProfileRefModifier and TypeMethodDescriptionstatic ISecurityProfileRefCfnSecurityProfile.fromSecurityProfileArn(software.constructs.Construct scope, String id, String arn) Creates a new ISecurityProfileRef from an ARN.static ISecurityProfileRefCfnSecurityProfile.fromSecurityProfileName(software.constructs.Construct scope, String id, String securityProfileName) Creates a new ISecurityProfileRef from a securityProfileName.