aws-cdk-lib.aws_ssm.CfnResourceDataSync.AwsOrganizationsSourceProperty

interface AwsOrganizationsSourceProperty

LanguageType name
.NETAmazon.CDK.AWS.SSM.CfnResourceDataSync.AwsOrganizationsSourceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsssm#CfnResourceDataSync_AwsOrganizationsSourceProperty
Javasoftware.amazon.awscdk.services.ssm.CfnResourceDataSync.AwsOrganizationsSourceProperty
Pythonaws_cdk.aws_ssm.CfnResourceDataSync.AwsOrganizationsSourceProperty
TypeScript aws-cdk-lib » aws_ssm » CfnResourceDataSync » AwsOrganizationsSourceProperty

Information about the AwsOrganizationsSource resource data sync source.

A sync source of this type can synchronize data from AWS Organizations or, if an AWS organization isn't present, from multiple AWS Regions .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ssm as ssm } from 'aws-cdk-lib';
const awsOrganizationsSourceProperty: ssm.CfnResourceDataSync.AwsOrganizationsSourceProperty = {
  organizationSourceType: 'organizationSourceType',

  // the properties below are optional
  organizationalUnits: ['organizationalUnits'],
};

Properties

NameTypeDescription
organizationSourceTypestringIf an AWS organization is present, this is either OrganizationalUnits or EntireOrganization .
organizationalUnits?string[]The AWS Organizations organization units included in the sync.

organizationSourceType

Type: string

If an AWS organization is present, this is either OrganizationalUnits or EntireOrganization .

For OrganizationalUnits , the data is aggregated from a set of organization units. For EntireOrganization , the data is aggregated from the entire AWS organization.


organizationalUnits?

Type: string[] (optional)

The AWS Organizations organization units included in the sync.