_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
service_integration
Information about the integration of DevOps Guru with another Amazon Web Services service, such as Amazon Web Services Systems Manager. | STRUCT( "ops_center" STRUCT( "opt_in_status" VARCHAR ), "logs_anomaly_detection" STRUCT( "opt_in_status" VARCHAR ), "kms_server_side_encryption" STRUCT( "kms_key_id" VARCHAR, "opt_in_status" VARCHAR, "type" VARCHAR ) ) |
Show child fields- service_integration.kms_server_side_encryption
Information about whether DevOps Guru is configured to encrypt server-side data using KMS. Show child fields- service_integration.kms_server_side_encryption.kms_key_id
Describes the specified KMS key. To specify a KMS key, use its key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix it with "alias/". If you specify a predefined Amazon Web Services alias (an Amazon Web Services alias with no key ID), Amazon Web Services KMS associates the alias with an Amazon Web Services managed key and returns its KeyId and Arn in the response. To specify a KMS key in a different Amazon Web Services account, you must use the key ARN or alias ARN. For example: Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab Alias name: alias/ExampleAlias Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias
- service_integration.kms_server_side_encryption.opt_in_status
Specifies if DevOps Guru is enabled for customer managed keys.
- service_integration.kms_server_side_encryption.type
The type of KMS key used. Customer managed keys are the KMS keys that you create. Amazon Web Services owned keys are keys that are owned and managed by DevOps Guru.
- service_integration.logs_anomaly_detection
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups. Show child fields- service_integration.logs_anomaly_detection.opt_in_status
Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.
- service_integration.ops_center
Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight. Show child fields- service_integration.ops_center.opt_in_status
Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.
|