/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Specifies the path to the S3 location where you want to store job artifacts
* and the encryption key used to store them.See Also:
AWS
* API Reference
The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to * encrypt the job training artifacts at rest using Amazon S3 server-side * encryption.
*/ inline const Aws::String& GetKmsKeyId() const{ return m_kmsKeyId; } /** *The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to * encrypt the job training artifacts at rest using Amazon S3 server-side * encryption.
*/ inline bool KmsKeyIdHasBeenSet() const { return m_kmsKeyIdHasBeenSet; } /** *The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to * encrypt the job training artifacts at rest using Amazon S3 server-side * encryption.
*/ inline void SetKmsKeyId(const Aws::String& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = value; } /** *The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to * encrypt the job training artifacts at rest using Amazon S3 server-side * encryption.
*/ inline void SetKmsKeyId(Aws::String&& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = std::move(value); } /** *The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to * encrypt the job training artifacts at rest using Amazon S3 server-side * encryption.
*/ inline void SetKmsKeyId(const char* value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId.assign(value); } /** *The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to * encrypt the job training artifacts at rest using Amazon S3 server-side * encryption.
*/ inline JobOutputDataConfig& WithKmsKeyId(const Aws::String& value) { SetKmsKeyId(value); return *this;} /** *The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to * encrypt the job training artifacts at rest using Amazon S3 server-side * encryption.
*/ inline JobOutputDataConfig& WithKmsKeyId(Aws::String&& value) { SetKmsKeyId(std::move(value)); return *this;} /** *The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to * encrypt the job training artifacts at rest using Amazon S3 server-side * encryption.
*/ inline JobOutputDataConfig& WithKmsKeyId(const char* value) { SetKmsKeyId(value); return *this;} /** *Identifies the S3 path where you want Amazon Braket to store the job training
* artifacts. For example, s3://bucket-name/key-name-prefix
.
Identifies the S3 path where you want Amazon Braket to store the job training
* artifacts. For example, s3://bucket-name/key-name-prefix
.
Identifies the S3 path where you want Amazon Braket to store the job training
* artifacts. For example, s3://bucket-name/key-name-prefix
.
Identifies the S3 path where you want Amazon Braket to store the job training
* artifacts. For example, s3://bucket-name/key-name-prefix
.
Identifies the S3 path where you want Amazon Braket to store the job training
* artifacts. For example, s3://bucket-name/key-name-prefix
.
Identifies the S3 path where you want Amazon Braket to store the job training
* artifacts. For example, s3://bucket-name/key-name-prefix
.
Identifies the S3 path where you want Amazon Braket to store the job training
* artifacts. For example, s3://bucket-name/key-name-prefix
.
Identifies the S3 path where you want Amazon Braket to store the job training
* artifacts. For example, s3://bucket-name/key-name-prefix
.