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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#fipsBoolean

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

Returns:

  • (Boolean)


2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2447

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)


2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2447

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>)


2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2447

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>)


2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2447

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>)


2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2447

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>)


2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2447

class DescribedSecurityPolicy < Struct.new(
  :fips,
  :security_policy_name,
  :ssh_ciphers,
  :ssh_kexs,
  :ssh_macs,
  :tls_ciphers)
  SENSITIVE = []
  include Aws::Structure
end