aws.transfer.describe_security_policy
Example SQL Queries
SELECT * FROMaws.transfer.describe_security_policyWHERE"security_policy_name" = 'VALUE';Description
Describes the security policy that is attached to your server or SFTP connector. The response contains a description of the security policy's properties. For more information about security policies, see Working with security policies for servers or Working with security policies for SFTP connectors.
Table Definition
| Column Name | Column Data Type |
|---|---|
| security_policy_name Required Input Column Specify the text name of the security policy for which you want the details. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| security_policy An array containing the properties of the security policy. | STRUCT( |
Show child fields
| |