Uses of Interface
software.amazon.awscdk.services.glue.ISecurityConfiguration
Packages that use ISecurityConfiguration
-
Uses of ISecurityConfiguration in software.amazon.awscdk.services.glue
Subinterfaces of ISecurityConfiguration in software.amazon.awscdk.services.glueModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISecurityConfiguration.Classes in software.amazon.awscdk.services.glue that implement ISecurityConfigurationModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) A security configuration is a set of security properties that can be used by AWS Glue to encrypt data at rest.Methods in software.amazon.awscdk.services.glue that return ISecurityConfigurationModifier and TypeMethodDescriptionstatic ISecurityConfigurationSecurityConfiguration.fromSecurityConfigurationName(software.constructs.Construct scope, String id, String securityConfigurationName) (experimental) Creates a Connection construct that represents an external security configuration.default ISecurityConfigurationJobProps.getSecurityConfiguration()(experimental) TheSecurityConfigurationto use for this job.final ISecurityConfigurationJobProps.Jsii$Proxy.getSecurityConfiguration()Methods in software.amazon.awscdk.services.glue with parameters of type ISecurityConfigurationModifier and TypeMethodDescriptionJob.Builder.securityConfiguration(ISecurityConfiguration securityConfiguration) (experimental) TheSecurityConfigurationto use for this job.JobProps.Builder.securityConfiguration(ISecurityConfiguration securityConfiguration) Sets the value ofJobProps.getSecurityConfiguration()