Show / Hide Table of Contents

Class CfnResourceDataSyncPropsMixin.AwsOrganizationsSourceProperty

Information about the AwsOrganizationsSource resource data sync source.

Inheritance
object
CfnResourceDataSyncPropsMixin.AwsOrganizationsSourceProperty
Implements
CfnResourceDataSyncPropsMixin.IAwsOrganizationsSourceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SSM
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnResourceDataSyncPropsMixin.AwsOrganizationsSourceProperty : CfnResourceDataSyncPropsMixin.IAwsOrganizationsSourceProperty
Syntax (vb)
Public Class CfnResourceDataSyncPropsMixin.AwsOrganizationsSourceProperty Implements CfnResourceDataSyncPropsMixin.IAwsOrganizationsSourceProperty
Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.SSM;

             var awsOrganizationsSourceProperty = new AwsOrganizationsSourceProperty {
                 OrganizationalUnits = new [] { "organizationalUnits" },
                 OrganizationSourceType = "organizationSourceType"
             };

Synopsis

Constructors

AwsOrganizationsSourceProperty()

Information about the AwsOrganizationsSource resource data sync source.

Properties

OrganizationSourceType

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

OrganizationalUnits

The AWS Organizations organization units included in the sync.

Constructors

AwsOrganizationsSourceProperty()

Information about the AwsOrganizationsSource resource data sync source.

public AwsOrganizationsSourceProperty()
Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.SSM;

             var awsOrganizationsSourceProperty = new AwsOrganizationsSourceProperty {
                 OrganizationalUnits = new [] { "organizationalUnits" },
                 OrganizationSourceType = "organizationSourceType"
             };

Properties

OrganizationSourceType

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

public string? OrganizationSourceType { get; set; }
Property Value

string

Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html#cfn-ssm-resourcedatasync-awsorganizationssource-organizationsourcetype

OrganizationalUnits

The AWS Organizations organization units included in the sync.

public string[]? OrganizationalUnits { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html#cfn-ssm-resourcedatasync-awsorganizationssource-organizationalunits

Implements

CfnResourceDataSyncPropsMixin.IAwsOrganizationsSourceProperty
Back to top Generated by DocFX