CfnVectorBucketPolicyProps

class aws_cdk.aws_s3vectors.CfnVectorBucketPolicyProps(*, policy, vector_bucket_arn=None, vector_bucket_name=None)

Bases: object

Properties for defining a CfnVectorBucketPolicy.

Parameters:
  • policy (Any)

  • vector_bucket_arn (Optional[str]) – The Amazon Resource Name (ARN) of the vector bucket.

  • vector_bucket_name (Optional[str]) – The name of the vector bucket.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3vectors-vectorbucketpolicy.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_s3vectors as s3vectors

# policy: Any

cfn_vector_bucket_policy_props = s3vectors.CfnVectorBucketPolicyProps(
    policy=policy,

    # the properties below are optional
    vector_bucket_arn="vectorBucketArn",
    vector_bucket_name="vectorBucketName"
)

Attributes

policy

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3vectors-vectorbucketpolicy.html#cfn-s3vectors-vectorbucketpolicy-policy

Type:

see

vector_bucket_arn

The Amazon Resource Name (ARN) of the vector bucket.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3vectors-vectorbucketpolicy.html#cfn-s3vectors-vectorbucketpolicy-vectorbucketarn

vector_bucket_name

The name of the vector bucket.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3vectors-vectorbucketpolicy.html#cfn-s3vectors-vectorbucketpolicy-vectorbucketname