| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.WorkSpacesWeb.DataProtectionSettings.InlineRedactionConfigurationProperty
Documentation
data CustomPatternProperty Source #
Constructors
| CustomPatternProperty | |
Fields
| |
Instances
data InlineRedactionPatternProperty Source #
Constructors
| InlineRedactionPatternProperty | |
Fields | |
Instances
| ToJSON InlineRedactionPatternProperty Source # | |||||
| Show InlineRedactionPatternProperty Source # | |||||
| Eq InlineRedactionPatternProperty Source # | |||||
| ToResourceProperties InlineRedactionPatternProperty Source # | |||||
| Property "BuiltInPatternId" InlineRedactionPatternProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.DataProtectionSettings.InlineRedactionPatternProperty Associated Types
Methods set :: PropertyType "BuiltInPatternId" InlineRedactionPatternProperty -> InlineRedactionPatternProperty -> InlineRedactionPatternProperty # | |||||
| Property "ConfidenceLevel" InlineRedactionPatternProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.DataProtectionSettings.InlineRedactionPatternProperty Associated Types
Methods set :: PropertyType "ConfidenceLevel" InlineRedactionPatternProperty -> InlineRedactionPatternProperty -> InlineRedactionPatternProperty # | |||||
| Property "CustomPattern" InlineRedactionPatternProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.DataProtectionSettings.InlineRedactionPatternProperty Associated Types
Methods set :: PropertyType "CustomPattern" InlineRedactionPatternProperty -> InlineRedactionPatternProperty -> InlineRedactionPatternProperty # | |||||
| Property "EnforcedUrls" InlineRedactionPatternProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.DataProtectionSettings.InlineRedactionPatternProperty Associated Types
Methods set :: PropertyType "EnforcedUrls" InlineRedactionPatternProperty -> InlineRedactionPatternProperty -> InlineRedactionPatternProperty # | |||||
| Property "ExemptUrls" InlineRedactionPatternProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.DataProtectionSettings.InlineRedactionPatternProperty Associated Types
Methods set :: PropertyType "ExemptUrls" InlineRedactionPatternProperty -> InlineRedactionPatternProperty -> InlineRedactionPatternProperty # | |||||
| Property "RedactionPlaceHolder" InlineRedactionPatternProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.DataProtectionSettings.InlineRedactionPatternProperty Associated Types
Methods set :: PropertyType "RedactionPlaceHolder" InlineRedactionPatternProperty -> InlineRedactionPatternProperty -> InlineRedactionPatternProperty # | |||||
| type PropertyType "BuiltInPatternId" InlineRedactionPatternProperty Source # | |||||
| type PropertyType "ConfidenceLevel" InlineRedactionPatternProperty Source # | |||||
| type PropertyType "CustomPattern" InlineRedactionPatternProperty Source # | |||||
| type PropertyType "EnforcedUrls" InlineRedactionPatternProperty Source # | |||||
| type PropertyType "ExemptUrls" InlineRedactionPatternProperty Source # | |||||
| type PropertyType "RedactionPlaceHolder" InlineRedactionPatternProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.DataProtectionSettings.InlineRedactionPatternProperty type PropertyType "RedactionPlaceHolder" InlineRedactionPatternProperty = RedactionPlaceHolderProperty | |||||
data RedactionPlaceHolderProperty Source #
Constructors
| RedactionPlaceHolderProperty | |
Fields | |
Instances
| ToJSON RedactionPlaceHolderProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.DataProtectionSettings.RedactionPlaceHolderProperty Methods toJSON :: RedactionPlaceHolderProperty -> Value # toEncoding :: RedactionPlaceHolderProperty -> Encoding # toJSONList :: [RedactionPlaceHolderProperty] -> Value # toEncodingList :: [RedactionPlaceHolderProperty] -> Encoding # | |||||
| Show RedactionPlaceHolderProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.DataProtectionSettings.RedactionPlaceHolderProperty Methods showsPrec :: Int -> RedactionPlaceHolderProperty -> ShowS # show :: RedactionPlaceHolderProperty -> String # showList :: [RedactionPlaceHolderProperty] -> ShowS # | |||||
| Eq RedactionPlaceHolderProperty Source # | |||||
| ToResourceProperties RedactionPlaceHolderProperty Source # | |||||
| Property "RedactionPlaceHolderText" RedactionPlaceHolderProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.DataProtectionSettings.RedactionPlaceHolderProperty Associated Types
Methods set :: PropertyType "RedactionPlaceHolderText" RedactionPlaceHolderProperty -> RedactionPlaceHolderProperty -> RedactionPlaceHolderProperty # | |||||
| Property "RedactionPlaceHolderType" RedactionPlaceHolderProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.DataProtectionSettings.RedactionPlaceHolderProperty Associated Types
Methods set :: PropertyType "RedactionPlaceHolderType" RedactionPlaceHolderProperty -> RedactionPlaceHolderProperty -> RedactionPlaceHolderProperty # | |||||
| type PropertyType "RedactionPlaceHolderText" RedactionPlaceHolderProperty Source # | |||||
| type PropertyType "RedactionPlaceHolderType" RedactionPlaceHolderProperty Source # | |||||
mkInlineRedactionPatternProperty :: RedactionPlaceHolderProperty -> InlineRedactionPatternProperty Source #
data InlineRedactionConfigurationProperty Source #
Constructors
| InlineRedactionConfigurationProperty | |
Fields | |
Instances
| ToJSON InlineRedactionConfigurationProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.DataProtectionSettings.InlineRedactionConfigurationProperty | |||||
| Show InlineRedactionConfigurationProperty Source # | |||||
| Eq InlineRedactionConfigurationProperty Source # | |||||
| ToResourceProperties InlineRedactionConfigurationProperty Source # | |||||
| Property "GlobalConfidenceLevel" InlineRedactionConfigurationProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.DataProtectionSettings.InlineRedactionConfigurationProperty Associated Types
Methods set :: PropertyType "GlobalConfidenceLevel" InlineRedactionConfigurationProperty -> InlineRedactionConfigurationProperty -> InlineRedactionConfigurationProperty # | |||||
| Property "GlobalEnforcedUrls" InlineRedactionConfigurationProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.DataProtectionSettings.InlineRedactionConfigurationProperty Associated Types
Methods set :: PropertyType "GlobalEnforcedUrls" InlineRedactionConfigurationProperty -> InlineRedactionConfigurationProperty -> InlineRedactionConfigurationProperty # | |||||
| Property "GlobalExemptUrls" InlineRedactionConfigurationProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.DataProtectionSettings.InlineRedactionConfigurationProperty Associated Types
Methods set :: PropertyType "GlobalExemptUrls" InlineRedactionConfigurationProperty -> InlineRedactionConfigurationProperty -> InlineRedactionConfigurationProperty # | |||||
| Property "InlineRedactionPatterns" InlineRedactionConfigurationProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.DataProtectionSettings.InlineRedactionConfigurationProperty Associated Types
Methods set :: PropertyType "InlineRedactionPatterns" InlineRedactionConfigurationProperty -> InlineRedactionConfigurationProperty -> InlineRedactionConfigurationProperty # | |||||
| type PropertyType "GlobalConfidenceLevel" InlineRedactionConfigurationProperty Source # | |||||
| type PropertyType "GlobalEnforcedUrls" InlineRedactionConfigurationProperty Source # | |||||
| type PropertyType "GlobalExemptUrls" InlineRedactionConfigurationProperty Source # | |||||
| type PropertyType "InlineRedactionPatterns" InlineRedactionConfigurationProperty Source # | |||||
Defined in Stratosphere.WorkSpacesWeb.DataProtectionSettings.InlineRedactionConfigurationProperty type PropertyType "InlineRedactionPatterns" InlineRedactionConfigurationProperty = [InlineRedactionPatternProperty] | |||||