Class: Aws::SecurityAgent::Types::AWSResources

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

AWS resource configurations associated with the agent space

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iam_rolesArray<String>

IAM role ARNs that the Security Agent can assume to access customer resources

Returns:

  • (Array<String>)


45
46
47
48
49
50
51
52
53
54
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 45

class AWSResources < Struct.new(
  :vpcs,
  :log_groups,
  :s3_buckets,
  :secret_arns,
  :lambda_function_arns,
  :iam_roles)
  SENSITIVE = []
  include Aws::Structure
end

#lambda_function_arnsArray<String>

Lambda function ARNs or names used to retrieve tester credentials for pentests

Returns:

  • (Array<String>)


45
46
47
48
49
50
51
52
53
54
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 45

class AWSResources < Struct.new(
  :vpcs,
  :log_groups,
  :s3_buckets,
  :secret_arns,
  :lambda_function_arns,
  :iam_roles)
  SENSITIVE = []
  include Aws::Structure
end

#log_groupsArray<String>

CloudWatch log group ARNs or names used to store Security Agent logs

Returns:

  • (Array<String>)


45
46
47
48
49
50
51
52
53
54
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 45

class AWSResources < Struct.new(
  :vpcs,
  :log_groups,
  :s3_buckets,
  :secret_arns,
  :lambda_function_arns,
  :iam_roles)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucketsArray<String>

S3 bucket ARNs or names used to store Security Agent artifacts

Returns:

  • (Array<String>)


45
46
47
48
49
50
51
52
53
54
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 45

class AWSResources < Struct.new(
  :vpcs,
  :log_groups,
  :s3_buckets,
  :secret_arns,
  :lambda_function_arns,
  :iam_roles)
  SENSITIVE = []
  include Aws::Structure
end

#secret_arnsArray<String>

SecretsManager secret ARNs or names used to store tester credentials for pentests

Returns:

  • (Array<String>)


45
46
47
48
49
50
51
52
53
54
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 45

class AWSResources < Struct.new(
  :vpcs,
  :log_groups,
  :s3_buckets,
  :secret_arns,
  :lambda_function_arns,
  :iam_roles)
  SENSITIVE = []
  include Aws::Structure
end

#vpcsArray<Types::VpcConfig>

VPC configurations that the Security Agent accesses in the customer environment

Returns:



45
46
47
48
49
50
51
52
53
54
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 45

class AWSResources < Struct.new(
  :vpcs,
  :log_groups,
  :s3_buckets,
  :secret_arns,
  :lambda_function_arns,
  :iam_roles)
  SENSITIVE = []
  include Aws::Structure
end