Uses of Interface
software.amazon.awscdk.services.sagemaker.CfnModelPackage.SecurityConfigProperty
Packages that use CfnModelPackage.SecurityConfigProperty
-
Uses of CfnModelPackage.SecurityConfigProperty in software.amazon.awscdk.services.sagemaker
Classes in software.amazon.awscdk.services.sagemaker that implement CfnModelPackage.SecurityConfigPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnModelPackage.SecurityConfigProperty
Methods in software.amazon.awscdk.services.sagemaker that return CfnModelPackage.SecurityConfigPropertyModifier and TypeMethodDescriptionCfnModelPackage.SecurityConfigProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.sagemaker with parameters of type CfnModelPackage.SecurityConfigPropertyModifier and TypeMethodDescriptionCfnModelPackage.Builder.securityConfig
(CfnModelPackage.SecurityConfigProperty securityConfig) An optional AWS Key Management Service key to encrypt, decrypt, and re-encrypt model package information for regulated workloads with highly sensitive data.CfnModelPackageProps.Builder.securityConfig
(CfnModelPackage.SecurityConfigProperty securityConfig) Sets the value ofCfnModelPackageProps.getSecurityConfig()
void
CfnModelPackage.setSecurityConfig
(CfnModelPackage.SecurityConfigProperty value) An optional AWS Key Management Service key to encrypt, decrypt, and re-encrypt model package information for regulated workloads with highly sensitive data.