Skip to content

Data Source: awsOrganizationsDelegatedServices

Get a list the AWS services for which the specified account is a delegated administrator

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsOrganizationsDelegatedServices.DataAwsOrganizationsDelegatedServices(
  this,
  "example",
  {
    accountId: "AWS ACCOUNT ID",
  }
);

Argument Reference

  • accountId - (Required) Account ID number of a delegated administrator account in the organization.

Attributes Reference

  • delegatedServices - Services for which the account is a delegated administrator, which have the following attributes:
  • delegationEnabledDate - The date that the account became a delegated administrator for this service.
  • servicePrincipal - The name of an AWS service that can request an operation for the specified service.