NAME
Paws::SageMaker::S3StorageConfig
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::SageMaker::S3StorageConfig object:
$service_obj->Method(Att1 => { KmsKeyId => $value, ..., S3Uri => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::SageMaker::S3StorageConfig object:
$result = $service_obj->Method(...);
$result->Att1->KmsKeyId
DESCRIPTION
The Amazon Simple Storage (Amazon S3) location and and security configuration for OfflineStore
.
ATTRIBUTES
KmsKeyId => Str
The Amazon Web Services Key Management Service (KMS) key ID of the key used to encrypt any objects written into the OfflineStore
S3 location.
The IAM roleARN
that is passed as a parameter to CreateFeatureGroup
must have below permissions to the KmsKeyId
:
"kms:GenerateDataKey"
ResolvedOutputS3Uri => Str
The S3 path where offline records are written.
REQUIRED S3Uri => Str
The S3 URI, or location in Amazon S3, of OfflineStore
.
S3 URIs have a format similar to the following: s3://example-bucket/prefix/
.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::SageMaker
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues