Show / Hide Table of Contents

Class CfnVectorBucketPolicyMixinProps

Properties for CfnVectorBucketPolicyPropsMixin.

Inheritance
object
CfnVectorBucketPolicyMixinProps
Implements
ICfnVectorBucketPolicyMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.S3Vectors.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnVectorBucketPolicyMixinProps : ICfnVectorBucketPolicyMixinProps
Syntax (vb)
Public Class CfnVectorBucketPolicyMixinProps Implements ICfnVectorBucketPolicyMixinProps
Remarks

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

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.S3Vectors.Mixins;

             var policy;

             var cfnVectorBucketPolicyMixinProps = new CfnVectorBucketPolicyMixinProps {
                 Policy = policy,
                 VectorBucketArn = "vectorBucketArn",
                 VectorBucketName = "vectorBucketName"
             };

Synopsis

Constructors

CfnVectorBucketPolicyMixinProps()

Properties for CfnVectorBucketPolicyPropsMixin.

Properties

Policy

A policy document containing permissions to add to the specified vector bucket.

VectorBucketArn

The Amazon Resource Name (ARN) of the S3 vector bucket to which the policy applies.

VectorBucketName

The name of the S3 vector bucket to which the policy applies.

Constructors

CfnVectorBucketPolicyMixinProps()

Properties for CfnVectorBucketPolicyPropsMixin.

public CfnVectorBucketPolicyMixinProps()
Remarks

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

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.S3Vectors.Mixins;

             var policy;

             var cfnVectorBucketPolicyMixinProps = new CfnVectorBucketPolicyMixinProps {
                 Policy = policy,
                 VectorBucketArn = "vectorBucketArn",
                 VectorBucketName = "vectorBucketName"
             };

Properties

Policy

A policy document containing permissions to add to the specified vector bucket.

public object? Policy { get; set; }
Property Value

object

Remarks

In IAM , you must provide policy documents in JSON format. However, in CloudFormation you can provide the policy in JSON or YAML format because CloudFormation converts YAML to JSON before submitting it to IAM .

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

VectorBucketArn

The Amazon Resource Name (ARN) of the S3 vector bucket to which the policy applies.

public string? VectorBucketArn { get; set; }
Property Value

string

Remarks

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

VectorBucketName

The name of the S3 vector bucket to which the policy applies.

public string? VectorBucketName { get; set; }
Property Value

string

Remarks

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

Implements

ICfnVectorBucketPolicyMixinProps
Back to top Generated by DocFX