Class DataIntegrationState


  • public final class DataIntegrationState
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  DataIntegrationState.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        The Amazon Resource Name (ARN) of the Data Integration.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Specifies the description of the Data Integration.
      • kmsKey

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> kmsKey()
        Returns:
        Specifies the KMS key Amazon Resource Name (ARN) for the Data Integration.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Specifies the name of the Data Integration.
      • scheduleConfig

        public java.util.Optional<com.pulumi.core.Output<DataIntegrationScheduleConfigArgs>> scheduleConfig()
        Returns:
        A block that defines the name of the data and how often it should be pulled from the source. The Schedule Config block is documented below.
      • sourceUri

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> sourceUri()
        Returns:
        Specifies the URI of the data source. Create an AppFlow Connector Profile and reference the name of the profile in the URL. An example of this value for Salesforce is `Salesforce://AppFlow/example` where `example` is the name of the AppFlow Connector Profile.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Tags to apply to the Data Integration. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.