Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface CreateUserAccessLoggingSettingsCommandInputProtected

Hierarchy

Properties

clientToken?: string

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.

If you do not specify a client token, one is automatically generated by the AWS SDK.

kinesisStreamArn: undefined | string

The ARN of the Kinesis stream.

tags?: Tag[]

The tags to add to the user settings resource. A tag is a key-value pair.