AWS.Tools.RedshiftDataAPIService.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.RedshiftDataAPIService</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.RSD.GetRSDDatabasisListCmdlet"> <summary> List the databases in a cluster. A token is returned to page through the database list. Depending on the authorization method, use one of the following combinations of request parameters: <ul><li><para> Secrets Manager - when connecting to a cluster, provide the <c>secret-arn</c> of a secret stored in Secrets Manager which has <c>username</c> and <c>password</c>. The specified secret contains credentials to connect to the <c>database</c> you specify. When you are connecting to a cluster, you also supply the database name, If you provide a cluster identifier (<c>dbClusterIdentifier</c>), it must match the cluster identifier stored in the secret. When you are connecting to a serverless workgroup, you also supply the database name. </para></li><li><para> Temporary credentials - when connecting to your data warehouse, choose one of the following options: </para><ul><li><para> When connecting to a serverless workgroup, specify the workgroup name and database name. The database user name is derived from the IAM identity. For example, <c>arn:iam::123456789012:user:foo</c> has the database user name <c>IAM:foo</c>. Also, permission to call the <c>redshift-serverless:GetCredentials</c> operation is required. </para></li><li><para> When connecting to a cluster as an IAM identity, specify the cluster identifier and the database name. The database user name is derived from the IAM identity. For example, <c>arn:iam::123456789012:user:foo</c> has the database user name <c>IAM:foo</c>. Also, permission to call the <c>redshift:GetClusterCredentialsWithIAM</c> operation is required. </para></li><li><para> When connecting to a cluster as a database user, specify the cluster identifier, the database name, and the database user name. Also, permission to call the <c>redshift:GetClusterCredentials</c> operation is required. </para></li></ul></li></ul><para> For more information about the Amazon Redshift Data API and CLI usage examples, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.html">Using the Amazon Redshift Data API</a> in the <i>Amazon Redshift Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDDatabasisListCmdlet.ClusterIdentifier"> <summary> <para> <para>The cluster identifier. This parameter is required when connecting to a cluster and authenticating using either Secrets Manager or temporary credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDDatabasisListCmdlet.Database"> <summary> <para> <para>The name of the database. This parameter is required when authenticating using either Secrets Manager or temporary credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDDatabasisListCmdlet.DbUser"> <summary> <para> <para>The database user name. This parameter is required when connecting to a cluster as a database user and authenticating using temporary credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDDatabasisListCmdlet.SecretArn"> <summary> <para> <para>The name or ARN of the secret that enables access to the database. This parameter is required when authenticating using Secrets Manager. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDDatabasisListCmdlet.WorkgroupName"> <summary> <para> <para>The serverless workgroup name or Amazon Resource Name (ARN). This parameter is required when connecting to a serverless workgroup and authenticating using either Secrets Manager or temporary credentials.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDDatabasisListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of databases to return in the response. If more databases exist than fit in one response, then <c>NextToken</c> is returned to page through the results. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDDatabasisListCmdlet.NextToken"> <summary> <para> <para>A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDDatabasisListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Databases'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.RedshiftDataAPIService.Model.ListDatabasesResponse). Specifying the name of a property of type Amazon.RedshiftDataAPIService.Model.ListDatabasesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.RSD.GetRSDSchemaListCmdlet"> <summary> Lists the schemas in a database. A token is returned to page through the schema list. Depending on the authorization method, use one of the following combinations of request parameters: <ul><li><para> Secrets Manager - when connecting to a cluster, provide the <c>secret-arn</c> of a secret stored in Secrets Manager which has <c>username</c> and <c>password</c>. The specified secret contains credentials to connect to the <c>database</c> you specify. When you are connecting to a cluster, you also supply the database name, If you provide a cluster identifier (<c>dbClusterIdentifier</c>), it must match the cluster identifier stored in the secret. When you are connecting to a serverless workgroup, you also supply the database name. </para></li><li><para> Temporary credentials - when connecting to your data warehouse, choose one of the following options: </para><ul><li><para> When connecting to a serverless workgroup, specify the workgroup name and database name. The database user name is derived from the IAM identity. For example, <c>arn:iam::123456789012:user:foo</c> has the database user name <c>IAM:foo</c>. Also, permission to call the <c>redshift-serverless:GetCredentials</c> operation is required. </para></li><li><para> When connecting to a cluster as an IAM identity, specify the cluster identifier and the database name. The database user name is derived from the IAM identity. For example, <c>arn:iam::123456789012:user:foo</c> has the database user name <c>IAM:foo</c>. Also, permission to call the <c>redshift:GetClusterCredentialsWithIAM</c> operation is required. </para></li><li><para> When connecting to a cluster as a database user, specify the cluster identifier, the database name, and the database user name. Also, permission to call the <c>redshift:GetClusterCredentials</c> operation is required. </para></li></ul></li></ul><para> For more information about the Amazon Redshift Data API and CLI usage examples, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.html">Using the Amazon Redshift Data API</a> in the <i>Amazon Redshift Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDSchemaListCmdlet.ClusterIdentifier"> <summary> <para> <para>The cluster identifier. This parameter is required when connecting to a cluster and authenticating using either Secrets Manager or temporary credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDSchemaListCmdlet.ConnectedDatabase"> <summary> <para> <para>A database name. The connected database is specified when you connect with your authentication credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDSchemaListCmdlet.Database"> <summary> <para> <para>The name of the database that contains the schemas to list. If <c>ConnectedDatabase</c> is not specified, this is also the database to connect to with your authentication credentials.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDSchemaListCmdlet.DbUser"> <summary> <para> <para>The database user name. This parameter is required when connecting to a cluster as a database user and authenticating using temporary credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDSchemaListCmdlet.SchemaPattern"> <summary> <para> <para>A pattern to filter results by schema name. Within a schema pattern, "%" means match any substring of 0 or more characters and "_" means match any one character. Only schema name entries matching the search pattern are returned. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDSchemaListCmdlet.SecretArn"> <summary> <para> <para>The name or ARN of the secret that enables access to the database. This parameter is required when authenticating using Secrets Manager. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDSchemaListCmdlet.WorkgroupName"> <summary> <para> <para>The serverless workgroup name or Amazon Resource Name (ARN). This parameter is required when connecting to a serverless workgroup and authenticating using either Secrets Manager or temporary credentials.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDSchemaListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of schemas to return in the response. If more schemas exist than fit in one response, then <c>NextToken</c> is returned to page through the results. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDSchemaListCmdlet.NextToken"> <summary> <para> <para>A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDSchemaListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Schemas'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.RedshiftDataAPIService.Model.ListSchemasResponse). Specifying the name of a property of type Amazon.RedshiftDataAPIService.Model.ListSchemasResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementCmdlet"> <summary> Describes the details about a specific instance when a query was run by the Amazon Redshift Data API. The information includes when the query started, when it finished, the query status, the number of rows returned, and the SQL statement. <para> For more information about the Amazon Redshift Data API and CLI usage examples, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.html">Using the Amazon Redshift Data API</a> in the <i>Amazon Redshift Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementCmdlet.Id"> <summary> <para> <para>The identifier of the SQL statement to describe. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API. A suffix indicates the number of the SQL statement. For example, <c>d9b6c0c9-0747-4bf4-b142-e8883122f766:2</c> has a suffix of <c>:2</c> that indicates the second SQL statement of a batch query. This identifier is returned by <c>BatchExecuteStatment</c>, <c>ExecuteStatement</c>, and <c>ListStatements</c>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.RedshiftDataAPIService.Model.DescribeStatementResponse). Specifying the name of a property of type Amazon.RedshiftDataAPIService.Model.DescribeStatementResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementListCmdlet"> <summary> List of SQL statements. By default, only finished statements are shown. A token is returned to page through the statement list. <para> When you use identity-enhanced role sessions to list statements, you must provide either the <c>cluster-identifier</c> or <c>workgroup-name</c> parameter. This ensures that the IdC user can only access the Amazon Redshift IdC applications they are assigned. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-overview.html"> Trusted identity propagation overview</a>. </para><para> For more information about the Amazon Redshift Data API and CLI usage examples, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.html">Using the Amazon Redshift Data API</a> in the <i>Amazon Redshift Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementListCmdlet.ClusterIdentifier"> <summary> <para> <para>The cluster identifier. Only statements that ran on this cluster are returned. When providing <c>ClusterIdentifier</c>, then <c>WorkgroupName</c> can't be specified.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementListCmdlet.Database"> <summary> <para> <para>The name of the database when listing statements run against a <c>ClusterIdentifier</c> or <c>WorkgroupName</c>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementListCmdlet.RoleLevel"> <summary> <para> <para>A value that filters which statements to return in the response. If true, all statements run by the caller's IAM role are returned. If false, only statements run by the caller's IAM role in the current IAM session are returned. The default is true. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementListCmdlet.StatementName"> <summary> <para> <para>The name of the SQL statement specified as input to <c>BatchExecuteStatement</c> or <c>ExecuteStatement</c> to identify the query. You can list multiple statements by providing a prefix that matches the beginning of the statement name. For example, to list myStatement1, myStatement2, myStatement3, and so on, then provide the a value of <c>myStatement</c>. Data API does a case-sensitive match of SQL statement names to the prefix value you provide. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementListCmdlet.Status"> <summary> <para> <para>The status of the SQL statement to list. Status values are defined as follows: </para><ul><li><para>ABORTED - The query run was stopped by the user. </para></li><li><para>ALL - A status value that includes all query statuses. This value can be used to filter results. </para></li><li><para>FAILED - The query run failed. </para></li><li><para>FINISHED - The query has finished running. </para></li><li><para>PICKED - The query has been chosen to be run. </para></li><li><para>STARTED - The query run has started. </para></li><li><para>SUBMITTED - The query was submitted, but not yet processed. </para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementListCmdlet.WorkgroupName"> <summary> <para> <para>The serverless workgroup name or Amazon Resource Name (ARN). Only statements that ran on this workgroup are returned. When providing <c>WorkgroupName</c>, then <c>ClusterIdentifier</c> can't be specified.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of SQL statements to return in the response. If more SQL statements exist than fit in one response, then <c>NextToken</c> is returned to page through the results. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementListCmdlet.NextToken"> <summary> <para> <para>A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Statements'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.RedshiftDataAPIService.Model.ListStatementsResponse). Specifying the name of a property of type Amazon.RedshiftDataAPIService.Model.ListStatementsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementResultCmdlet"> <summary> Fetches the temporarily cached result of an SQL statement in JSON format. The <c>ExecuteStatement</c> or <c>BatchExecuteStatement</c> operation that ran the SQL statement must have specified <c>ResultFormat</c> as <c>JSON</c> , or let the format default to JSON. A token is returned to page through the statement results. <para> For more information about the Amazon Redshift Data API and CLI usage examples, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.html">Using the Amazon Redshift Data API</a> in the <i>Amazon Redshift Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementResultCmdlet.Id"> <summary> <para> <para>The identifier of the SQL statement whose results are to be fetched. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API. A suffix indicates then number of the SQL statement. For example, <c>d9b6c0c9-0747-4bf4-b142-e8883122f766:2</c> has a suffix of <c>:2</c> that indicates the second SQL statement of a batch query. This identifier is returned by <c>BatchExecuteStatment</c>, <c>ExecuteStatment</c>, and <c>ListStatements</c>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementResultCmdlet.NextToken"> <summary> <para> <para>A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementResultCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.RedshiftDataAPIService.Model.GetStatementResultResponse). Specifying the name of a property of type Amazon.RedshiftDataAPIService.Model.GetStatementResultResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementResultV2Cmdlet"> <summary> Fetches the temporarily cached result of an SQL statement in CSV format. The <c>ExecuteStatement</c> or <c>BatchExecuteStatement</c> operation that ran the SQL statement must have specified <c>ResultFormat</c> as <c>CSV</c>. A token is returned to page through the statement results. <para> For more information about the Amazon Redshift Data API and CLI usage examples, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.html">Using the Amazon Redshift Data API</a> in the <i>Amazon Redshift Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementResultV2Cmdlet.Id"> <summary> <para> <para>The identifier of the SQL statement whose results are to be fetched. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API. A suffix indicates then number of the SQL statement. For example, <c>d9b6c0c9-0747-4bf4-b142-e8883122f766:2</c> has a suffix of <c>:2</c> that indicates the second SQL statement of a batch query. This identifier is returned by <c>BatchExecuteStatment</c>, <c>ExecuteStatment</c>, and <c>ListStatements</c>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementResultV2Cmdlet.NextToken"> <summary> <para> <para>A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDStatementResultV2Cmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.RedshiftDataAPIService.Model.GetStatementResultV2Response). Specifying the name of a property of type Amazon.RedshiftDataAPIService.Model.GetStatementResultV2Response will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableCmdlet"> <summary> Describes the detailed information about a table from metadata in the cluster. The information includes its columns. A token is returned to page through the column list. Depending on the authorization method, use one of the following combinations of request parameters: <ul><li><para> Secrets Manager - when connecting to a cluster, provide the <c>secret-arn</c> of a secret stored in Secrets Manager which has <c>username</c> and <c>password</c>. The specified secret contains credentials to connect to the <c>database</c> you specify. When you are connecting to a cluster, you also supply the database name, If you provide a cluster identifier (<c>dbClusterIdentifier</c>), it must match the cluster identifier stored in the secret. When you are connecting to a serverless workgroup, you also supply the database name. </para></li><li><para> Temporary credentials - when connecting to your data warehouse, choose one of the following options: </para><ul><li><para> When connecting to a serverless workgroup, specify the workgroup name and database name. The database user name is derived from the IAM identity. For example, <c>arn:iam::123456789012:user:foo</c> has the database user name <c>IAM:foo</c>. Also, permission to call the <c>redshift-serverless:GetCredentials</c> operation is required. </para></li><li><para> When connecting to a cluster as an IAM identity, specify the cluster identifier and the database name. The database user name is derived from the IAM identity. For example, <c>arn:iam::123456789012:user:foo</c> has the database user name <c>IAM:foo</c>. Also, permission to call the <c>redshift:GetClusterCredentialsWithIAM</c> operation is required. </para></li><li><para> When connecting to a cluster as a database user, specify the cluster identifier, the database name, and the database user name. Also, permission to call the <c>redshift:GetClusterCredentials</c> operation is required. </para></li></ul></li></ul><para> For more information about the Amazon Redshift Data API and CLI usage examples, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.html">Using the Amazon Redshift Data API</a> in the <i>Amazon Redshift Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableCmdlet.ClusterIdentifier"> <summary> <para> <para>The cluster identifier. This parameter is required when connecting to a cluster and authenticating using either Secrets Manager or temporary credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableCmdlet.ConnectedDatabase"> <summary> <para> <para>A database name. The connected database is specified when you connect with your authentication credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableCmdlet.Database"> <summary> <para> <para>The name of the database that contains the tables to be described. If <c>ConnectedDatabase</c> is not specified, this is also the database to connect to with your authentication credentials.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableCmdlet.DbUser"> <summary> <para> <para>The database user name. This parameter is required when connecting to a cluster as a database user and authenticating using temporary credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableCmdlet.Schema"> <summary> <para> <para>The schema that contains the table. If no schema is specified, then matching tables for all schemas are returned. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableCmdlet.SecretArn"> <summary> <para> <para>The name or ARN of the secret that enables access to the database. This parameter is required when authenticating using Secrets Manager. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableCmdlet.Table"> <summary> <para> <para>The table name. If no table is specified, then all tables for all matching schemas are returned. If no table and no schema is specified, then all tables for all schemas in the database are returned</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableCmdlet.WorkgroupName"> <summary> <para> <para>The serverless workgroup name or Amazon Resource Name (ARN). This parameter is required when connecting to a serverless workgroup and authenticating using either Secrets Manager or temporary credentials.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableCmdlet.MaxResult"> <summary> <para> <para>The maximum number of tables to return in the response. If more tables exist than fit in one response, then <c>NextToken</c> is returned to page through the results. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableCmdlet.NextToken"> <summary> <para> <para>A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.RedshiftDataAPIService.Model.DescribeTableResponse). Specifying the name of a property of type Amazon.RedshiftDataAPIService.Model.DescribeTableResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableListCmdlet"> <summary> List the tables in a database. If neither <c>SchemaPattern</c> nor <c>TablePattern</c> are specified, then all tables in the database are returned. A token is returned to page through the table list. Depending on the authorization method, use one of the following combinations of request parameters: <ul><li><para> Secrets Manager - when connecting to a cluster, provide the <c>secret-arn</c> of a secret stored in Secrets Manager which has <c>username</c> and <c>password</c>. The specified secret contains credentials to connect to the <c>database</c> you specify. When you are connecting to a cluster, you also supply the database name, If you provide a cluster identifier (<c>dbClusterIdentifier</c>), it must match the cluster identifier stored in the secret. When you are connecting to a serverless workgroup, you also supply the database name. </para></li><li><para> Temporary credentials - when connecting to your data warehouse, choose one of the following options: </para><ul><li><para> When connecting to a serverless workgroup, specify the workgroup name and database name. The database user name is derived from the IAM identity. For example, <c>arn:iam::123456789012:user:foo</c> has the database user name <c>IAM:foo</c>. Also, permission to call the <c>redshift-serverless:GetCredentials</c> operation is required. </para></li><li><para> When connecting to a cluster as an IAM identity, specify the cluster identifier and the database name. The database user name is derived from the IAM identity. For example, <c>arn:iam::123456789012:user:foo</c> has the database user name <c>IAM:foo</c>. Also, permission to call the <c>redshift:GetClusterCredentialsWithIAM</c> operation is required. </para></li><li><para> When connecting to a cluster as a database user, specify the cluster identifier, the database name, and the database user name. Also, permission to call the <c>redshift:GetClusterCredentials</c> operation is required. </para></li></ul></li></ul><para> For more information about the Amazon Redshift Data API and CLI usage examples, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.html">Using the Amazon Redshift Data API</a> in the <i>Amazon Redshift Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableListCmdlet.ClusterIdentifier"> <summary> <para> <para>The cluster identifier. This parameter is required when connecting to a cluster and authenticating using either Secrets Manager or temporary credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableListCmdlet.ConnectedDatabase"> <summary> <para> <para>A database name. The connected database is specified when you connect with your authentication credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableListCmdlet.Database"> <summary> <para> <para>The name of the database that contains the tables to list. If <c>ConnectedDatabase</c> is not specified, this is also the database to connect to with your authentication credentials.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableListCmdlet.DbUser"> <summary> <para> <para>The database user name. This parameter is required when connecting to a cluster as a database user and authenticating using temporary credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableListCmdlet.SchemaPattern"> <summary> <para> <para>A pattern to filter results by schema name. Within a schema pattern, "%" means match any substring of 0 or more characters and "_" means match any one character. Only schema name entries matching the search pattern are returned. If <c>SchemaPattern</c> is not specified, then all tables that match <c>TablePattern</c> are returned. If neither <c>SchemaPattern</c> or <c>TablePattern</c> are specified, then all tables are returned. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableListCmdlet.SecretArn"> <summary> <para> <para>The name or ARN of the secret that enables access to the database. This parameter is required when authenticating using Secrets Manager. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableListCmdlet.TablePattern"> <summary> <para> <para>A pattern to filter results by table name. Within a table pattern, "%" means match any substring of 0 or more characters and "_" means match any one character. Only table name entries matching the search pattern are returned. If <c>TablePattern</c> is not specified, then all tables that match <c>SchemaPattern</c>are returned. If neither <c>SchemaPattern</c> or <c>TablePattern</c> are specified, then all tables are returned. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableListCmdlet.WorkgroupName"> <summary> <para> <para>The serverless workgroup name or Amazon Resource Name (ARN). This parameter is required when connecting to a serverless workgroup and authenticating using either Secrets Manager or temporary credentials.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of tables to return in the response. If more tables exist than fit in one response, then <c>NextToken</c> is returned to page through the results. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableListCmdlet.NextToken"> <summary> <para> <para>A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.GetRSDTableListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Tables'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.RedshiftDataAPIService.Model.ListTablesResponse). Specifying the name of a property of type Amazon.RedshiftDataAPIService.Model.ListTablesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.RSD.PushRSDBatchStatementCmdlet"> <summary> Runs one or more SQL statements, which can be data manipulation language (DML) or data definition language (DDL). Depending on the authorization method, use one of the following combinations of request parameters: <ul><li><para> Secrets Manager - when connecting to a cluster, provide the <c>secret-arn</c> of a secret stored in Secrets Manager which has <c>username</c> and <c>password</c>. The specified secret contains credentials to connect to the <c>database</c> you specify. When you are connecting to a cluster, you also supply the database name, If you provide a cluster identifier (<c>dbClusterIdentifier</c>), it must match the cluster identifier stored in the secret. When you are connecting to a serverless workgroup, you also supply the database name. </para></li><li><para> Temporary credentials - when connecting to your data warehouse, choose one of the following options: </para><ul><li><para> When connecting to a serverless workgroup, specify the workgroup name and database name. The database user name is derived from the IAM identity. For example, <c>arn:iam::123456789012:user:foo</c> has the database user name <c>IAM:foo</c>. Also, permission to call the <c>redshift-serverless:GetCredentials</c> operation is required. </para></li><li><para> When connecting to a cluster as an IAM identity, specify the cluster identifier and the database name. The database user name is derived from the IAM identity. For example, <c>arn:iam::123456789012:user:foo</c> has the database user name <c>IAM:foo</c>. Also, permission to call the <c>redshift:GetClusterCredentialsWithIAM</c> operation is required. </para></li><li><para> When connecting to a cluster as a database user, specify the cluster identifier, the database name, and the database user name. Also, permission to call the <c>redshift:GetClusterCredentials</c> operation is required. </para></li></ul></li></ul><para> For more information about the Amazon Redshift Data API and CLI usage examples, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.html">Using the Amazon Redshift Data API</a> in the <i>Amazon Redshift Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.PushRSDBatchStatementCmdlet.ClusterIdentifier"> <summary> <para> <para>The cluster identifier. This parameter is required when connecting to a cluster and authenticating using either Secrets Manager or temporary credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.PushRSDBatchStatementCmdlet.Database"> <summary> <para> <para>The name of the database. This parameter is required when authenticating using either Secrets Manager or temporary credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.PushRSDBatchStatementCmdlet.DbUser"> <summary> <para> <para>The database user name. This parameter is required when connecting to a cluster as a database user and authenticating using temporary credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.PushRSDBatchStatementCmdlet.ResultFormat"> <summary> <para> <para>The data format of the result of the SQL statement. If no format is specified, the default is JSON.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.PushRSDBatchStatementCmdlet.SecretArn"> <summary> <para> <para>The name or ARN of the secret that enables access to the database. This parameter is required when authenticating using Secrets Manager. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.PushRSDBatchStatementCmdlet.SessionId"> <summary> <para> <para>The session identifier of the query.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.PushRSDBatchStatementCmdlet.SessionKeepAliveSecond"> <summary> <para> <para>The number of seconds to keep the session alive after the query finishes. The maximum time a session can keep alive is 24 hours. After 24 hours, the session is forced closed and the query is terminated.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.PushRSDBatchStatementCmdlet.Sql"> <summary> <para> Amazon.RedshiftDataAPIService.Model.BatchExecuteStatementRequest.Sqls </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.PushRSDBatchStatementCmdlet.StatementName"> <summary> <para> <para>The name of the SQL statements. You can name the SQL statements when you create them to identify the query. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.PushRSDBatchStatementCmdlet.WithEvent"> <summary> <para> <para>A value that indicates whether to send an event to the Amazon EventBridge event bus after the SQL statements run. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.PushRSDBatchStatementCmdlet.WorkgroupName"> <summary> <para> <para>The serverless workgroup name or Amazon Resource Name (ARN). This parameter is required when connecting to a serverless workgroup and authenticating using either Secrets Manager or temporary credentials.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.PushRSDBatchStatementCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.PushRSDBatchStatementCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.RedshiftDataAPIService.Model.BatchExecuteStatementResponse). Specifying the name of a property of type Amazon.RedshiftDataAPIService.Model.BatchExecuteStatementResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.PushRSDBatchStatementCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.RSD.SendRSDStatementCmdlet"> <summary> Runs an SQL statement, which can be data manipulation language (DML) or data definition language (DDL). This statement must be a single SQL statement. Depending on the authorization method, use one of the following combinations of request parameters: <ul><li><para> Secrets Manager - when connecting to a cluster, provide the <c>secret-arn</c> of a secret stored in Secrets Manager which has <c>username</c> and <c>password</c>. The specified secret contains credentials to connect to the <c>database</c> you specify. When you are connecting to a cluster, you also supply the database name, If you provide a cluster identifier (<c>dbClusterIdentifier</c>), it must match the cluster identifier stored in the secret. When you are connecting to a serverless workgroup, you also supply the database name. </para></li><li><para> Temporary credentials - when connecting to your data warehouse, choose one of the following options: </para><ul><li><para> When connecting to a serverless workgroup, specify the workgroup name and database name. The database user name is derived from the IAM identity. For example, <c>arn:iam::123456789012:user:foo</c> has the database user name <c>IAM:foo</c>. Also, permission to call the <c>redshift-serverless:GetCredentials</c> operation is required. </para></li><li><para> When connecting to a cluster as an IAM identity, specify the cluster identifier and the database name. The database user name is derived from the IAM identity. For example, <c>arn:iam::123456789012:user:foo</c> has the database user name <c>IAM:foo</c>. Also, permission to call the <c>redshift:GetClusterCredentialsWithIAM</c> operation is required. </para></li><li><para> When connecting to a cluster as a database user, specify the cluster identifier, the database name, and the database user name. Also, permission to call the <c>redshift:GetClusterCredentials</c> operation is required. </para></li></ul></li></ul><para> For more information about the Amazon Redshift Data API and CLI usage examples, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.html">Using the Amazon Redshift Data API</a> in the <i>Amazon Redshift Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.SendRSDStatementCmdlet.ClusterIdentifier"> <summary> <para> <para>The cluster identifier. This parameter is required when connecting to a cluster and authenticating using either Secrets Manager or temporary credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.SendRSDStatementCmdlet.Database"> <summary> <para> <para>The name of the database. This parameter is required when authenticating using either Secrets Manager or temporary credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.SendRSDStatementCmdlet.DbUser"> <summary> <para> <para>The database user name. This parameter is required when connecting to a cluster as a database user and authenticating using temporary credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.SendRSDStatementCmdlet.Parameter"> <summary> <para> <para>The parameters for the SQL statement.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.SendRSDStatementCmdlet.ResultFormat"> <summary> <para> <para>The data format of the result of the SQL statement. If no format is specified, the default is JSON.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.SendRSDStatementCmdlet.SecretArn"> <summary> <para> <para>The name or ARN of the secret that enables access to the database. This parameter is required when authenticating using Secrets Manager. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.SendRSDStatementCmdlet.SessionId"> <summary> <para> <para>The session identifier of the query.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.SendRSDStatementCmdlet.SessionKeepAliveSecond"> <summary> <para> <para>The number of seconds to keep the session alive after the query finishes. The maximum time a session can keep alive is 24 hours. After 24 hours, the session is forced closed and the query is terminated.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.SendRSDStatementCmdlet.Sql"> <summary> <para> <para>The SQL statement text to run. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.SendRSDStatementCmdlet.StatementName"> <summary> <para> <para>The name of the SQL statement. You can name the SQL statement when you create it to identify the query. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.SendRSDStatementCmdlet.WithEvent"> <summary> <para> <para>A value that indicates whether to send an event to the Amazon EventBridge event bus after the SQL statement runs. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.SendRSDStatementCmdlet.WorkgroupName"> <summary> <para> <para>The serverless workgroup name or Amazon Resource Name (ARN). This parameter is required when connecting to a serverless workgroup and authenticating using either Secrets Manager or temporary credentials.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.SendRSDStatementCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.SendRSDStatementCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Id'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.RedshiftDataAPIService.Model.ExecuteStatementResponse). Specifying the name of a property of type Amazon.RedshiftDataAPIService.Model.ExecuteStatementResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.SendRSDStatementCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.RSD.StopRSDStatementCmdlet"> <summary> Cancels a running query. To be canceled, a query must be running. <para> For more information about the Amazon Redshift Data API and CLI usage examples, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.html">Using the Amazon Redshift Data API</a> in the <i>Amazon Redshift Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.StopRSDStatementCmdlet.Id"> <summary> <para> <para>The identifier of the SQL statement to cancel. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API. This identifier is returned by <c>BatchExecuteStatment</c>, <c>ExecuteStatment</c>, and <c>ListStatements</c>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.StopRSDStatementCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Status'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.RedshiftDataAPIService.Model.CancelStatementResponse). Specifying the name of a property of type Amazon.RedshiftDataAPIService.Model.CancelStatementResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RSD.StopRSDStatementCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> </members> </doc> |