OrganizationConfiguration

class OrganizationConfiguration : KotlinCustomResource

Example Usage

resources:
example:
type: aws:detective:Graph
properties:
enable: true
exampleOrganizationConfiguration:
type: aws:detective:OrganizationConfiguration
name: example
properties:
autoEnable: true
graphArn: ${example.id}

Import

Using pulumi import, import aws_detective_organization_admin_account using the Detective Graph ID. For example:

$ pulumi import aws:detective/organizationConfiguration:OrganizationConfiguration example 00b00fd5aecc0ab60a708659477e9617

Properties

Link copied to clipboard
val autoEnable: Output<Boolean>

When this setting is enabled, all new accounts that are created in, or added to, the organization are added as a member accounts of the organization’s Detective delegated administrator and Detective is enabled in that AWS Region.

Link copied to clipboard
val graphArn: Output<String>

ARN of the behavior graph.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>