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 you specify. For more information about security policies, see Working with security policies for servers or Working with security policies for SFTP connectors.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fipsBoolean

Specifies whether this policy enables Federal Information Processing Standards (FIPS). This parameter applies to both server and connector security policies.

Returns:

  • (Boolean)


2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2490

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

#protocolsArray<String>

Lists the file transfer protocols that the security policy applies to.

Returns:

  • (Array<String>)


2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2490

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

#security_policy_nameString

The text name of the specified security policy.

Returns:

  • (String)


2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2490

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

#ssh_ciphersArray<String>

Lists the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to the server or connector. This parameter applies to both server and connector security policies.

Returns:

  • (Array<String>)


2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2490

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

#ssh_host_key_algorithmsArray<String>

Lists the host key algorithms for the security policy.

This parameter only applies to security policies for connectors.

Returns:

  • (Array<String>)


2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2490

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

#ssh_kexsArray<String>

Lists the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the server or connector. This parameter applies to both server and connector security policies.

Returns:

  • (Array<String>)


2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2490

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

#ssh_macsArray<String>

Lists the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is attached to the server or connector. This parameter applies to both server and connector security policies.

Returns:

  • (Array<String>)


2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2490

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

#tls_ciphersArray<String>

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

This parameter only applies to security policies for servers.

Returns:

  • (Array<String>)


2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2490

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

#typeString

The resource type to which the security policy applies, either server or connector.

Returns:

  • (String)


2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2490

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