| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.SSMGuiConnect.Preferences.ConnectionRecordingPreferencesProperty
Documentation
data RecordingDestinationsProperty Source #
Constructors
| RecordingDestinationsProperty | |
Fields
| |
Instances
| ToJSON RecordingDestinationsProperty Source # | |||||
| Show RecordingDestinationsProperty Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences.RecordingDestinationsProperty Methods showsPrec :: Int -> RecordingDestinationsProperty -> ShowS # show :: RecordingDestinationsProperty -> String # showList :: [RecordingDestinationsProperty] -> ShowS # | |||||
| Eq RecordingDestinationsProperty Source # | |||||
| ToResourceProperties RecordingDestinationsProperty Source # | |||||
| Property "S3Buckets" RecordingDestinationsProperty Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences.RecordingDestinationsProperty Associated Types
Methods set :: PropertyType "S3Buckets" RecordingDestinationsProperty -> RecordingDestinationsProperty -> RecordingDestinationsProperty # | |||||
| type PropertyType "S3Buckets" RecordingDestinationsProperty Source # | |||||
data S3BucketProperty Source #
Constructors
| S3BucketProperty | |
Fields
| |
Instances
mkS3BucketProperty :: Value Text -> Value Text -> S3BucketProperty Source #
data ConnectionRecordingPreferencesProperty Source #
Constructors
| ConnectionRecordingPreferencesProperty | |
Fields | |
Instances
| ToJSON ConnectionRecordingPreferencesProperty Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences.ConnectionRecordingPreferencesProperty Methods toJSON :: ConnectionRecordingPreferencesProperty -> Value # toEncoding :: ConnectionRecordingPreferencesProperty -> Encoding # toJSONList :: [ConnectionRecordingPreferencesProperty] -> Value # toEncodingList :: [ConnectionRecordingPreferencesProperty] -> Encoding # omitField :: ConnectionRecordingPreferencesProperty -> Bool # | |||||
| Show ConnectionRecordingPreferencesProperty Source # | |||||
| Eq ConnectionRecordingPreferencesProperty Source # | |||||
| ToResourceProperties ConnectionRecordingPreferencesProperty Source # | |||||
| Property "KMSKeyArn" ConnectionRecordingPreferencesProperty Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences.ConnectionRecordingPreferencesProperty Associated Types
Methods set :: PropertyType "KMSKeyArn" ConnectionRecordingPreferencesProperty -> ConnectionRecordingPreferencesProperty -> ConnectionRecordingPreferencesProperty # | |||||
| Property "RecordingDestinations" ConnectionRecordingPreferencesProperty Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences.ConnectionRecordingPreferencesProperty Associated Types
Methods set :: PropertyType "RecordingDestinations" ConnectionRecordingPreferencesProperty -> ConnectionRecordingPreferencesProperty -> ConnectionRecordingPreferencesProperty # | |||||
| type PropertyType "KMSKeyArn" ConnectionRecordingPreferencesProperty Source # | |||||
| type PropertyType "RecordingDestinations" ConnectionRecordingPreferencesProperty Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences.ConnectionRecordingPreferencesProperty type PropertyType "RecordingDestinations" ConnectionRecordingPreferencesProperty = RecordingDestinationsProperty | |||||