Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.DevOpsGuru.Types.RecommendationRelatedAnomalyResource
Description
Synopsis
- data RecommendationRelatedAnomalyResource = RecommendationRelatedAnomalyResource' {}
- newRecommendationRelatedAnomalyResource :: RecommendationRelatedAnomalyResource
- recommendationRelatedAnomalyResource_name :: Lens' RecommendationRelatedAnomalyResource (Maybe Text)
- recommendationRelatedAnomalyResource_type :: Lens' RecommendationRelatedAnomalyResource (Maybe Text)
Documentation
data RecommendationRelatedAnomalyResource Source #
Information about a resource in which DevOps Guru detected anomalous behavior.
See: newRecommendationRelatedAnomalyResource
smart constructor.
Constructors
RecommendationRelatedAnomalyResource' | |
Fields
|
Instances
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_name :: Lens' RecommendationRelatedAnomalyResource (Maybe Text) Source #
The name of the resource.
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.