Show / Hide Table of Contents

Class CfnAccessPointPolicy

The AWS::S3ObjectLambda::AccessPointPolicy resource specifies the Object Lambda Access Point resource policy document.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnAccessPointPolicy
Implements
IInspectable
IAccessPointPolicyRef
IConstruct
IDependable
IEnvironmentAware
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyCrossStackReferenceStrength(ReferenceStrength)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.CfnPropertyName(string)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.With(params IMixin[])
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
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

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

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 AWS::S3ObjectLambda::AccessPointPolicy.

Properties

AccessPointPolicyRef

A reference to a AccessPointPolicy resource.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties

The AWS::S3ObjectLambda::AccessPointPolicy resource specifies the Object Lambda Access Point resource policy document.

CfnPropertyNames

The AWS::S3ObjectLambda::AccessPointPolicy resource specifies the Object Lambda Access Point resource policy document.

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 AWS::S3ObjectLambda::AccessPointPolicy resource specifies the Object Lambda Access Point resource policy document.

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

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

CloudformationResource: AWS::S3ObjectLambda::AccessPointPolicy

ExampleMetadata: fixture=_generated

Properties

AccessPointPolicyRef

A reference to a AccessPointPolicy resource.

public virtual IAccessPointPolicyReference AccessPointPolicyRef { get; }
Property Value

IAccessPointPolicyReference

Remarks

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

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

string

Remarks

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

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

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

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

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

IDictionary<string, string>

Overrides
CfnResource.CfnPropertyNames
Remarks

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

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

string

Remarks

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

CloudformationResource: AWS::S3ObjectLambda::AccessPointPolicy

ExampleMetadata: fixture=_generated

PolicyDocument

Object Lambda Access Point resource policy document.

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

object

Remarks

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

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

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

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

bool

Remarks

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

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

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

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

CloudformationResource: AWS::S3ObjectLambda::AccessPointPolicy

ExampleMetadata: fixture=_generated

Implements

IInspectable
IAccessPointPolicyRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
Back to top Generated by DocFX