Struct: kms.ConnectCustomKeyStoreInput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, request.Validator, s3manager.WriterReadFrom
Structure Field Summary collapse
-
CustomKeyStoreId *string
Enter the key store ID of the custom key store that you want to connect.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetCustomKeyStoreId(string) *ConnectCustomKeyStoreInput
operation
SetCustomKeyStoreId sets the CustomKeyStoreId field's value.
-
String() string
operation
String returns the string representation.
-
Validate() error
operation
Validate inspects the fields of the type to determine if they are valid.
Structure Field Details
CustomKeyStoreId *string
`min:"1" type:"string" required:"true"`
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.
CustomKeyStoreId is a required field
_ struct{}
`type:"structure"`
Method Details
func (s ConnectCustomKeyStoreInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as “sensitive” in the API will not be included in the string output. The member name will be present, but the value will be replaced with “sensitive”.
8528 8529 8530 |
// File 'service/kms/api.go', line 8528
|
func (s *ConnectCustomKeyStoreInput) SetCustomKeyStoreId(v string) *ConnectCustomKeyStoreInput
SetCustomKeyStoreId sets the CustomKeyStoreId field's value.
8549 8550 8551 8552 |
// File 'service/kms/api.go', line 8549
|
func (s ConnectCustomKeyStoreInput) String() string
String returns the string representation.
API parameter values that are decorated as “sensitive” in the API will not be included in the string output. The member name will be present, but the value will be replaced with “sensitive”.
8519 8520 8521 |
// File 'service/kms/api.go', line 8519
|
func (s *ConnectCustomKeyStoreInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
8533 8534 8535 8536 8537 8538 8539 8540 8541 8542 8543 8544 8545 8546 |
// File 'service/kms/api.go', line 8533
|