module Stratosphere.ACMPCA.Certificate.CustomAttributeProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data CustomAttributeProperty :: Prelude.Type instance ToResourceProperties CustomAttributeProperty instance Prelude.Eq CustomAttributeProperty instance Prelude.Show CustomAttributeProperty instance JSON.ToJSON CustomAttributeProperty