packages/cloud_security_posture/data_stream/findings/agent/stream/aws.yml.hbs (47 lines of code) (raw):

period: 24h {{!-- BACKWARD COMPATIBILITY (fetchers) cloudbeat verision < 8.10 --}} fetchers: - name: aws-iam - name: aws-ec2-network - name: aws-s3 - name: aws-trail - name: aws-monitoring - name: aws-rds config: v1: type: cspm deployment: aws benchmark: cis_aws aws: {{#if aws.account_type}} account_type: {{aws.account_type}} {{/if}} {{#if aws.supports_cloud_connectors}} supports_cloud_connectors: {{aws.supports_cloud_connectors}} {{/if}} credentials: {{#if access_key_id}} access_key_id: {{access_key_id}} {{/if}} {{#if secret_access_key}} secret_access_key: {{secret_access_key}} {{/if}} {{#if session_token}} session_token: {{session_token}} {{/if}} {{#if shared_credential_file}} shared_credential_file: {{shared_credential_file}} {{/if}} {{#if credential_profile_name}} credential_profile_name: {{credential_profile_name}} {{/if}} {{#if role_arn}} role_arn: {{role_arn}} {{/if}} {{#if aws.credentials.external_id}} external_id: {{aws.credentials.external_id}} {{/if}} type: {{aws.credentials.type}} {{#if condition}} condition: {{ condition }} {{/if}}