module Stratosphere.SecurityLake.Subscriber.SubscriberIdentityProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data SubscriberIdentityProperty :: Prelude.Type instance ToResourceProperties SubscriberIdentityProperty instance Prelude.Eq SubscriberIdentityProperty instance Prelude.Show SubscriberIdentityProperty instance JSON.ToJSON SubscriberIdentityProperty