JobBookmarksEncryption
import "github.com/aws/aws-sdk-go/service/glue"
type JobBookmarksEncryption struct { JobBookmarksEncryptionMode *string `type:"string" enum:"JobBookmarksEncryptionMode"` KmsKeyArn *string `type:"string"` }
Specifies how Job bookmark data should be encrypted.
- JobBookmarksEncryptionMode
-
Type:
*string
The encryption mode to use for Job bookmarks data.
- KmsKeyArn
-
Type:
*string
The AWS ARN of the KMS key to be used to encrypt the data.
Method
GoString
func (s JobBookmarksEncryption) GoString() string
GoString returns the string representation
SetJobBookmarksEncryptionMode
func (s *JobBookmarksEncryption) SetJobBookmarksEncryptionMode(v string) *JobBookmarksEncryption
SetJobBookmarksEncryptionMode sets the JobBookmarksEncryptionMode field's value.
SetKmsKeyArn
func (s *JobBookmarksEncryption) SetKmsKeyArn(v string) *JobBookmarksEncryption
SetKmsKeyArn sets the KmsKeyArn field's value.
String
func (s JobBookmarksEncryption) String() string
String returns the string representation