interface AwsOrganizationsSourceProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SSM.CfnResourceDataSync.AwsOrganizationsSourceProperty |
Java | software.amazon.awscdk.services.ssm.CfnResourceDataSync.AwsOrganizationsSourceProperty |
Python | aws_cdk.aws_ssm.CfnResourceDataSync.AwsOrganizationsSourceProperty |
TypeScript | @aws-cdk/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 * as ssm from '@aws-cdk/aws-ssm';
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.