Class: Aws::Pinpoint::Types::EventStream
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::EventStream
- Defined in:
- gems/aws-sdk-pinpoint/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.
5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5325 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
5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5325 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.
5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5325 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.
5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5325 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.
5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5325 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.
5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5325 class EventStream < Struct.new( :application_id, :destination_stream_arn, :external_id, :last_modified_date, :last_updated_by, :role_arn) SENSITIVE = [] include Aws::Structure end |