Show / Hide Table of Contents

Class CfnAccessPointPropsMixin.PolicyStatusProperty

Inheritance
object
CfnAccessPointPropsMixin.PolicyStatusProperty
Implements
CfnAccessPointPropsMixin.IPolicyStatusProperty
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 CfnAccessPointPropsMixin.PolicyStatusProperty : CfnAccessPointPropsMixin.IPolicyStatusProperty
Syntax (vb)
Public Class CfnAccessPointPropsMixin.PolicyStatusProperty Implements CfnAccessPointPropsMixin.IPolicyStatusProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3objectlambda-accesspoint-policystatus.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 policyStatusProperty = new PolicyStatusProperty {
                 IsPublic = false
             };

Synopsis

Constructors

PolicyStatusProperty()

Properties

IsPublic

Specifies whether the Object lambda Access Point Policy is Public or not.

Constructors

PolicyStatusProperty()

public PolicyStatusProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3objectlambda-accesspoint-policystatus.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 policyStatusProperty = new PolicyStatusProperty {
                 IsPublic = false
             };

Properties

IsPublic

Specifies whether the Object lambda Access Point Policy is Public or not.

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

object

Remarks

Object lambda Access Points are private by default.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3objectlambda-accesspoint-policystatus.html#cfn-s3objectlambda-accesspoint-policystatus-ispublic

Type union: either bool or IResolvable

Implements

CfnAccessPointPropsMixin.IPolicyStatusProperty
Back to top Generated by DocFX