Class: Aws::Types::CreatePentestInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def agent_space_id
  @agent_space_id
end

#assetsTypes::Assets

Returns the value of attribute assets.

Returns:



697
698
699
# File 'sig/types.rbs', line 697

def assets
  @assets
end

#code_remediation_strategy"AUTOMATIC", "DISABLED"

Returns the value of attribute code_remediation_strategy.

Returns:

  • ("AUTOMATIC", "DISABLED")


703
704
705
# File 'sig/types.rbs', line 703

def code_remediation_strategy
  @code_remediation_strategy
end

#disable_managed_skills::Array[("FINDING_PERSONALIZATION" | "LOGIN_OPTIMIZATION")]

Returns the value of attribute disable_managed_skills.

Returns:

  • (::Array[("FINDING_PERSONALIZATION" | "LOGIN_OPTIMIZATION")])


704
705
706
# File 'sig/types.rbs', line 704

def disable_managed_skills
  @disable_managed_skills
end

#exclude_risk_types::Array[("CROSS_SITE_SCRIPTING" | "DEFAULT_CREDENTIALS" | "INSECURE_DIRECT_OBJECT_REFERENCE" | "PRIVILEGE_ESCALATION" | "SERVER_SIDE_TEMPLATE_INJECTION" | "COMMAND_INJECTION" | "CODE_INJECTION" | "SQL_INJECTION" | "ARBITRARY_FILE_UPLOAD" | "INSECURE_DESERIALIZATION" | "LOCAL_FILE_INCLUSION" | "INFORMATION_DISCLOSURE" | "PATH_TRAVERSAL" | "SERVER_SIDE_REQUEST_FORGERY" | "JSON_WEB_TOKEN_VULNERABILITIES" | "XML_EXTERNAL_ENTITY" | "FILE_DELETION" | "OTHER" | "GRAPHQL_VULNERABILITIES" | "BUSINESS_LOGIC_VULNERABILITIES" | "CRYPTOGRAPHIC_VULNERABILITIES" | "DENIAL_OF_SERVICE" | "FILE_ACCESS" | "FILE_CREATION" | "DATABASE_MODIFICATION" | "DATABASE_ACCESS" | "OUTBOUND_SERVICE_REQUEST" | "UNKNOWN")]

Returns the value of attribute exclude_risk_types.

Returns:

  • (::Array[("CROSS_SITE_SCRIPTING" | "DEFAULT_CREDENTIALS" | "INSECURE_DIRECT_OBJECT_REFERENCE" | "PRIVILEGE_ESCALATION" | "SERVER_SIDE_TEMPLATE_INJECTION" | "COMMAND_INJECTION" | "CODE_INJECTION" | "SQL_INJECTION" | "ARBITRARY_FILE_UPLOAD" | "INSECURE_DESERIALIZATION" | "LOCAL_FILE_INCLUSION" | "INFORMATION_DISCLOSURE" | "PATH_TRAVERSAL" | "SERVER_SIDE_REQUEST_FORGERY" | "JSON_WEB_TOKEN_VULNERABILITIES" | "XML_EXTERNAL_ENTITY" | "FILE_DELETION" | "OTHER" | "GRAPHQL_VULNERABILITIES" | "BUSINESS_LOGIC_VULNERABILITIES" | "CRYPTOGRAPHIC_VULNERABILITIES" | "DENIAL_OF_SERVICE" | "FILE_ACCESS" | "FILE_CREATION" | "DATABASE_MODIFICATION" | "DATABASE_ACCESS" | "OUTBOUND_SERVICE_REQUEST" | "UNKNOWN")])


698
699
700
# File 'sig/types.rbs', line 698

def exclude_risk_types
  @exclude_risk_types
end

#log_configTypes::CloudWatchLog

Returns the value of attribute log_config.



700
701
702
# File 'sig/types.rbs', line 700

def log_config
  @log_config
end

#max_task_hours::Float

Returns the value of attribute max_task_hours.

Returns:

  • (::Float)


705
706
707
# File 'sig/types.rbs', line 705

def max_task_hours
  @max_task_hours
end

#network_traffic_configTypes::NetworkTrafficConfig

Returns the value of attribute network_traffic_config.



702
703
704
# File 'sig/types.rbs', line 702

def network_traffic_config
  @network_traffic_config
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


699
700
701
# File 'sig/types.rbs', line 699

def service_role
  @service_role
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def title
  @title
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



701
702
703
# File 'sig/types.rbs', line 701

def vpc_config
  @vpc_config
end