Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data EnabledServicePrincipal Source #
A structure that contains details of a service principal that represents an AWS service that is enabled to integrate with AWS Organizations.
See: newEnabledServicePrincipal
smart constructor.
EnabledServicePrincipal' | |
|
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:servicePrincipal:EnabledServicePrincipal'
, enabledServicePrincipal_servicePrincipal
- The name of the service principal. This is typically in the form of a
URL, such as: servicename.amazonaws.com
.
$sel:dateEnabled:EnabledServicePrincipal'
, enabledServicePrincipal_dateEnabled
- The date that the service principal was enabled for integration with AWS
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
.
enabledServicePrincipal_dateEnabled :: Lens' EnabledServicePrincipal (Maybe UTCTime) Source #
The date that the service principal was enabled for integration with AWS Organizations.