| 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.Route53RecoveryReadiness.Types.ResourceSetOutput
Description
Synopsis
- data ResourceSetOutput = ResourceSetOutput' {
- tags :: Maybe (HashMap Text Text)
- resourceSetType :: Text
- resourceSetName :: Text
- resourceSetArn :: Text
- resources :: [Resource]
- newResourceSetOutput :: Text -> Text -> Text -> ResourceSetOutput
- resourceSetOutput_tags :: Lens' ResourceSetOutput (Maybe (HashMap Text Text))
- resourceSetOutput_resourceSetType :: Lens' ResourceSetOutput Text
- resourceSetOutput_resourceSetName :: Lens' ResourceSetOutput Text
- resourceSetOutput_resourceSetArn :: Lens' ResourceSetOutput Text
- resourceSetOutput_resources :: Lens' ResourceSetOutput [Resource]
Documentation
data ResourceSetOutput Source #
A collection of resources of the same type.
See: newResourceSetOutput smart constructor.
Constructors
| ResourceSetOutput' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> ResourceSetOutput |
Create a value of ResourceSetOutput 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:tags:ResourceSetOutput', resourceSetOutput_tags - Undocumented member.
$sel:resourceSetType:ResourceSetOutput', resourceSetOutput_resourceSetType - The resource type of the resources in the resource set. Enter one of the
following values for resource type:
AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource
$sel:resourceSetName:ResourceSetOutput', resourceSetOutput_resourceSetName - The name of the resource set.
$sel:resourceSetArn:ResourceSetOutput', resourceSetOutput_resourceSetArn - The Amazon Resource Name (ARN) for the resource set.
$sel:resources:ResourceSetOutput', resourceSetOutput_resources - A list of resource objects.
resourceSetOutput_tags :: Lens' ResourceSetOutput (Maybe (HashMap Text Text)) Source #
Undocumented member.
resourceSetOutput_resourceSetType :: Lens' ResourceSetOutput Text Source #
The resource type of the resources in the resource set. Enter one of the following values for resource type:
AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource
resourceSetOutput_resourceSetName :: Lens' ResourceSetOutput Text Source #
The name of the resource set.
resourceSetOutput_resourceSetArn :: Lens' ResourceSetOutput Text Source #
The Amazon Resource Name (ARN) for the resource set.
resourceSetOutput_resources :: Lens' ResourceSetOutput [Resource] Source #
A list of resource objects.