Interface FileSystemPolicyReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FileSystemPolicyReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.129.0 (build eaca441)",
date="2026-05-13T16:55:20.486Z")
@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
-