interface AwsOrganizationsSourceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SSM.CfnResourceDataSync.AwsOrganizationsSourceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsssm#CfnResourceDataSync_AwsOrganizationsSourceProperty |
![]() | software.amazon.awscdk.services.ssm.CfnResourceDataSync.AwsOrganizationsSourceProperty |
![]() | aws_cdk.aws_ssm.CfnResourceDataSync.AwsOrganizationsSourceProperty |
![]() | 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
Name | Type | Description |
---|---|---|
organization | string | If an AWS organization is present, this is either OrganizationalUnits or EntireOrganization . |
organizational | 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.