Uses of Interface
software.amazon.awscdk.services.iam.IEncryptedResourceFactory
Packages that use IEncryptedResourceFactory
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of IEncryptedResourceFactory in software.amazon.awscdk.services.iam
Subinterfaces of IEncryptedResourceFactory in software.amazon.awscdk.services.iamModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEncryptedResourceFactory.Classes in software.amazon.awscdk.services.iam that implement IEncryptedResourceFactoryModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.iam that return IEncryptedResourceFactoryModifier and TypeMethodDescriptionstatic IEncryptedResourceFactoryGet the default factory for a given CloudFormation resource type.Methods in software.amazon.awscdk.services.iam with parameters of type IEncryptedResourceFactoryModifier and TypeMethodDescriptionstatic voidEncryptedResources.register(software.constructs.IConstruct scope, String cfnType, IEncryptedResourceFactory factory) Register a factory for a specific CloudFormation resource type and scope.static voidDefaultEncryptedResourceFactories.set(String type, IEncryptedResourceFactory factory) Register a default factory for a given CloudFormation resource type.