public static interface AccessDetail.Builder extends SdkPojo, CopyableBuilder<AccessDetail.Builder,AccessDetail>
| Modifier and Type | Method and Description |
|---|---|
AccessDetail.Builder |
entityPath(String entityPath)
The path of the Organizations entity (root, organizational unit, or account) from which an authenticated
principal last attempted to access the service.
|
AccessDetail.Builder |
lastAuthenticatedTime(Instant lastAuthenticatedTime)
The date and time, in ISO 8601 date-time format, when an
authenticated principal most recently attempted to access the service.
|
AccessDetail.Builder |
region(String region)
The Region where the last service access attempt occurred.
|
AccessDetail.Builder |
serviceName(String serviceName)
The name of the service in which access was attempted.
|
AccessDetail.Builder |
serviceNamespace(String serviceNamespace)
The namespace of the service in which access was attempted.
|
AccessDetail.Builder |
totalAuthenticatedEntities(Integer totalAuthenticatedEntities)
The number of accounts with authenticated principals (root users, IAM users, and IAM roles) that attempted to
access the service in the tracking period.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccessDetail.Builder serviceName(String serviceName)
The name of the service in which access was attempted.
serviceName - The name of the service in which access was attempted.AccessDetail.Builder serviceNamespace(String serviceNamespace)
The namespace of the service in which access was attempted.
To learn the service namespace of a service, see Actions, resources, and condition keys for Amazon Web Services services in the Service Authorization
Reference. Choose the name of the service to view details for that service. In the first paragraph, find
the service prefix. For example, (service prefix: a4b). For more information about service
namespaces, see Amazon Web Services service namespaces in the Amazon Web Services General Reference.
serviceNamespace - The namespace of the service in which access was attempted.
To learn the service namespace of a service, see Actions, resources, and condition keys for Amazon Web Services services in the Service
Authorization Reference. Choose the name of the service to view details for that service. In the
first paragraph, find the service prefix. For example, (service prefix: a4b). For more
information about service namespaces, see Amazon Web Services service namespaces in the Amazon Web Services General Reference.
AccessDetail.Builder region(String region)
The Region where the last service access attempt occurred.
This field is null if no principals in the reported Organizations entity attempted to access the service within the tracking period.
region - The Region where the last service access attempt occurred.
This field is null if no principals in the reported Organizations entity attempted to access the service within the tracking period.
AccessDetail.Builder entityPath(String entityPath)
The path of the Organizations entity (root, organizational unit, or account) from which an authenticated principal last attempted to access the service. Amazon Web Services does not report unauthenticated requests.
This field is null if no principals (IAM users, IAM roles, or root users) in the reported Organizations entity attempted to access the service within the tracking period.
entityPath - The path of the Organizations entity (root, organizational unit, or account) from which an
authenticated principal last attempted to access the service. Amazon Web Services does not report
unauthenticated requests.
This field is null if no principals (IAM users, IAM roles, or root users) in the reported Organizations entity attempted to access the service within the tracking period.
AccessDetail.Builder lastAuthenticatedTime(Instant lastAuthenticatedTime)
The date and time, in ISO 8601 date-time format, when an authenticated principal most recently attempted to access the service. Amazon Web Services does not report unauthenticated requests.
This field is null if no principals in the reported Organizations entity attempted to access the service within the tracking period.
lastAuthenticatedTime - The date and time, in ISO 8601 date-time format, when an
authenticated principal most recently attempted to access the service. Amazon Web Services does not
report unauthenticated requests.
This field is null if no principals in the reported Organizations entity attempted to access the service within the tracking period.
AccessDetail.Builder totalAuthenticatedEntities(Integer totalAuthenticatedEntities)
The number of accounts with authenticated principals (root users, IAM users, and IAM roles) that attempted to access the service in the tracking period.
totalAuthenticatedEntities - The number of accounts with authenticated principals (root users, IAM users, and IAM roles) that
attempted to access the service in the tracking period.Copyright © 2022. All rights reserved.