Class: Aws::Transfer::Types::DescribedSecurityPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribedSecurityPolicy
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Describes the properties of a security policy that was specified. For more information about security policies, see Working with security policies.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fips ⇒ Boolean
Specifies whether this policy enables Federal Information Processing Standards (FIPS).
-
#security_policy_name ⇒ String
Specifies the name of the security policy that is attached to the server.
-
#ssh_ciphers ⇒ Array<String>
Specifies the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to the server.
-
#ssh_kexs ⇒ Array<String>
Specifies the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the server.
-
#ssh_macs ⇒ Array<String>
Specifies the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is attached to the server.
-
#tls_ciphers ⇒ Array<String>
Specifies the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is attached to the server.
Instance Attribute Details
#fips ⇒ Boolean
Specifies whether this policy enables Federal Information Processing Standards (FIPS).
2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2196 class DescribedSecurityPolicy < Struct.new( :fips, :security_policy_name, :ssh_ciphers, :ssh_kexs, :ssh_macs, :tls_ciphers) SENSITIVE = [] include Aws::Structure end |
#security_policy_name ⇒ String
Specifies the name of the security policy that is attached to the server.
2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2196 class DescribedSecurityPolicy < Struct.new( :fips, :security_policy_name, :ssh_ciphers, :ssh_kexs, :ssh_macs, :tls_ciphers) SENSITIVE = [] include Aws::Structure end |
#ssh_ciphers ⇒ Array<String>
Specifies the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to the server.
2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2196 class DescribedSecurityPolicy < Struct.new( :fips, :security_policy_name, :ssh_ciphers, :ssh_kexs, :ssh_macs, :tls_ciphers) SENSITIVE = [] include Aws::Structure end |
#ssh_kexs ⇒ Array<String>
Specifies the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the server.
2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2196 class DescribedSecurityPolicy < Struct.new( :fips, :security_policy_name, :ssh_ciphers, :ssh_kexs, :ssh_macs, :tls_ciphers) SENSITIVE = [] include Aws::Structure end |
#ssh_macs ⇒ Array<String>
Specifies the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is attached to the server.
2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2196 class DescribedSecurityPolicy < Struct.new( :fips, :security_policy_name, :ssh_ciphers, :ssh_kexs, :ssh_macs, :tls_ciphers) SENSITIVE = [] include Aws::Structure end |
#tls_ciphers ⇒ Array<String>
Specifies the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is attached to the server.
2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2196 class DescribedSecurityPolicy < Struct.new( :fips, :security_policy_name, :ssh_ciphers, :ssh_kexs, :ssh_macs, :tls_ciphers) SENSITIVE = [] include Aws::Structure end |