Class: Aws::Transfer::Types::DescribedSecurityPolicy

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/transfer/latest/userguide/security-policies.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fipsBoolean

Specifies whether this policy enables Federal Information Processing Standards (FIPS).

Returns:

  • (Boolean)


2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
# File '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_nameString

Specifies the name of the security policy that is attached to the server.

Returns:

  • (String)


2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
# File '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_ciphersArray<String>

Specifies the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to the server.

Returns:

  • (Array<String>)


2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
# File '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_kexsArray<String>

Specifies the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the server.

Returns:

  • (Array<String>)


2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
# File '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_macsArray<String>

Specifies the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is attached to the server.

Returns:

  • (Array<String>)


2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
# File '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_ciphersArray<String>

Specifies the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is attached to the server.

Returns:

  • (Array<String>)


2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
# File '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