Interface CfnVectorBucketPolicyProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVectorBucketPolicyProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-10T13:40:14.264Z")
@Stability(Stable)
public interface CfnVectorBucketPolicyProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnVectorBucketPolicy.
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.s3vectors.*;
Object policy;
CfnVectorBucketPolicyProps cfnVectorBucketPolicyProps = CfnVectorBucketPolicyProps.builder()
.policy(policy)
// the properties below are optional
.vectorBucketArn("vectorBucketArn")
.vectorBucketName("vectorBucketName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVectorBucketPolicyPropsstatic final classAn implementation forCfnVectorBucketPolicyProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPolicy
- See Also:
-
getVectorBucketArn
The Amazon Resource Name (ARN) of the vector bucket.- See Also:
-
getVectorBucketName
The name of the vector bucket.- See Also:
-
builder
- Returns:
- a
CfnVectorBucketPolicyProps.BuilderofCfnVectorBucketPolicyProps
-