Kinesis Analytics V2
Table of Contents
Privileges
AddApplicationCloudWatchLoggingOption
- description: Adds cloudwatch logging option to the application.
- access level: Write
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
- description: Adds input to the application.
- access level: Write
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
- description: Adds input processing configuration to the application.
- access level: Write
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
AddApplicationOutput
- description: Adds output to the application.
- access level: Write
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
AddApplicationReferenceDataSource
- description: Adds reference data source to the application.
- access level: Write
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
AddApplicationVpcConfiguration
- description: Adds VPC configuration to the application.
- access level: Write
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
CreateApplication
- description: Creates an application.
- access level: Write
- resource types
{
"": {
"resource_type": "",
"required": false,
"condition_keys": [
"aws:RequestTag/${TagKey}",
"aws:TagKeys"
],
"dependent_actions": []
}
}
CreateApplicationSnapshot
- description: Creates a snapshot for an application.
- access level: Write
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
DeleteApplication
- description: Deletes the application.
- access level: Write
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
DeleteApplicationCloudWatchLoggingOption
- description: Deletes the specified cloudwatch logging option of the application.
- access level: Write
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
- description: Deletes the specified input processing configuration of the application.
- access level: Write
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
DeleteApplicationOutput
- description: Deletes the specified output of the application.
- access level: Write
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
DeleteApplicationReferenceDataSource
- description: Deletes the specified reference data source of the application.
- access level: Write
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
DeleteApplicationSnapshot
- description: Deletes a snapshot for an application.
- access level: Write
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
DeleteApplicationVpcConfiguration
- description: Deletes the specified VPC configuration of the application.
- access level: Write
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
DescribeApplication
- description: Describes the specified application.
- access level: Read
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
DescribeApplicationSnapshot
- description: Describes an application snapshot.
- access level: Read
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
- description: Discovers the input schema for the application.
- access level: Read
- resource types
{
"": {
"resource_type": "",
"required": false,
"condition_keys": [],
"dependent_actions": []
}
}
ListApplicationSnapshots
- description: Lists the snapshots for an application.
- access level: Read
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
ListApplications
- description: List applications for the account
- access level: List
- resource types
{
"": {
"resource_type": "",
"required": false,
"condition_keys": [],
"dependent_actions": []
}
}
- description: Fetch the tags associated with the application.
- access level: Read
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
StartApplication
- description: Starts the application.
- access level: Write
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
StopApplication
- description: Stops the application.
- access level: Write
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}
TagResource
- description: Add tags to the application.
- access level: Tagging
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
},
"": {
"resource_type": "",
"required": false,
"condition_keys": [
"aws:RequestTag/${TagKey}",
"aws:TagKeys"
],
"dependent_actions": []
}
}
UntagResource
- description: Remove the specified tags from the application.
- access level: Tagging
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
},
"": {
"resource_type": "",
"required": false,
"condition_keys": [
"aws:TagKeys"
],
"dependent_actions": []
}
}
UpdateApplication
- description: Updates the application.
- access level: Write
- resource types
{
"application": {
"resource_type": "application",
"required": true,
"condition_keys": [],
"dependent_actions": []
}
}