Class: Aws::AppFabric::Types::CreateIngestionDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::CreateIngestionDestinationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_bundle_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
-
#client_token ⇒ String
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#destination_configuration ⇒ Types::DestinationConfiguration
Contains information about the destination of ingested data.
-
#ingestion_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
-
#processing_configuration ⇒ Types::ProcessingConfiguration
Contains information about how ingested data is processed.
-
#tags ⇒ Array<Types::Tag>
A map of the key-value pairs of the tag or tags to assign to the resource.
Instance Attribute Details
#app_bundle_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
577 578 579 580 581 582 583 584 585 586 |
# File 'lib/aws-sdk-appfabric/types.rb', line 577 class CreateIngestionDestinationRequest < Struct.new( :app_bundle_identifier, :ingestion_identifier, :processing_configuration, :destination_configuration, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a [UUID type of value].
If you don’t provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ‘ClientToken`, but with different parameters, the retry fails with an `IdempotentParameterMismatch` error.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
577 578 579 580 581 582 583 584 585 586 |
# File 'lib/aws-sdk-appfabric/types.rb', line 577 class CreateIngestionDestinationRequest < Struct.new( :app_bundle_identifier, :ingestion_identifier, :processing_configuration, :destination_configuration, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#destination_configuration ⇒ Types::DestinationConfiguration
Contains information about the destination of ingested data.
577 578 579 580 581 582 583 584 585 586 |
# File 'lib/aws-sdk-appfabric/types.rb', line 577 class CreateIngestionDestinationRequest < Struct.new( :app_bundle_identifier, :ingestion_identifier, :processing_configuration, :destination_configuration, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#ingestion_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
577 578 579 580 581 582 583 584 585 586 |
# File 'lib/aws-sdk-appfabric/types.rb', line 577 class CreateIngestionDestinationRequest < Struct.new( :app_bundle_identifier, :ingestion_identifier, :processing_configuration, :destination_configuration, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Contains information about how ingested data is processed.
577 578 579 580 581 582 583 584 585 586 |
# File 'lib/aws-sdk-appfabric/types.rb', line 577 class CreateIngestionDestinationRequest < Struct.new( :app_bundle_identifier, :ingestion_identifier, :processing_configuration, :destination_configuration, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A map of the key-value pairs of the tag or tags to assign to the resource.
577 578 579 580 581 582 583 584 585 586 |
# File 'lib/aws-sdk-appfabric/types.rb', line 577 class CreateIngestionDestinationRequest < Struct.new( :app_bundle_identifier, :ingestion_identifier, :processing_configuration, :destination_configuration, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |