Interface CfnAgent.S3IdentifierProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAgent.S3IdentifierProperty.Jsii$Proxy
- Enclosing class:
CfnAgent
@Stability(Stable)
public static interface CfnAgent.S3IdentifierProperty
extends software.amazon.jsii.JsiiSerializable
The identifier information for an Amazon S3 bucket.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.bedrock.*; S3IdentifierProperty s3IdentifierProperty = S3IdentifierProperty.builder() .s3BucketName("s3BucketName") .s3ObjectKey("s3ObjectKey") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAgent.S3IdentifierProperty
static final class
An implementation forCfnAgent.S3IdentifierProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3BucketName
The name of the S3 bucket.- See Also:
-
getS3ObjectKey
The S3 object key for the S3 resource.- See Also:
-
builder
-