Class CfnAccessPointPolicy
The AWS::S3ObjectLambda::AccessPointPolicy resource specifies the Object Lambda Access Point resource policy document.
Inherited Members
Namespace: Amazon.CDK.AWS.S3ObjectLambda
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAccessPointPolicy : CfnResource, IInspectable, IAccessPointPolicyRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Class CfnAccessPointPolicy Inherits CfnResource Implements IInspectable, IAccessPointPolicyRef, IConstruct, IDependable, IEnvironmentAware
Remarks
CloudformationResource: AWS::S3ObjectLambda::AccessPointPolicy
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.AWS.S3ObjectLambda;
var policyDocument;
var cfnAccessPointPolicy = new CfnAccessPointPolicy(this, "MyCfnAccessPointPolicy", new CfnAccessPointPolicyProps {
ObjectLambdaAccessPoint = "objectLambdaAccessPoint",
PolicyDocument = policyDocument
});
Synopsis
Constructors
| CfnAccessPointPolicy(Construct, string, ICfnAccessPointPolicyProps) | Create a new |
Properties
| AccessPointPolicyRef | A reference to a AccessPointPolicy resource. |
| CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
| CfnProperties | The |
| CfnPropertyNames | The |
| 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. |
Methods
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| IsCfnAccessPointPolicy(object) | Checks whether the given object is a CfnAccessPointPolicy. |
| RenderProperties(IDictionary<string, object>) | The |
Constructors
CfnAccessPointPolicy(Construct, string, ICfnAccessPointPolicyProps)
Create a new AWS::S3ObjectLambda::AccessPointPolicy.
public CfnAccessPointPolicy(Construct scope, string id, ICfnAccessPointPolicyProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnAccessPointPolicyProps
Resource properties.
Remarks
CloudformationResource: AWS::S3ObjectLambda::AccessPointPolicy
ExampleMetadata: fixture=_generated
Properties
AccessPointPolicyRef
A reference to a AccessPointPolicy resource.
public virtual IAccessPointPolicyReference AccessPointPolicyRef { get; }
Property Value
Remarks
CloudformationResource: AWS::S3ObjectLambda::AccessPointPolicy
ExampleMetadata: fixture=_generated
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
CloudformationResource: AWS::S3ObjectLambda::AccessPointPolicy
ExampleMetadata: fixture=_generated
CfnProperties
The AWS::S3ObjectLambda::AccessPointPolicy resource specifies the Object Lambda Access Point resource policy document.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
CloudformationResource: AWS::S3ObjectLambda::AccessPointPolicy
ExampleMetadata: fixture=_generated
CfnPropertyNames
The AWS::S3ObjectLambda::AccessPointPolicy resource specifies the Object Lambda Access Point resource policy document.
protected override IDictionary<string, string> CfnPropertyNames { get; }
Property Value
Overrides
Remarks
CloudformationResource: AWS::S3ObjectLambda::AccessPointPolicy
ExampleMetadata: fixture=_generated
ObjectLambdaAccessPoint
An access point with an attached AWS Lambda function used to access transformed data from an Amazon S3 bucket.
public virtual string ObjectLambdaAccessPoint { get; set; }
Property Value
Remarks
CloudformationResource: AWS::S3ObjectLambda::AccessPointPolicy
ExampleMetadata: fixture=_generated
PolicyDocument
Object Lambda Access Point resource policy document.
public virtual object PolicyDocument { get; set; }
Property Value
Remarks
CloudformationResource: AWS::S3ObjectLambda::AccessPointPolicy
ExampleMetadata: fixture=_generated
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
Remarks
CloudformationResource: AWS::S3ObjectLambda::AccessPointPolicy
ExampleMetadata: fixture=_generated
IsCfnAccessPointPolicy(object)
Checks whether the given object is a CfnAccessPointPolicy.
public static bool IsCfnAccessPointPolicy(object x)
Parameters
- x object
Returns
Remarks
CloudformationResource: AWS::S3ObjectLambda::AccessPointPolicy
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
The AWS::S3ObjectLambda::AccessPointPolicy resource specifies the Object Lambda Access Point resource policy document.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
CloudformationResource: AWS::S3ObjectLambda::AccessPointPolicy
ExampleMetadata: fixture=_generated