amazonka-connect-2.0: Amazon Connect Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Connect.Types.SecurityProfile

Description

 
Synopsis

Documentation

data SecurityProfile Source #

Contains information about a security profile.

See: newSecurityProfile smart constructor.

Constructors

SecurityProfile' 

Fields

Instances

Instances details
FromJSON SecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfile

Generic SecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfile

Associated Types

type Rep SecurityProfile :: Type -> Type #

Read SecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfile

Show SecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfile

NFData SecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfile

Methods

rnf :: SecurityProfile -> () #

Eq SecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfile

Hashable SecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfile

type Rep SecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfile

type Rep SecurityProfile = D1 ('MetaData "SecurityProfile" "Amazonka.Connect.Types.SecurityProfile" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "SecurityProfile'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "allowedAccessControlTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "organizationResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "securityProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tagRestrictedResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

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_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"} }.