Module: AWSCDK::FSX::IFileSystem
Overview
Interface to implement FSx File Systems.
Class Method Summary collapse
Instance Method Summary collapse
-
#connections ⇒ AWSCDK::EC2::Connections
The network connections associated with this resource.
-
#file_system_id ⇒ String
The ID of the file system, assigned by Amazon FSx.
Class Method Details
.jsii_overridable_methods ⇒ Object
22 23 24 25 26 27 |
# File 'fsx/i_file_system.rb', line 22 def self.jsii_overridable_methods { :connections => { kind: :property, name: "connections", is_optional: false }, :file_system_id => { kind: :property, name: "fileSystemId", is_optional: false }, } end |
Instance Method Details
#connections ⇒ AWSCDK::EC2::Connections
The network connections associated with this resource.
11 12 13 |
# File 'fsx/i_file_system.rb', line 11 def connections() jsii_get_property("connections") end |
#file_system_id ⇒ String
The ID of the file system, assigned by Amazon FSx.
18 19 20 |
# File 'fsx/i_file_system.rb', line 18 def file_system_id() jsii_get_property("fileSystemId") end |