amazonka-devops-guru-2.0: Amazon DevOps Guru SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomalyResource

Description

 
Synopsis

Documentation

data RecommendationRelatedAnomalyResource Source #

Information about a resource in which DevOps Guru detected anomalous behavior.

See: newRecommendationRelatedAnomalyResource smart constructor.

Constructors

RecommendationRelatedAnomalyResource' 

Fields

Instances

Instances details
FromJSON RecommendationRelatedAnomalyResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomalyResource

Generic RecommendationRelatedAnomalyResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomalyResource

Read RecommendationRelatedAnomalyResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomalyResource

Show RecommendationRelatedAnomalyResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomalyResource

NFData RecommendationRelatedAnomalyResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomalyResource

Eq RecommendationRelatedAnomalyResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomalyResource

Hashable RecommendationRelatedAnomalyResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomalyResource

type Rep RecommendationRelatedAnomalyResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomalyResource

type Rep RecommendationRelatedAnomalyResource = D1 ('MetaData "RecommendationRelatedAnomalyResource" "Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomalyResource" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "RecommendationRelatedAnomalyResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRecommendationRelatedAnomalyResource :: RecommendationRelatedAnomalyResource Source #

Create a value of RecommendationRelatedAnomalyResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:RecommendationRelatedAnomalyResource', recommendationRelatedAnomalyResource_name - The name of the resource.

$sel:type':RecommendationRelatedAnomalyResource', recommendationRelatedAnomalyResource_type - The type of the resource. Resource types take the same form that is used by Amazon Web Services CloudFormation resource type identifiers, service-provider::service-name::data-type-name. For example, AWS::RDS::DBCluster. For more information, see Amazon Web Services resource and property types reference in the Amazon Web Services CloudFormation User Guide.

recommendationRelatedAnomalyResource_type :: Lens' RecommendationRelatedAnomalyResource (Maybe Text) Source #

The type of the resource. Resource types take the same form that is used by Amazon Web Services CloudFormation resource type identifiers, service-provider::service-name::data-type-name. For example, AWS::RDS::DBCluster. For more information, see Amazon Web Services resource and property types reference in the Amazon Web Services CloudFormation User Guide.