Interface CfnBrowserCustom.S3LocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBrowserCustom.S3LocationProperty.Jsii$Proxy
- Enclosing class:
CfnBrowserCustom
@Stability(Stable)
public static interface CfnBrowserCustom.S3LocationProperty
extends software.amazon.jsii.JsiiSerializable
S3 Location Configuration.
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.bedrockagentcore.*; S3LocationProperty s3LocationProperty = S3LocationProperty.builder() .bucket("bucket") .prefix("prefix") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBrowserCustom.S3LocationProperty
static final class
An implementation forCfnBrowserCustom.S3LocationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucket
- See Also:
-
getPrefix
- See Also:
-
builder
-