Class FlowState


  • public final class FlowState
    extends com.pulumi.resources.ResourceArgs
    • Field Detail

    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        Flow's ARN.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Description of the flow you want to create.
      • destinationFlowConfigs

        public java.util.Optional<com.pulumi.core.Output<java.util.List<FlowDestinationFlowConfigArgs>>> destinationFlowConfigs()
        Returns:
        A Destination Flow Config that controls how Amazon AppFlow places data in the destination connector.
      • flowStatus

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> flowStatus()
        Returns:
        The current status of the flow.
      • kmsArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> kmsArn()
        Returns:
        ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
      • metadataCatalogConfig

        public java.util.Optional<com.pulumi.core.Output<FlowMetadataCatalogConfigArgs>> metadataCatalogConfig()
        Returns:
        A Catalog that determines the configuration that Amazon AppFlow uses when it catalogs the data that’s transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Name of the flow.
      • sourceFlowConfig

        public java.util.Optional<com.pulumi.core.Output<FlowSourceFlowConfigArgs>> sourceFlowConfig()
        Returns:
        The Source Flow Config that controls how Amazon AppFlow retrieves data from the source connector.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Key-value mapping of resource tags. 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:
        Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
      • tasks

        public java.util.Optional<com.pulumi.core.Output<java.util.List<FlowTaskArgs>>> tasks()
        Returns:
        A Task that Amazon AppFlow performs while transferring the data in the flow run.
      • triggerConfig

        public java.util.Optional<com.pulumi.core.Output<FlowTriggerConfigArgs>> triggerConfig()
        Returns:
        A Trigger that determine how and when the flow runs.