AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

Inheritance Hierarchy

System.Object
  Amazon.KinesisAnalytics.Model.S3ReferenceDataSourceUpdate

Namespace: Amazon.KinesisAnalytics.Model
Assembly: AWSSDK.KinesisAnalytics.dll
Version: 3.x.y.z

Syntax

C#
public class S3ReferenceDataSourceUpdate

The S3ReferenceDataSourceUpdate type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BucketARNUpdate System.String

Gets and sets the property BucketARNUpdate.

Amazon Resource Name (ARN) of the S3 bucket.

Public Property FileKeyUpdate System.String

Gets and sets the property FileKeyUpdate.

Object key name.

Public Property ReferenceRoleARNUpdate System.String

Gets and sets the property ReferenceRoleARNUpdate.

ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5