Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.paymentcryptography.CfnKeyPropsMixin.Builder
Packages that use CfnKeyPropsMixin.Builder
-
Uses of CfnKeyPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.paymentcryptography
Methods in software.amazon.awscdk.cfnpropertymixins.services.paymentcryptography that return CfnKeyPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnKeyPropsMixin.BuilderCfnKeyPropsMixin.Builder.create()static CfnKeyPropsMixin.BuilderCfnKeyPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnKeyPropsMixin.Builder.deriveKeyUsage(String deriveKeyUsage) The cryptographic usage of an ECDH derived key as deļ¬ned in section A.5.2 of the TR-31 spec.Specifies whether the key is enabled.CfnKeyPropsMixin.Builder.enabled(IResolvable enabled) Specifies whether the key is enabled.CfnKeyPropsMixin.Builder.exportable(Boolean exportable) Specifies whether the key is exportable.CfnKeyPropsMixin.Builder.exportable(IResolvable exportable) Specifies whether the key is exportable.CfnKeyPropsMixin.Builder.keyAttributes(CfnKeyPropsMixin.KeyAttributesProperty keyAttributes) The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.CfnKeyPropsMixin.Builder.keyAttributes(IResolvable keyAttributes) The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.CfnKeyPropsMixin.Builder.keyCheckValueAlgorithm(String keyCheckValueAlgorithm) The algorithm that AWS Payment Cryptography uses to calculate the key check value (KCV).CfnKeyPropsMixin.Builder.replicationRegions(List<String> replicationRegions) The list of AWS Regions to remove from the key's replication configuration.