Class CfnAccessPointPolicyMixinProps
Properties for CfnAccessPointPolicyPropsMixin.
Implements
Inherited Members
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
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
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
Remarks
PolicyDocument
Object Lambda Access Point resource policy document.
public object? PolicyDocument { get; set; }