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.SecurityProfileSearchSummary

Description

 
Synopsis

Documentation

data SecurityProfileSearchSummary Source #

Information about the returned security profiles.

See: newSecurityProfileSearchSummary smart constructor.

Constructors

SecurityProfileSearchSummary' 

Fields

Instances

Instances details
FromJSON SecurityProfileSearchSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfileSearchSummary

Generic SecurityProfileSearchSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfileSearchSummary

Associated Types

type Rep SecurityProfileSearchSummary :: Type -> Type #

Read SecurityProfileSearchSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfileSearchSummary

Show SecurityProfileSearchSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfileSearchSummary

NFData SecurityProfileSearchSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfileSearchSummary

Eq SecurityProfileSearchSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfileSearchSummary

Hashable SecurityProfileSearchSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfileSearchSummary

type Rep SecurityProfileSearchSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfileSearchSummary

type Rep SecurityProfileSearchSummary = D1 ('MetaData "SecurityProfileSearchSummary" "Amazonka.Connect.Types.SecurityProfileSearchSummary" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "SecurityProfileSearchSummary'" 'PrefixI 'True) ((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 "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

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