Class CfnAccessPointPropsMixin.PolicyStatusProperty
Implements
Inherited Members
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
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
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
Remarks
Object lambda Access Points are private by default.
Type union: either bool or IResolvable