class Aws::Glue::Types::CreateSecurityConfigurationRequest

@note When making an API call, you may pass CreateSecurityConfigurationRequest

data as a hash:

    {
      name: "NameString", # required
      encryption_configuration: { # required
        s3_encryption: [
          {
            s3_encryption_mode: "DISABLED", # accepts DISABLED, SSE-KMS, SSE-S3
            kms_key_arn: "KmsKeyArn",
          },
        ],
        cloud_watch_encryption: {
          cloud_watch_encryption_mode: "DISABLED", # accepts DISABLED, SSE-KMS
          kms_key_arn: "KmsKeyArn",
        },
        job_bookmarks_encryption: {
          job_bookmarks_encryption_mode: "DISABLED", # accepts DISABLED, CSE-KMS
          kms_key_arn: "KmsKeyArn",
        },
      },
    }

@!attribute [rw] name

The name for the new security configuration.
@return [String]

@!attribute [rw] encryption_configuration

The encryption configuration for the new security configuration.
@return [Types::EncryptionConfiguration]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateSecurityConfigurationRequest AWS API Documentation

Constants

SENSITIVE