Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
The resource element of a ResourceSet
See: newResource
smart constructor.
Resource' | |
|
Instances
newResource :: Resource Source #
Create a value of Resource
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:readinessScopes:Resource'
, resource_readinessScopes
- A list of RecoveryGroup ARNs and/or Cell ARNs that this resource is
contained within.
$sel:resourceArn:Resource'
, resource_resourceArn
- The ARN of the AWS resource, can be skipped if dnsTargetResource is used
$sel:componentId:Resource'
, resource_componentId
- The component id of the resource, generated by the service when
dnsTargetResource is used
$sel:dnsTargetResource:Resource'
, resource_dnsTargetResource
- Undocumented member.
resource_readinessScopes :: Lens' Resource (Maybe [Text]) Source #
A list of RecoveryGroup ARNs and/or Cell ARNs that this resource is contained within.
resource_resourceArn :: Lens' Resource (Maybe Text) Source #
The ARN of the AWS resource, can be skipped if dnsTargetResource is used
resource_componentId :: Lens' Resource (Maybe Text) Source #
The component id of the resource, generated by the service when dnsTargetResource is used
resource_dnsTargetResource :: Lens' Resource (Maybe DNSTargetResource) Source #
Undocumented member.