IS3PublicAccessBlockConfiguration
Interface in AWS.S3
Interface for IS3PublicAccessBlockConfiguration documents.
Properties
BlockPublicAcls
property BlockPublicAcls: TOptional<Boolean>
Specifies whether Amazon S3 should block public Access Control Lists (ACLs) for this bucket and contained objects.
BlockPublicPolicy
property BlockPublicPolicy: TOptional<Boolean>
Specifies whether Amazon S3 should block public bucket policies for this bucket.
IgnorePublicAcls
property IgnorePublicAcls: TOptional<Boolean>
Specifies whether Amazon S3 should ignore public Access Control Lists (ACLs) for this bucket.
RestrictPublicBuckets
property RestrictPublicBuckets: TOptional<Boolean>
Specifies whether Amazon S3 should restrict public bucket policies for this bucket.
Methods
ToString
function ToString: string;
Convert to string.
Returns
A string containing the XML representation.
ToXML
function ToXML: IXMLDocument;
Convert to XML.
Returns
An XML representation.