Interface FileSystemPolicyReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FileSystemPolicyReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-14T18:32:07.524Z")
@Stability(Stable)
public interface FileSystemPolicyReference
extends software.amazon.jsii.JsiiSerializable
A reference to a FileSystemPolicy resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.s3files.*;
FileSystemPolicyReference fileSystemPolicyReference = FileSystemPolicyReference.builder()
.fileSystemId("fileSystemId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forFileSystemPolicyReferencestatic final classAn implementation forFileSystemPolicyReference -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFileSystemId
The FileSystemId of the FileSystemPolicy resource. -
builder
- Returns:
- a
FileSystemPolicyReference.BuilderofFileSystemPolicyReference
-