ConnectCustomKeyStoreRequest

public struct ConnectCustomKeyStoreRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Enter the key store ID of the custom key store that you want to connect. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.

    Declaration

    Swift

    public let customKeyStoreId: String
  • Undocumented

    Declaration

    Swift

    public init(customKeyStoreId: String)
  • Declaration

    Swift

    public func validate(name: String) throws