| 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.Connect.Types.SecurityProfileSearchSummary
Description
Synopsis
- data SecurityProfileSearchSummary = SecurityProfileSearchSummary' {}
- newSecurityProfileSearchSummary :: SecurityProfileSearchSummary
- securityProfileSearchSummary_arn :: Lens' SecurityProfileSearchSummary (Maybe Text)
- securityProfileSearchSummary_description :: Lens' SecurityProfileSearchSummary (Maybe Text)
- securityProfileSearchSummary_id :: Lens' SecurityProfileSearchSummary (Maybe Text)
- securityProfileSearchSummary_organizationResourceId :: Lens' SecurityProfileSearchSummary (Maybe Text)
- securityProfileSearchSummary_securityProfileName :: Lens' SecurityProfileSearchSummary (Maybe Text)
- securityProfileSearchSummary_tags :: Lens' SecurityProfileSearchSummary (Maybe (HashMap Text Text))
Documentation
data SecurityProfileSearchSummary Source #
Information about the returned security profiles.
See: newSecurityProfileSearchSummary smart constructor.
Constructors
| SecurityProfileSearchSummary' | |
Fields
| |
Instances
newSecurityProfileSearchSummary :: SecurityProfileSearchSummary Source #
Create a value of SecurityProfileSearchSummary 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:arn:SecurityProfileSearchSummary', securityProfileSearchSummary_arn - The Amazon Resource Name (ARN) of the security profile.
$sel:description:SecurityProfileSearchSummary', securityProfileSearchSummary_description - The description of the security profile.
$sel:id:SecurityProfileSearchSummary', securityProfileSearchSummary_id - The identifier of the security profile.
$sel:organizationResourceId:SecurityProfileSearchSummary', securityProfileSearchSummary_organizationResourceId - The organization resource identifier.
$sel:securityProfileName:SecurityProfileSearchSummary', securityProfileSearchSummary_securityProfileName - The name of the security profile.
$sel:tags:SecurityProfileSearchSummary', securityProfileSearchSummary_tags - The tags used to organize, track, or control access for this resource.
For example, { "tags": {"key1":"value1", "key2":"value2"} }.
securityProfileSearchSummary_arn :: Lens' SecurityProfileSearchSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the security profile.
securityProfileSearchSummary_description :: Lens' SecurityProfileSearchSummary (Maybe Text) Source #
The description of the security profile.
securityProfileSearchSummary_id :: Lens' SecurityProfileSearchSummary (Maybe Text) Source #
The identifier of the security profile.
securityProfileSearchSummary_organizationResourceId :: Lens' SecurityProfileSearchSummary (Maybe Text) Source #
The organization resource identifier.
securityProfileSearchSummary_securityProfileName :: Lens' SecurityProfileSearchSummary (Maybe Text) Source #
The name of the security profile.
securityProfileSearchSummary_tags :: Lens' SecurityProfileSearchSummary (Maybe (HashMap Text Text)) Source #
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.