Interface CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.Jsii$Proxy
- Enclosing class:
CfnModelInvocationJobPropsMixin
@Stability(Stable)
public static interface CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty
extends software.amazon.jsii.JsiiSerializable
Contains the configuration of the S3 location of the output data.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.bedrock.*;
ModelInvocationJobS3OutputDataConfigProperty modelInvocationJobS3OutputDataConfigProperty = ModelInvocationJobS3OutputDataConfigProperty.builder()
.s3BucketOwner("s3BucketOwner")
.s3EncryptionKeyId("s3EncryptionKeyId")
.s3Uri("s3Uri")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3BucketOwner
The ID of the AWS account that owns the S3 bucket containing the output data.- See Also:
-
getS3EncryptionKeyId
The unique identifier of the key that encrypts the S3 location of the output data.- See Also:
-
getS3Uri
The S3 location of the output data.- See Also:
-
builder
@Stability(Stable) static CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.Builder builder()
-