Class: Aws::LakeFormation::Types::GetTemporaryGluePartitionCredentialsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetTemporaryGluePartitionCredentialsRequest
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
When making an API call, you may pass GetTemporaryGluePartitionCredentialsRequest data as a hash:
{
table_arn: "ResourceArnString", # required
partition: { # required
values: ["ValueString"], # required
},
permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, DESCRIBE, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS, CREATE_TAG, ASSOCIATE
duration_seconds: 1,
audit_context: {
additional_audit_context: "AuditContextString",
},
supported_permission_types: ["COLUMN_PERMISSION"], # required, accepts COLUMN_PERMISSION, CELL_FILTER_PERMISSION
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audit_context ⇒ Types::AuditContext
A structure representing context to access a resource (column names, query ID, etc).
-
#duration_seconds ⇒ Integer
The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.
-
#partition ⇒ Types::PartitionValueList
A list of partition values identifying a single partition.
-
#permissions ⇒ Array<String>
Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
-
#supported_permission_types ⇒ Array<String>
A list of supported permission types for the partition.
-
#table_arn ⇒ String
The ARN of the partitions' table.
Instance Attribute Details
#audit_context ⇒ Types::AuditContext
A structure representing context to access a resource (column names, query ID, etc).
1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1943 class GetTemporaryGluePartitionCredentialsRequest < Struct.new( :table_arn, :partition, :permissions, :duration_seconds, :audit_context, :supported_permission_types) SENSITIVE = [] include Aws::Structure end |
#duration_seconds ⇒ Integer
The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.
1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1943 class GetTemporaryGluePartitionCredentialsRequest < Struct.new( :table_arn, :partition, :permissions, :duration_seconds, :audit_context, :supported_permission_types) SENSITIVE = [] include Aws::Structure end |
#partition ⇒ Types::PartitionValueList
A list of partition values identifying a single partition.
1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1943 class GetTemporaryGluePartitionCredentialsRequest < Struct.new( :table_arn, :partition, :permissions, :duration_seconds, :audit_context, :supported_permission_types) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<String>
Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1943 class GetTemporaryGluePartitionCredentialsRequest < Struct.new( :table_arn, :partition, :permissions, :duration_seconds, :audit_context, :supported_permission_types) SENSITIVE = [] include Aws::Structure end |
#supported_permission_types ⇒ Array<String>
A list of supported permission types for the partition. Valid values
are COLUMN_PERMISSION
and CELL_FILTER_PERMISSION
.
1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1943 class GetTemporaryGluePartitionCredentialsRequest < Struct.new( :table_arn, :partition, :permissions, :duration_seconds, :audit_context, :supported_permission_types) SENSITIVE = [] include Aws::Structure end |
#table_arn ⇒ String
The ARN of the partitions' table.
1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1943 class GetTemporaryGluePartitionCredentialsRequest < Struct.new( :table_arn, :partition, :permissions, :duration_seconds, :audit_context, :supported_permission_types) SENSITIVE = [] include Aws::Structure end |