Class: Aws::AppFabric::Types::CreateIngestionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#appString

The name of the application.

Valid values are:

  • ‘SLACK`

  • ‘ASANA`

  • ‘JIRA`

  • ‘M365`

  • ‘M365AUDITLOGS`

  • ‘ZOOM`

  • ‘ZENDESK`

  • ‘OKTA`

  • ‘GOOGLE`

  • ‘DROPBOX`

  • ‘SMARTSHEET`

  • ‘CISCO`

Returns:

  • (String)


673
674
675
676
677
678
679
680
681
682
# File 'lib/aws-sdk-appfabric/types.rb', line 673

class CreateIngestionRequest < Struct.new(
  :app_bundle_identifier,
  :app,
  :tenant_id,
  :ingestion_type,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#app_bundle_identifierString

The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.

Returns:

  • (String)


673
674
675
676
677
678
679
680
681
682
# File 'lib/aws-sdk-appfabric/types.rb', line 673

class CreateIngestionRequest < Struct.new(
  :app_bundle_identifier,
  :app,
  :tenant_id,
  :ingestion_type,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

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.

[1]: wikipedia.org/wiki/Universally_unique_identifier

Returns:

  • (String)


673
674
675
676
677
678
679
680
681
682
# File 'lib/aws-sdk-appfabric/types.rb', line 673

class CreateIngestionRequest < Struct.new(
  :app_bundle_identifier,
  :app,
  :tenant_id,
  :ingestion_type,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_typeString

The ingestion type.

Returns:

  • (String)


673
674
675
676
677
678
679
680
681
682
# File 'lib/aws-sdk-appfabric/types.rb', line 673

class CreateIngestionRequest < Struct.new(
  :app_bundle_identifier,
  :app,
  :tenant_id,
  :ingestion_type,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A map of the key-value pairs of the tag or tags to assign to the resource.

Returns:



673
674
675
676
677
678
679
680
681
682
# File 'lib/aws-sdk-appfabric/types.rb', line 673

class CreateIngestionRequest < Struct.new(
  :app_bundle_identifier,
  :app,
  :tenant_id,
  :ingestion_type,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tenant_idString

The ID of the application tenant.

Returns:

  • (String)


673
674
675
676
677
678
679
680
681
682
# File 'lib/aws-sdk-appfabric/types.rb', line 673

class CreateIngestionRequest < Struct.new(
  :app_bundle_identifier,
  :app,
  :tenant_id,
  :ingestion_type,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end