| 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.Organizations.Types.EnabledServicePrincipal
Description
Documentation
data EnabledServicePrincipal Source #
A structure that contains details of a service principal that represents an Amazon Web Services service that is enabled to integrate with Organizations.
See: newEnabledServicePrincipal smart constructor.
Constructors
| EnabledServicePrincipal' | |
Fields
| |
Instances
newEnabledServicePrincipal :: EnabledServicePrincipal Source #
Create a value of EnabledServicePrincipal 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:dateEnabled:EnabledServicePrincipal', enabledServicePrincipal_dateEnabled - The date that the service principal was enabled for integration with
Organizations.
$sel:servicePrincipal:EnabledServicePrincipal', enabledServicePrincipal_servicePrincipal - The name of the service principal. This is typically in the form of a
URL, such as: servicename.amazonaws.com.
enabledServicePrincipal_dateEnabled :: Lens' EnabledServicePrincipal (Maybe UTCTime) Source #
The date that the service principal was enabled for integration with Organizations.
enabledServicePrincipal_servicePrincipal :: Lens' EnabledServicePrincipal (Maybe Text) Source #
The name of the service principal. This is typically in the form of a
URL, such as: servicename.amazonaws.com.