Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
... -o option_name=value option_name=value ...
infacmd createConnection -dn <domain name> -un <domain user> -pd <domain password> -cn <connection name> -cid <connection id> -ct AMAZONKINESIS -o "AWS_ACCESS_KEY_ID=<access key id> AWS_SECRET_ACCESS_KEY=<secret access key> ConnectionTimeOut=10000 Region=<RegionName> ServiceType='Kinesis Streams' RoleArn=<ARN of IAM role> ExternalID=<External ID> AuthenticationType='Cross-account IAM Role'"
infacmd createConnection -dn <domain name> -un <domain user> -pd <domain password> -cn <connection name> -cid <connection id> -ct AMAZONKINESIS -o "AWS_ACCESS_KEY_ID=<access key id> AWS_SECRET_ACCESS_KEY=<secret access key> ConnectionTimeOut=10000 Region=<RegionName> ServiceType='Kinesis Firehose' Profilename=<AWS credential profile> AuthenticationType='AWS Credential Profile'"
Property
| Description
|
---|---|
AWS_ACCESS_KEY_ID
| The access key ID of the Amazon AWS user account.
|
AWS_SECRET_ACCESS_KEY
| The secret access key for your Amazon AWS user account.
|
ConnectionTimeOut
| Number of milliseconds that the Integration service waits to establish a connection to the Kinesis Stream or Kinesis Firehose after which it times out.
|
Region
| Region where the endpoint for your service is available. You can select one of the following values:
|
ServiceType
| The type of Kinesis Service that the connection is associated with.
Select one of the following service types:
|
Profilename
| Required if you use the AWS credential profile authentication type. An AWS credential profile defined in the credentials file. A mapping accesses the AWS credentials through the profile name at run time.
If you do not provide an AWS credential profile name, the mapping uses the access key ID and secret access key that you specify when you create the connection.
|
RoleArn
| Required if you use the cross-account IAM role authentication type. The Amazon Resource Name specifying the role of an IAM user.
|
ExternalID
| Required if you use the cross-account IAM role authentication type and if the external ID is defined by the AWS account. The external ID for an IAM role is an additional restriction that you can use in an IAM role trust policy to designate who can assume the IAM role.
|
AuthenticationType
| The type of authentication.
Select one of the following values:
The default value is AWS Credential Profile.
|