Class: Aws::Pinpoint::Types::EventStream
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::EventStream
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Specifies settings for publishing event data to an Amazon Kinesis data stream or an Amazon Kinesis Data Firehose delivery stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier for the application to publish event data for.
-
#destination_stream_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose delivery stream to publish event data to.
-
#external_id ⇒ String
(Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy.
-
#last_modified_date ⇒ String
The date, in ISO 8601 format, when the event stream was last modified.
-
#last_updated_by ⇒ String
The IAM user who last modified the event stream.
-
#role_arn ⇒ String
The AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to publish event data to the stream in your AWS account.
Instance Attribute Details
#application_id ⇒ String
The unique identifier for the application to publish event data for.
5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5426 class EventStream < Struct.new( :application_id, :destination_stream_arn, :external_id, :last_modified_date, :last_updated_by, :role_arn) SENSITIVE = [] include Aws::Structure end |
#destination_stream_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose delivery stream to publish event data to.
For a Kinesis data stream, the ARN format is: arn:aws:kinesis:region:account-id:stream/stream_name
For a Kinesis Data Firehose delivery stream, the ARN format is: arn:aws:firehose:region:account-id:deliverystream/stream_name
5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5426 class EventStream < Struct.new( :application_id, :destination_stream_arn, :external_id, :last_modified_date, :last_updated_by, :role_arn) SENSITIVE = [] include Aws::Structure end |
#external_id ⇒ String
(Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy. Amazon Pinpoint previously used this value to assume an IAM role when publishing event data, but we removed this requirement. We don’t recommend use of external IDs for IAM roles that are assumed by Amazon Pinpoint.
5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5426 class EventStream < Struct.new( :application_id, :destination_stream_arn, :external_id, :last_modified_date, :last_updated_by, :role_arn) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ String
The date, in ISO 8601 format, when the event stream was last modified.
5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5426 class EventStream < Struct.new( :application_id, :destination_stream_arn, :external_id, :last_modified_date, :last_updated_by, :role_arn) SENSITIVE = [] include Aws::Structure end |
#last_updated_by ⇒ String
The IAM user who last modified the event stream.
5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5426 class EventStream < Struct.new( :application_id, :destination_stream_arn, :external_id, :last_modified_date, :last_updated_by, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to publish event data to the stream in your AWS account.
5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5426 class EventStream < Struct.new( :application_id, :destination_stream_arn, :external_id, :last_modified_date, :last_updated_by, :role_arn) SENSITIVE = [] include Aws::Structure end |