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

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

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)


2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
# File 'lib/aws-sdk-transfer/types.rb', line 2524

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


2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
# File 'lib/aws-sdk-transfer/types.rb', line 2524

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)


2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
# File 'lib/aws-sdk-transfer/types.rb', line 2524

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


2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
# File 'lib/aws-sdk-transfer/types.rb', line 2524

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.

<note markdown=“1”> This parameter only applies to security policies for connectors.

</note>

Returns:

  • (Array<String>)


2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
# File 'lib/aws-sdk-transfer/types.rb', line 2524

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


2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
# File 'lib/aws-sdk-transfer/types.rb', line 2524

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


2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
# File 'lib/aws-sdk-transfer/types.rb', line 2524

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.

<note markdown=“1”> This parameter only applies to security policies for servers.

</note>

Returns:

  • (Array<String>)


2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
# File 'lib/aws-sdk-transfer/types.rb', line 2524

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)


2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
# File 'lib/aws-sdk-transfer/types.rb', line 2524

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