Class CreateResourceDataSyncRequest

    • Method Detail

      • syncName

        public final String syncName()

        A name for the configuration.

        Returns:
        A name for the configuration.
      • s3Destination

        public final ResourceDataSyncS3Destination s3Destination()

        Amazon S3 configuration details for the sync. This parameter is required if the SyncType value is SyncToDestination.

        Returns:
        Amazon S3 configuration details for the sync. This parameter is required if the SyncType value is SyncToDestination.
      • syncType

        public final String syncType()

        Specify SyncToDestination to create a resource data sync that synchronizes data to an S3 bucket for Inventory. If you specify SyncToDestination, you must provide a value for S3Destination . Specify SyncFromSource to synchronize data from a single account and multiple Regions, or multiple Amazon Web Services accounts and Amazon Web Services Regions, as listed in Organizations for Explorer. If you specify SyncFromSource, you must provide a value for SyncSource. The default value is SyncToDestination.

        Returns:
        Specify SyncToDestination to create a resource data sync that synchronizes data to an S3 bucket for Inventory. If you specify SyncToDestination, you must provide a value for S3Destination. Specify SyncFromSource to synchronize data from a single account and multiple Regions, or multiple Amazon Web Services accounts and Amazon Web Services Regions, as listed in Organizations for Explorer. If you specify SyncFromSource, you must provide a value for SyncSource. The default value is SyncToDestination.
      • syncSource

        public final ResourceDataSyncSource syncSource()

        Specify information about the data sources to synchronize. This parameter is required if the SyncType value is SyncFromSource.

        Returns:
        Specify information about the data sources to synchronize. This parameter is required if the SyncType value is SyncFromSource.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object