/dhall-aws-cloudformation/gh-pages/cloudformation/AWS::EFS::FileSystem/Properties.dhall.html

Copy path to clipboard

Source

<!DOCTYPE HTML><html><head><title>/cloudformation/AWS::EFS::FileSystem/Properties.dhall</title><link rel="stylesheet" type="text/css" href="../../index.css"><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600;700&amp;family=Lato:ital,wght@0,400;0,700;1,400&amp;display=swap"><script type="text/javascript" src="../../index.js"></script><meta charset="UTF-8"></head><body><div class="nav-bar"><img class="dhall-icon" src="../../dhall-icon.svg"><p class="package-title">dhall-aws-cloudformation</p><div class="nav-bar-content-divider"></div><a id="switch-light-dark-mode" class="nav-option">Switch Light/Dark Mode</a></div><div class="main-container"><h2 class="doc-title"><span class="crumb-divider">/</span><a href="../../index.html">dhall-aws-cloudformation</a><span class="crumb-divider">/</span><a class="title-crumb" href="../index.html">cloudformation</a><span class="crumb-divider">/</span><a class="title-crumb" href="index.html">AWS::EFS::FileSystem</a><span class="crumb-divider">/</span><span class="title-crumb" href="index.html">Properties.dhall</span></h2><a class="copy-to-clipboard" data-path="https://raw.githubusercontent.com/jcouyang/dhall-aws-cloudformation/0.9.81/cloudformation/AWS::EFS::FileSystem/Properties.dhall"><i><small>Copy path to clipboard</small></i></a><br><div class="doc-contents"></div><h3>Source</h3><div class="source-code"><pre>{ Type =<br> { AvailabilityZoneName : Optional (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , BackupPolicy : Optional (<a href="./BackupPolicy.dhall.html">./BackupPolicy.dhall</a>).Type<br> , BypassPolicyLockoutSafetyCheck : Optional Bool<br> , Encrypted : Optional Bool<br> , FileSystemPolicy : Optional (<a href="./../../Prelude.dhall.html">./../../Prelude.dhall</a>).JSON.Type<br> , FileSystemProtection : Optional (<a href="./FileSystemProtection.dhall.html">./FileSystemProtection.dhall</a>).Type<br> , FileSystemTags : Optional (List (<a href="./ElasticFileSystemTag.dhall.html">./ElasticFileSystemTag.dhall</a>).Type)<br> , KmsKeyId : Optional (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , LifecyclePolicies : Optional (List (<a href="./LifecyclePolicy.dhall.html">./LifecyclePolicy.dhall</a>).Type)<br> , PerformanceMode : Optional (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , ProvisionedThroughputInMibps : Optional Double<br> , ReplicationConfiguration :<br> Optional (<a href="./ReplicationConfiguration.dhall.html">./ReplicationConfiguration.dhall</a>).Type<br> , ThroughputMode : Optional (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> }<br>, default =<br> { AvailabilityZoneName = None (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , BackupPolicy = None (<a href="./BackupPolicy.dhall.html">./BackupPolicy.dhall</a>).Type<br> , BypassPolicyLockoutSafetyCheck = None Bool<br> , Encrypted = None Bool<br> , FileSystemPolicy = None (<a href="./../../Prelude.dhall.html">./../../Prelude.dhall</a>).JSON.Type<br> , FileSystemProtection = None (<a href="./FileSystemProtection.dhall.html">./FileSystemProtection.dhall</a>).Type<br> , FileSystemTags = None (List (<a href="./ElasticFileSystemTag.dhall.html">./ElasticFileSystemTag.dhall</a>).Type)<br> , KmsKeyId = None (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , LifecyclePolicies = None (List (<a href="./LifecyclePolicy.dhall.html">./LifecyclePolicy.dhall</a>).Type)<br> , PerformanceMode = None (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , ProvisionedThroughputInMibps = None Double<br> , ReplicationConfiguration = None (<a href="./ReplicationConfiguration.dhall.html">./ReplicationConfiguration.dhall</a>).Type<br> , ThroughputMode = None (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> }<br>}<br></pre></div></div></body></html>