| 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.SecurityProfile
Description
Synopsis
- data SecurityProfile = SecurityProfile' {}
- newSecurityProfile :: SecurityProfile
- securityProfile_allowedAccessControlTags :: Lens' SecurityProfile (Maybe (HashMap Text Text))
- securityProfile_arn :: Lens' SecurityProfile (Maybe Text)
- securityProfile_description :: Lens' SecurityProfile (Maybe Text)
- securityProfile_id :: Lens' SecurityProfile (Maybe Text)
- securityProfile_organizationResourceId :: Lens' SecurityProfile (Maybe Text)
- securityProfile_securityProfileName :: Lens' SecurityProfile (Maybe Text)
- securityProfile_tagRestrictedResources :: Lens' SecurityProfile (Maybe [Text])
- securityProfile_tags :: Lens' SecurityProfile (Maybe (HashMap Text Text))
Documentation
data SecurityProfile Source #
Contains information about a security profile.
See: newSecurityProfile smart constructor.
Constructors
| SecurityProfile' | |
Fields
| |
Instances
newSecurityProfile :: SecurityProfile Source #
Create a value of SecurityProfile 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:allowedAccessControlTags:SecurityProfile', securityProfile_allowedAccessControlTags - The list of tags that a security profile uses to restrict access to
resources in Amazon Connect.
$sel:arn:SecurityProfile', securityProfile_arn - The Amazon Resource Name (ARN) for the secruity profile.
$sel:description:SecurityProfile', securityProfile_description - The description of the security profile.
$sel:id:SecurityProfile', securityProfile_id - The identifier for the security profile.
$sel:organizationResourceId:SecurityProfile', securityProfile_organizationResourceId - The organization resource identifier for the security profile.
$sel:securityProfileName:SecurityProfile', securityProfile_securityProfileName - The name for the security profile.
$sel:tagRestrictedResources:SecurityProfile', securityProfile_tagRestrictedResources - The list of resources that a security profile applies tag restrictions
to in Amazon Connect.
$sel:tags:SecurityProfile', securityProfile_tags - The tags used to organize, track, or control access for this resource.
For example, { "tags": {"key1":"value1", "key2":"value2"} }.
securityProfile_allowedAccessControlTags :: Lens' SecurityProfile (Maybe (HashMap Text Text)) Source #
The list of tags that a security profile uses to restrict access to resources in Amazon Connect.
securityProfile_arn :: Lens' SecurityProfile (Maybe Text) Source #
The Amazon Resource Name (ARN) for the secruity profile.
securityProfile_description :: Lens' SecurityProfile (Maybe Text) Source #
The description of the security profile.
securityProfile_id :: Lens' SecurityProfile (Maybe Text) Source #
The identifier for the security profile.
securityProfile_organizationResourceId :: Lens' SecurityProfile (Maybe Text) Source #
The organization resource identifier for the security profile.
securityProfile_securityProfileName :: Lens' SecurityProfile (Maybe Text) Source #
The name for the security profile.
securityProfile_tagRestrictedResources :: Lens' SecurityProfile (Maybe [Text]) Source #
The list of resources that a security profile applies tag restrictions to in Amazon Connect.
securityProfile_tags :: Lens' SecurityProfile (Maybe (HashMap Text Text)) Source #
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.