Show / Hide Table of Contents

Class CfnAccessPointPolicyMixinProps

Properties for CfnAccessPointPolicyPropsMixin.

Inheritance
object
CfnAccessPointPolicyMixinProps
Implements
ICfnAccessPointPolicyMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.S3ObjectLambda
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAccessPointPolicyMixinProps : ICfnAccessPointPolicyMixinProps
Syntax (vb)
Public Class CfnAccessPointPolicyMixinProps Implements ICfnAccessPointPolicyMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3objectlambda-accesspointpolicy.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.CfnPropertyMixins.AWS.S3ObjectLambda;

             var policyDocument;

             var cfnAccessPointPolicyMixinProps = new CfnAccessPointPolicyMixinProps {
                 ObjectLambdaAccessPoint = "objectLambdaAccessPoint",
                 PolicyDocument = policyDocument
             };

Synopsis

Constructors

CfnAccessPointPolicyMixinProps()

Properties for CfnAccessPointPolicyPropsMixin.

Properties

ObjectLambdaAccessPoint

An access point with an attached AWS Lambda function used to access transformed data from an Amazon S3 bucket.

PolicyDocument

Object Lambda Access Point resource policy document.

Constructors

CfnAccessPointPolicyMixinProps()

Properties for CfnAccessPointPolicyPropsMixin.

public CfnAccessPointPolicyMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3objectlambda-accesspointpolicy.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.CfnPropertyMixins.AWS.S3ObjectLambda;

             var policyDocument;

             var cfnAccessPointPolicyMixinProps = new CfnAccessPointPolicyMixinProps {
                 ObjectLambdaAccessPoint = "objectLambdaAccessPoint",
                 PolicyDocument = policyDocument
             };

Properties

ObjectLambdaAccessPoint

An access point with an attached AWS Lambda function used to access transformed data from an Amazon S3 bucket.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3objectlambda-accesspointpolicy.html#cfn-s3objectlambda-accesspointpolicy-objectlambdaaccesspoint

PolicyDocument

Object Lambda Access Point resource policy document.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3objectlambda-accesspointpolicy.html#cfn-s3objectlambda-accesspointpolicy-policydocument

Implements

ICfnAccessPointPolicyMixinProps
Back to top Generated by DocFX