interface PolicyStatusProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.S3ObjectLambda.CfnAccessPoint.PolicyStatusProperty |
![]() | software.amazon.awscdk.services.s3objectlambda.CfnAccessPoint.PolicyStatusProperty |
![]() | aws_cdk.aws_s3objectlambda.CfnAccessPoint.PolicyStatusProperty |
![]() | @aws-cdk/aws-s3objectlambda » CfnAccessPoint » PolicyStatusProperty |
Indicates whether this access point policy is public.
For more information about how Amazon S3 evaluates policies to determine whether they are public, see The Meaning of "Public" in the Amazon S3 User Guide .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as s3objectlambda from '@aws-cdk/aws-s3objectlambda';
const policyStatusProperty: s3objectlambda.CfnAccessPoint.PolicyStatusProperty = {
isPublic: false,
};
Properties
Name | Type | Description |
---|---|---|
is | boolean | IResolvable | CfnAccessPoint.PolicyStatusProperty.IsPublic . |
isPublic?
Type:
boolean |
IResolvable
(optional)
CfnAccessPoint.PolicyStatusProperty.IsPublic
.