Class: Aws::AppFabric::Types::IngestionDestination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb

Overview

Contains information about an ingestion destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the ingestion destination.

Returns:

  • (String)


1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1103

class IngestionDestination < Struct.new(
  :arn,
  :ingestion_arn,
  :processing_configuration,
  :destination_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp of when the ingestion destination was created.

Returns:

  • (Time)


1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1103

class IngestionDestination < Struct.new(
  :arn,
  :ingestion_arn,
  :processing_configuration,
  :destination_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#destination_configurationTypes::DestinationConfiguration

Contains information about the destination of ingested data.



1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1103

class IngestionDestination < Struct.new(
  :arn,
  :ingestion_arn,
  :processing_configuration,
  :destination_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_arnString

The Amazon Resource Name (ARN) of the ingestion.

Returns:

  • (String)


1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1103

class IngestionDestination < Struct.new(
  :arn,
  :ingestion_arn,
  :processing_configuration,
  :destination_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#processing_configurationTypes::ProcessingConfiguration

Contains information about how ingested data is processed.



1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1103

class IngestionDestination < Struct.new(
  :arn,
  :ingestion_arn,
  :processing_configuration,
  :destination_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The state of the ingestion destination.

The following states are possible:

  • Active: The ingestion destination is active and is ready to be used.

  • Failed: The ingestion destination has failed. If the ingestion destination is in this state, you should verify the ingestion destination configuration and try again.

Returns:

  • (String)


1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1103

class IngestionDestination < Struct.new(
  :arn,
  :ingestion_arn,
  :processing_configuration,
  :destination_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The reason for the current status of the ingestion destination.

Only present when the status of ingestion destination is Failed.

Returns:

  • (String)


1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1103

class IngestionDestination < Struct.new(
  :arn,
  :ingestion_arn,
  :processing_configuration,
  :destination_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp of when the ingestion destination was last updated.

Returns:

  • (Time)


1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1103

class IngestionDestination < Struct.new(
  :arn,
  :ingestion_arn,
  :processing_configuration,
  :destination_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end