azure-native.awsconnector.CloudTrailTrail
Explore with Pulumi AI
A Microsoft.AwsConnector resource Azure REST API version: 2024-12-01.
Example Usage
CloudTrailTrails_CreateOrReplace
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() => 
{
    var cloudTrailTrail = new AzureNative.AwsConnector.CloudTrailTrail("cloudTrailTrail", new()
    {
        Location = "lectoohspiqh",
        Name = "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
        Properties = new AzureNative.AwsConnector.Inputs.CloudTrailTrailPropertiesArgs
        {
            Arn = "jlwqroammottlyguyzu",
            AwsAccountId = "mynelopf",
            AwsProperties = new AzureNative.AwsConnector.Inputs.AwsCloudTrailTrailPropertiesArgs
            {
                AdvancedEventSelectors = new[]
                {
                    new AzureNative.AwsConnector.Inputs.AdvancedEventSelectorArgs
                    {
                        FieldSelectors = new[]
                        {
                            new AzureNative.AwsConnector.Inputs.AdvancedFieldSelectorArgs
                            {
                                EndsWith = new[]
                                {
                                    "xvhm",
                                },
                                Equals = new[]
                                {
                                    "wxznrgvwsjlxdvssmmse",
                                },
                                Field = "mq",
                                NotEndsWith = new[]
                                {
                                    "x",
                                },
                                NotEquals = new[]
                                {
                                    "vglmmoivfeqg",
                                },
                                NotStartsWith = new[]
                                {
                                    "pojptcfcw",
                                },
                                StartsWith = new[]
                                {
                                    "fvldfltesnmpieljtehsvxudvxdujk",
                                },
                            },
                        },
                        Name = "ee",
                    },
                },
                Arn = "gbcn",
                CloudWatchLogsLogGroupArn = "nznfnuyxarmdmdtgjiougqgq",
                CloudWatchLogsRoleArn = "umhmpx",
                EnableLogFileValidation = true,
                EventSelectors = new[]
                {
                    new AzureNative.AwsConnector.Inputs.EventSelectorArgs
                    {
                        DataResources = new[]
                        {
                            new AzureNative.AwsConnector.Inputs.DataResourceArgs
                            {
                                Type = "txxrjncwohiohorurqdxzabre",
                                Values = new[]
                                {
                                    "xhlnkujkbtpptbwchhh",
                                },
                            },
                        },
                        ExcludeManagementEventSources = new[]
                        {
                            "r",
                        },
                        IncludeManagementEvents = true,
                        ReadWriteType = AzureNative.AwsConnector.EventSelectorReadWriteType.All,
                    },
                },
                IncludeGlobalServiceEvents = true,
                InsightSelectors = new[]
                {
                    new AzureNative.AwsConnector.Inputs.InsightSelectorArgs
                    {
                        InsightType = "brwlpasadlbwolsysta",
                    },
                },
                IsLogging = true,
                IsMultiRegionTrail = true,
                IsOrganizationTrail = true,
                KmsKeyId = "myqwqkkcuyltblpdsbgestqmjs",
                S3BucketName = "iknyfgvujttyxsralujehxb",
                S3KeyPrefix = "tzkelsqjqfspyoppsbhewvbenpwll",
                SnsTopicArn = "owdxqmsrqylekull",
                SnsTopicName = "goknthoxfekdccclolilvnyacvcop",
                Tags = new[]
                {
                    new AzureNative.AwsConnector.Inputs.TagArgs
                    {
                        Key = "sytikpggzq",
                        Value = "vnsgm",
                    },
                },
                TrailName = "oawneexezdnuouxdykllsflq",
            },
            AwsRegion = "dfvobbnupacpqsgexblxjlw",
            AwsSourceSchema = "tvnaxpvricaiyoucpeauofeibwrk",
            AwsTags = 
            {
                { "key5810", "tfepsytqwqilahaumarsjj" },
            },
            PublicCloudConnectorsResourceId = "i",
            PublicCloudResourceName = "aidwpmbkjspiucpvmzgg",
        },
        ResourceGroupName = "rgcloudTrailTrail",
        Tags = 
        {
            { "key8112", "rxvuvmalioxplkvujldcyntebbsmuh" },
        },
    });
});
package main
import (
	awsconnector "github.com/pulumi/pulumi-azure-native-sdk/awsconnector/v2"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := awsconnector.NewCloudTrailTrail(ctx, "cloudTrailTrail", &awsconnector.CloudTrailTrailArgs{
			Location: pulumi.String("lectoohspiqh"),
			Name:     pulumi.String("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])"),
			Properties: &awsconnector.CloudTrailTrailPropertiesArgs{
				Arn:          pulumi.String("jlwqroammottlyguyzu"),
				AwsAccountId: pulumi.String("mynelopf"),
				AwsProperties: &awsconnector.AwsCloudTrailTrailPropertiesArgs{
					AdvancedEventSelectors: awsconnector.AdvancedEventSelectorArray{
						&awsconnector.AdvancedEventSelectorArgs{
							FieldSelectors: awsconnector.AdvancedFieldSelectorArray{
								&awsconnector.AdvancedFieldSelectorArgs{
									EndsWith: pulumi.StringArray{
										pulumi.String("xvhm"),
									},
									Equals: pulumi.StringArray{
										pulumi.String("wxznrgvwsjlxdvssmmse"),
									},
									Field: pulumi.String("mq"),
									NotEndsWith: pulumi.StringArray{
										pulumi.String("x"),
									},
									NotEquals: pulumi.StringArray{
										pulumi.String("vglmmoivfeqg"),
									},
									NotStartsWith: pulumi.StringArray{
										pulumi.String("pojptcfcw"),
									},
									StartsWith: pulumi.StringArray{
										pulumi.String("fvldfltesnmpieljtehsvxudvxdujk"),
									},
								},
							},
							Name: pulumi.String("ee"),
						},
					},
					Arn:                       pulumi.String("gbcn"),
					CloudWatchLogsLogGroupArn: pulumi.String("nznfnuyxarmdmdtgjiougqgq"),
					CloudWatchLogsRoleArn:     pulumi.String("umhmpx"),
					EnableLogFileValidation:   pulumi.Bool(true),
					EventSelectors: awsconnector.EventSelectorArray{
						&awsconnector.EventSelectorArgs{
							DataResources: awsconnector.DataResourceArray{
								&awsconnector.DataResourceArgs{
									Type: pulumi.String("txxrjncwohiohorurqdxzabre"),
									Values: pulumi.StringArray{
										pulumi.String("xhlnkujkbtpptbwchhh"),
									},
								},
							},
							ExcludeManagementEventSources: pulumi.StringArray{
								pulumi.String("r"),
							},
							IncludeManagementEvents: pulumi.Bool(true),
							ReadWriteType:           pulumi.String(awsconnector.EventSelectorReadWriteTypeAll),
						},
					},
					IncludeGlobalServiceEvents: pulumi.Bool(true),
					InsightSelectors: awsconnector.InsightSelectorArray{
						&awsconnector.InsightSelectorArgs{
							InsightType: pulumi.String("brwlpasadlbwolsysta"),
						},
					},
					IsLogging:           pulumi.Bool(true),
					IsMultiRegionTrail:  pulumi.Bool(true),
					IsOrganizationTrail: pulumi.Bool(true),
					KmsKeyId:            pulumi.String("myqwqkkcuyltblpdsbgestqmjs"),
					S3BucketName:        pulumi.String("iknyfgvujttyxsralujehxb"),
					S3KeyPrefix:         pulumi.String("tzkelsqjqfspyoppsbhewvbenpwll"),
					SnsTopicArn:         pulumi.String("owdxqmsrqylekull"),
					SnsTopicName:        pulumi.String("goknthoxfekdccclolilvnyacvcop"),
					Tags: awsconnector.TagArray{
						&awsconnector.TagArgs{
							Key:   pulumi.String("sytikpggzq"),
							Value: pulumi.String("vnsgm"),
						},
					},
					TrailName: pulumi.String("oawneexezdnuouxdykllsflq"),
				},
				AwsRegion:       pulumi.String("dfvobbnupacpqsgexblxjlw"),
				AwsSourceSchema: pulumi.String("tvnaxpvricaiyoucpeauofeibwrk"),
				AwsTags: pulumi.StringMap{
					"key5810": pulumi.String("tfepsytqwqilahaumarsjj"),
				},
				PublicCloudConnectorsResourceId: pulumi.String("i"),
				PublicCloudResourceName:         pulumi.String("aidwpmbkjspiucpvmzgg"),
			},
			ResourceGroupName: pulumi.String("rgcloudTrailTrail"),
			Tags: pulumi.StringMap{
				"key8112": pulumi.String("rxvuvmalioxplkvujldcyntebbsmuh"),
			},
		})
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.awsconnector.CloudTrailTrail;
import com.pulumi.azurenative.awsconnector.CloudTrailTrailArgs;
import com.pulumi.azurenative.awsconnector.inputs.CloudTrailTrailPropertiesArgs;
import com.pulumi.azurenative.awsconnector.inputs.AwsCloudTrailTrailPropertiesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        var cloudTrailTrail = new CloudTrailTrail("cloudTrailTrail", CloudTrailTrailArgs.builder()
            .location("lectoohspiqh")
            .name("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])")
            .properties(CloudTrailTrailPropertiesArgs.builder()
                .arn("jlwqroammottlyguyzu")
                .awsAccountId("mynelopf")
                .awsProperties(AwsCloudTrailTrailPropertiesArgs.builder()
                    .advancedEventSelectors(AdvancedEventSelectorArgs.builder()
                        .fieldSelectors(AdvancedFieldSelectorArgs.builder()
                            .endsWith("xvhm")
                            .equals("wxznrgvwsjlxdvssmmse")
                            .field("mq")
                            .notEndsWith("x")
                            .notEquals("vglmmoivfeqg")
                            .notStartsWith("pojptcfcw")
                            .startsWith("fvldfltesnmpieljtehsvxudvxdujk")
                            .build())
                        .name("ee")
                        .build())
                    .arn("gbcn")
                    .cloudWatchLogsLogGroupArn("nznfnuyxarmdmdtgjiougqgq")
                    .cloudWatchLogsRoleArn("umhmpx")
                    .enableLogFileValidation(true)
                    .eventSelectors(EventSelectorArgs.builder()
                        .dataResources(DataResourceArgs.builder()
                            .type("txxrjncwohiohorurqdxzabre")
                            .values("xhlnkujkbtpptbwchhh")
                            .build())
                        .excludeManagementEventSources("r")
                        .includeManagementEvents(true)
                        .readWriteType("All")
                        .build())
                    .includeGlobalServiceEvents(true)
                    .insightSelectors(InsightSelectorArgs.builder()
                        .insightType("brwlpasadlbwolsysta")
                        .build())
                    .isLogging(true)
                    .isMultiRegionTrail(true)
                    .isOrganizationTrail(true)
                    .kmsKeyId("myqwqkkcuyltblpdsbgestqmjs")
                    .s3BucketName("iknyfgvujttyxsralujehxb")
                    .s3KeyPrefix("tzkelsqjqfspyoppsbhewvbenpwll")
                    .snsTopicArn("owdxqmsrqylekull")
                    .snsTopicName("goknthoxfekdccclolilvnyacvcop")
                    .tags(TagArgs.builder()
                        .key("sytikpggzq")
                        .value("vnsgm")
                        .build())
                    .trailName("oawneexezdnuouxdykllsflq")
                    .build())
                .awsRegion("dfvobbnupacpqsgexblxjlw")
                .awsSourceSchema("tvnaxpvricaiyoucpeauofeibwrk")
                .awsTags(Map.of("key5810", "tfepsytqwqilahaumarsjj"))
                .publicCloudConnectorsResourceId("i")
                .publicCloudResourceName("aidwpmbkjspiucpvmzgg")
                .build())
            .resourceGroupName("rgcloudTrailTrail")
            .tags(Map.of("key8112", "rxvuvmalioxplkvujldcyntebbsmuh"))
            .build());
    }
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const cloudTrailTrail = new azure_native.awsconnector.CloudTrailTrail("cloudTrailTrail", {
    location: "lectoohspiqh",
    name: "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
    properties: {
        arn: "jlwqroammottlyguyzu",
        awsAccountId: "mynelopf",
        awsProperties: {
            advancedEventSelectors: [{
                fieldSelectors: [{
                    endsWith: ["xvhm"],
                    equals: ["wxznrgvwsjlxdvssmmse"],
                    field: "mq",
                    notEndsWith: ["x"],
                    notEquals: ["vglmmoivfeqg"],
                    notStartsWith: ["pojptcfcw"],
                    startsWith: ["fvldfltesnmpieljtehsvxudvxdujk"],
                }],
                name: "ee",
            }],
            arn: "gbcn",
            cloudWatchLogsLogGroupArn: "nznfnuyxarmdmdtgjiougqgq",
            cloudWatchLogsRoleArn: "umhmpx",
            enableLogFileValidation: true,
            eventSelectors: [{
                dataResources: [{
                    type: "txxrjncwohiohorurqdxzabre",
                    values: ["xhlnkujkbtpptbwchhh"],
                }],
                excludeManagementEventSources: ["r"],
                includeManagementEvents: true,
                readWriteType: azure_native.awsconnector.EventSelectorReadWriteType.All,
            }],
            includeGlobalServiceEvents: true,
            insightSelectors: [{
                insightType: "brwlpasadlbwolsysta",
            }],
            isLogging: true,
            isMultiRegionTrail: true,
            isOrganizationTrail: true,
            kmsKeyId: "myqwqkkcuyltblpdsbgestqmjs",
            s3BucketName: "iknyfgvujttyxsralujehxb",
            s3KeyPrefix: "tzkelsqjqfspyoppsbhewvbenpwll",
            snsTopicArn: "owdxqmsrqylekull",
            snsTopicName: "goknthoxfekdccclolilvnyacvcop",
            tags: [{
                key: "sytikpggzq",
                value: "vnsgm",
            }],
            trailName: "oawneexezdnuouxdykllsflq",
        },
        awsRegion: "dfvobbnupacpqsgexblxjlw",
        awsSourceSchema: "tvnaxpvricaiyoucpeauofeibwrk",
        awsTags: {
            key5810: "tfepsytqwqilahaumarsjj",
        },
        publicCloudConnectorsResourceId: "i",
        publicCloudResourceName: "aidwpmbkjspiucpvmzgg",
    },
    resourceGroupName: "rgcloudTrailTrail",
    tags: {
        key8112: "rxvuvmalioxplkvujldcyntebbsmuh",
    },
});
import pulumi
import pulumi_azure_native as azure_native
cloud_trail_trail = azure_native.awsconnector.CloudTrailTrail("cloudTrailTrail",
    location="lectoohspiqh",
    name="Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
    properties={
        "arn": "jlwqroammottlyguyzu",
        "aws_account_id": "mynelopf",
        "aws_properties": {
            "advanced_event_selectors": [{
                "field_selectors": [{
                    "ends_with": ["xvhm"],
                    "equals": ["wxznrgvwsjlxdvssmmse"],
                    "field": "mq",
                    "not_ends_with": ["x"],
                    "not_equals": ["vglmmoivfeqg"],
                    "not_starts_with": ["pojptcfcw"],
                    "starts_with": ["fvldfltesnmpieljtehsvxudvxdujk"],
                }],
                "name": "ee",
            }],
            "arn": "gbcn",
            "cloud_watch_logs_log_group_arn": "nznfnuyxarmdmdtgjiougqgq",
            "cloud_watch_logs_role_arn": "umhmpx",
            "enable_log_file_validation": True,
            "event_selectors": [{
                "data_resources": [{
                    "type": "txxrjncwohiohorurqdxzabre",
                    "values": ["xhlnkujkbtpptbwchhh"],
                }],
                "exclude_management_event_sources": ["r"],
                "include_management_events": True,
                "read_write_type": azure_native.awsconnector.EventSelectorReadWriteType.ALL,
            }],
            "include_global_service_events": True,
            "insight_selectors": [{
                "insight_type": "brwlpasadlbwolsysta",
            }],
            "is_logging": True,
            "is_multi_region_trail": True,
            "is_organization_trail": True,
            "kms_key_id": "myqwqkkcuyltblpdsbgestqmjs",
            "s3_bucket_name": "iknyfgvujttyxsralujehxb",
            "s3_key_prefix": "tzkelsqjqfspyoppsbhewvbenpwll",
            "sns_topic_arn": "owdxqmsrqylekull",
            "sns_topic_name": "goknthoxfekdccclolilvnyacvcop",
            "tags": [{
                "key": "sytikpggzq",
                "value": "vnsgm",
            }],
            "trail_name": "oawneexezdnuouxdykllsflq",
        },
        "aws_region": "dfvobbnupacpqsgexblxjlw",
        "aws_source_schema": "tvnaxpvricaiyoucpeauofeibwrk",
        "aws_tags": {
            "key5810": "tfepsytqwqilahaumarsjj",
        },
        "public_cloud_connectors_resource_id": "i",
        "public_cloud_resource_name": "aidwpmbkjspiucpvmzgg",
    },
    resource_group_name="rgcloudTrailTrail",
    tags={
        "key8112": "rxvuvmalioxplkvujldcyntebbsmuh",
    })
resources:
  cloudTrailTrail:
    type: azure-native:awsconnector:CloudTrailTrail
    properties:
      location: lectoohspiqh
      name: Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])
      properties:
        arn: jlwqroammottlyguyzu
        awsAccountId: mynelopf
        awsProperties:
          advancedEventSelectors:
            - fieldSelectors:
                - endsWith:
                    - xvhm
                  equals:
                    - wxznrgvwsjlxdvssmmse
                  field: mq
                  notEndsWith:
                    - x
                  notEquals:
                    - vglmmoivfeqg
                  notStartsWith:
                    - pojptcfcw
                  startsWith:
                    - fvldfltesnmpieljtehsvxudvxdujk
              name: ee
          arn: gbcn
          cloudWatchLogsLogGroupArn: nznfnuyxarmdmdtgjiougqgq
          cloudWatchLogsRoleArn: umhmpx
          enableLogFileValidation: true
          eventSelectors:
            - dataResources:
                - type: txxrjncwohiohorurqdxzabre
                  values:
                    - xhlnkujkbtpptbwchhh
              excludeManagementEventSources:
                - r
              includeManagementEvents: true
              readWriteType: All
          includeGlobalServiceEvents: true
          insightSelectors:
            - insightType: brwlpasadlbwolsysta
          isLogging: true
          isMultiRegionTrail: true
          isOrganizationTrail: true
          kmsKeyId: myqwqkkcuyltblpdsbgestqmjs
          s3BucketName: iknyfgvujttyxsralujehxb
          s3KeyPrefix: tzkelsqjqfspyoppsbhewvbenpwll
          snsTopicArn: owdxqmsrqylekull
          snsTopicName: goknthoxfekdccclolilvnyacvcop
          tags:
            - key: sytikpggzq
              value: vnsgm
          trailName: oawneexezdnuouxdykllsflq
        awsRegion: dfvobbnupacpqsgexblxjlw
        awsSourceSchema: tvnaxpvricaiyoucpeauofeibwrk
        awsTags:
          key5810: tfepsytqwqilahaumarsjj
        publicCloudConnectorsResourceId: i
        publicCloudResourceName: aidwpmbkjspiucpvmzgg
      resourceGroupName: rgcloudTrailTrail
      tags:
        key8112: rxvuvmalioxplkvujldcyntebbsmuh
Create CloudTrailTrail Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CloudTrailTrail(name: string, args: CloudTrailTrailArgs, opts?: CustomResourceOptions);@overload
def CloudTrailTrail(resource_name: str,
                    args: CloudTrailTrailArgs,
                    opts: Optional[ResourceOptions] = None)
@overload
def CloudTrailTrail(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    resource_group_name: Optional[str] = None,
                    location: Optional[str] = None,
                    name: Optional[str] = None,
                    properties: Optional[CloudTrailTrailPropertiesArgs] = None,
                    tags: Optional[Mapping[str, str]] = None)func NewCloudTrailTrail(ctx *Context, name string, args CloudTrailTrailArgs, opts ...ResourceOption) (*CloudTrailTrail, error)public CloudTrailTrail(string name, CloudTrailTrailArgs args, CustomResourceOptions? opts = null)
public CloudTrailTrail(String name, CloudTrailTrailArgs args)
public CloudTrailTrail(String name, CloudTrailTrailArgs args, CustomResourceOptions options)
type: azure-native:awsconnector:CloudTrailTrail
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args CloudTrailTrailArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CloudTrailTrailArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CloudTrailTrailArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudTrailTrailArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CloudTrailTrailArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var cloudTrailTrailResource = new AzureNative.AwsConnector.CloudTrailTrail("cloudTrailTrailResource", new()
{
    ResourceGroupName = "string",
    Location = "string",
    Name = "string",
    Properties = new AzureNative.AwsConnector.Inputs.CloudTrailTrailPropertiesArgs
    {
        Arn = "string",
        AwsAccountId = "string",
        AwsProperties = new AzureNative.AwsConnector.Inputs.AwsCloudTrailTrailPropertiesArgs
        {
            AdvancedEventSelectors = new[]
            {
                new AzureNative.AwsConnector.Inputs.AdvancedEventSelectorArgs
                {
                    FieldSelectors = new[]
                    {
                        new AzureNative.AwsConnector.Inputs.AdvancedFieldSelectorArgs
                        {
                            EndsWith = new[]
                            {
                                "string",
                            },
                            Equals = new[]
                            {
                                "string",
                            },
                            Field = "string",
                            NotEndsWith = new[]
                            {
                                "string",
                            },
                            NotEquals = new[]
                            {
                                "string",
                            },
                            NotStartsWith = new[]
                            {
                                "string",
                            },
                            StartsWith = new[]
                            {
                                "string",
                            },
                        },
                    },
                    Name = "string",
                },
            },
            Arn = "string",
            CloudWatchLogsLogGroupArn = "string",
            CloudWatchLogsRoleArn = "string",
            EnableLogFileValidation = false,
            EventSelectors = new[]
            {
                new AzureNative.AwsConnector.Inputs.EventSelectorArgs
                {
                    DataResources = new[]
                    {
                        new AzureNative.AwsConnector.Inputs.DataResourceArgs
                        {
                            Type = "string",
                            Values = new[]
                            {
                                "string",
                            },
                        },
                    },
                    ExcludeManagementEventSources = new[]
                    {
                        "string",
                    },
                    IncludeManagementEvents = false,
                    ReadWriteType = "string",
                },
            },
            IncludeGlobalServiceEvents = false,
            InsightSelectors = new[]
            {
                new AzureNative.AwsConnector.Inputs.InsightSelectorArgs
                {
                    InsightType = "string",
                },
            },
            IsLogging = false,
            IsMultiRegionTrail = false,
            IsOrganizationTrail = false,
            KmsKeyId = "string",
            S3BucketName = "string",
            S3KeyPrefix = "string",
            SnsTopicArn = "string",
            SnsTopicName = "string",
            Tags = new[]
            {
                new AzureNative.AwsConnector.Inputs.TagArgs
                {
                    Key = "string",
                    Value = "string",
                },
            },
            TrailName = "string",
        },
        AwsRegion = "string",
        AwsSourceSchema = "string",
        AwsTags = 
        {
            { "string", "string" },
        },
        PublicCloudConnectorsResourceId = "string",
        PublicCloudResourceName = "string",
    },
    Tags = 
    {
        { "string", "string" },
    },
});
example, err := awsconnector.NewCloudTrailTrail(ctx, "cloudTrailTrailResource", &awsconnector.CloudTrailTrailArgs{
	ResourceGroupName: pulumi.String("string"),
	Location:          pulumi.String("string"),
	Name:              pulumi.String("string"),
	Properties: &awsconnector.CloudTrailTrailPropertiesArgs{
		Arn:          pulumi.String("string"),
		AwsAccountId: pulumi.String("string"),
		AwsProperties: &awsconnector.AwsCloudTrailTrailPropertiesArgs{
			AdvancedEventSelectors: awsconnector.AdvancedEventSelectorArray{
				&awsconnector.AdvancedEventSelectorArgs{
					FieldSelectors: awsconnector.AdvancedFieldSelectorArray{
						&awsconnector.AdvancedFieldSelectorArgs{
							EndsWith: pulumi.StringArray{
								pulumi.String("string"),
							},
							Equals: pulumi.StringArray{
								pulumi.String("string"),
							},
							Field: pulumi.String("string"),
							NotEndsWith: pulumi.StringArray{
								pulumi.String("string"),
							},
							NotEquals: pulumi.StringArray{
								pulumi.String("string"),
							},
							NotStartsWith: pulumi.StringArray{
								pulumi.String("string"),
							},
							StartsWith: pulumi.StringArray{
								pulumi.String("string"),
							},
						},
					},
					Name: pulumi.String("string"),
				},
			},
			Arn:                       pulumi.String("string"),
			CloudWatchLogsLogGroupArn: pulumi.String("string"),
			CloudWatchLogsRoleArn:     pulumi.String("string"),
			EnableLogFileValidation:   pulumi.Bool(false),
			EventSelectors: awsconnector.EventSelectorArray{
				&awsconnector.EventSelectorArgs{
					DataResources: awsconnector.DataResourceArray{
						&awsconnector.DataResourceArgs{
							Type: pulumi.String("string"),
							Values: pulumi.StringArray{
								pulumi.String("string"),
							},
						},
					},
					ExcludeManagementEventSources: pulumi.StringArray{
						pulumi.String("string"),
					},
					IncludeManagementEvents: pulumi.Bool(false),
					ReadWriteType:           pulumi.String("string"),
				},
			},
			IncludeGlobalServiceEvents: pulumi.Bool(false),
			InsightSelectors: awsconnector.InsightSelectorArray{
				&awsconnector.InsightSelectorArgs{
					InsightType: pulumi.String("string"),
				},
			},
			IsLogging:           pulumi.Bool(false),
			IsMultiRegionTrail:  pulumi.Bool(false),
			IsOrganizationTrail: pulumi.Bool(false),
			KmsKeyId:            pulumi.String("string"),
			S3BucketName:        pulumi.String("string"),
			S3KeyPrefix:         pulumi.String("string"),
			SnsTopicArn:         pulumi.String("string"),
			SnsTopicName:        pulumi.String("string"),
			Tags: awsconnector.TagArray{
				&awsconnector.TagArgs{
					Key:   pulumi.String("string"),
					Value: pulumi.String("string"),
				},
			},
			TrailName: pulumi.String("string"),
		},
		AwsRegion:       pulumi.String("string"),
		AwsSourceSchema: pulumi.String("string"),
		AwsTags: pulumi.StringMap{
			"string": pulumi.String("string"),
		},
		PublicCloudConnectorsResourceId: pulumi.String("string"),
		PublicCloudResourceName:         pulumi.String("string"),
	},
	Tags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
})
var cloudTrailTrailResource = new CloudTrailTrail("cloudTrailTrailResource", CloudTrailTrailArgs.builder()
    .resourceGroupName("string")
    .location("string")
    .name("string")
    .properties(CloudTrailTrailPropertiesArgs.builder()
        .arn("string")
        .awsAccountId("string")
        .awsProperties(AwsCloudTrailTrailPropertiesArgs.builder()
            .advancedEventSelectors(AdvancedEventSelectorArgs.builder()
                .fieldSelectors(AdvancedFieldSelectorArgs.builder()
                    .endsWith("string")
                    .equals("string")
                    .field("string")
                    .notEndsWith("string")
                    .notEquals("string")
                    .notStartsWith("string")
                    .startsWith("string")
                    .build())
                .name("string")
                .build())
            .arn("string")
            .cloudWatchLogsLogGroupArn("string")
            .cloudWatchLogsRoleArn("string")
            .enableLogFileValidation(false)
            .eventSelectors(EventSelectorArgs.builder()
                .dataResources(DataResourceArgs.builder()
                    .type("string")
                    .values("string")
                    .build())
                .excludeManagementEventSources("string")
                .includeManagementEvents(false)
                .readWriteType("string")
                .build())
            .includeGlobalServiceEvents(false)
            .insightSelectors(InsightSelectorArgs.builder()
                .insightType("string")
                .build())
            .isLogging(false)
            .isMultiRegionTrail(false)
            .isOrganizationTrail(false)
            .kmsKeyId("string")
            .s3BucketName("string")
            .s3KeyPrefix("string")
            .snsTopicArn("string")
            .snsTopicName("string")
            .tags(TagArgs.builder()
                .key("string")
                .value("string")
                .build())
            .trailName("string")
            .build())
        .awsRegion("string")
        .awsSourceSchema("string")
        .awsTags(Map.of("string", "string"))
        .publicCloudConnectorsResourceId("string")
        .publicCloudResourceName("string")
        .build())
    .tags(Map.of("string", "string"))
    .build());
cloud_trail_trail_resource = azure_native.awsconnector.CloudTrailTrail("cloudTrailTrailResource",
    resource_group_name="string",
    location="string",
    name="string",
    properties={
        "arn": "string",
        "aws_account_id": "string",
        "aws_properties": {
            "advanced_event_selectors": [{
                "field_selectors": [{
                    "ends_with": ["string"],
                    "equals": ["string"],
                    "field": "string",
                    "not_ends_with": ["string"],
                    "not_equals": ["string"],
                    "not_starts_with": ["string"],
                    "starts_with": ["string"],
                }],
                "name": "string",
            }],
            "arn": "string",
            "cloud_watch_logs_log_group_arn": "string",
            "cloud_watch_logs_role_arn": "string",
            "enable_log_file_validation": False,
            "event_selectors": [{
                "data_resources": [{
                    "type": "string",
                    "values": ["string"],
                }],
                "exclude_management_event_sources": ["string"],
                "include_management_events": False,
                "read_write_type": "string",
            }],
            "include_global_service_events": False,
            "insight_selectors": [{
                "insight_type": "string",
            }],
            "is_logging": False,
            "is_multi_region_trail": False,
            "is_organization_trail": False,
            "kms_key_id": "string",
            "s3_bucket_name": "string",
            "s3_key_prefix": "string",
            "sns_topic_arn": "string",
            "sns_topic_name": "string",
            "tags": [{
                "key": "string",
                "value": "string",
            }],
            "trail_name": "string",
        },
        "aws_region": "string",
        "aws_source_schema": "string",
        "aws_tags": {
            "string": "string",
        },
        "public_cloud_connectors_resource_id": "string",
        "public_cloud_resource_name": "string",
    },
    tags={
        "string": "string",
    })
const cloudTrailTrailResource = new azure_native.awsconnector.CloudTrailTrail("cloudTrailTrailResource", {
    resourceGroupName: "string",
    location: "string",
    name: "string",
    properties: {
        arn: "string",
        awsAccountId: "string",
        awsProperties: {
            advancedEventSelectors: [{
                fieldSelectors: [{
                    endsWith: ["string"],
                    equals: ["string"],
                    field: "string",
                    notEndsWith: ["string"],
                    notEquals: ["string"],
                    notStartsWith: ["string"],
                    startsWith: ["string"],
                }],
                name: "string",
            }],
            arn: "string",
            cloudWatchLogsLogGroupArn: "string",
            cloudWatchLogsRoleArn: "string",
            enableLogFileValidation: false,
            eventSelectors: [{
                dataResources: [{
                    type: "string",
                    values: ["string"],
                }],
                excludeManagementEventSources: ["string"],
                includeManagementEvents: false,
                readWriteType: "string",
            }],
            includeGlobalServiceEvents: false,
            insightSelectors: [{
                insightType: "string",
            }],
            isLogging: false,
            isMultiRegionTrail: false,
            isOrganizationTrail: false,
            kmsKeyId: "string",
            s3BucketName: "string",
            s3KeyPrefix: "string",
            snsTopicArn: "string",
            snsTopicName: "string",
            tags: [{
                key: "string",
                value: "string",
            }],
            trailName: "string",
        },
        awsRegion: "string",
        awsSourceSchema: "string",
        awsTags: {
            string: "string",
        },
        publicCloudConnectorsResourceId: "string",
        publicCloudResourceName: "string",
    },
    tags: {
        string: "string",
    },
});
type: azure-native:awsconnector:CloudTrailTrail
properties:
    location: string
    name: string
    properties:
        arn: string
        awsAccountId: string
        awsProperties:
            advancedEventSelectors:
                - fieldSelectors:
                    - endsWith:
                        - string
                      equals:
                        - string
                      field: string
                      notEndsWith:
                        - string
                      notEquals:
                        - string
                      notStartsWith:
                        - string
                      startsWith:
                        - string
                  name: string
            arn: string
            cloudWatchLogsLogGroupArn: string
            cloudWatchLogsRoleArn: string
            enableLogFileValidation: false
            eventSelectors:
                - dataResources:
                    - type: string
                      values:
                        - string
                  excludeManagementEventSources:
                    - string
                  includeManagementEvents: false
                  readWriteType: string
            includeGlobalServiceEvents: false
            insightSelectors:
                - insightType: string
            isLogging: false
            isMultiRegionTrail: false
            isOrganizationTrail: false
            kmsKeyId: string
            s3BucketName: string
            s3KeyPrefix: string
            snsTopicArn: string
            snsTopicName: string
            tags:
                - key: string
                  value: string
            trailName: string
        awsRegion: string
        awsSourceSchema: string
        awsTags:
            string: string
        publicCloudConnectorsResourceId: string
        publicCloudResourceName: string
    resourceGroupName: string
    tags:
        string: string
CloudTrailTrail Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The CloudTrailTrail resource accepts the following input properties:
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- Location string
- The geo-location where the resource lives
- Name string
- Name of CloudTrailTrail
- Properties
Pulumi.Azure Native. Aws Connector. Inputs. Cloud Trail Trail Properties 
- The resource-specific properties for this resource.
- Dictionary<string, string>
- Resource tags.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- Location string
- The geo-location where the resource lives
- Name string
- Name of CloudTrailTrail
- Properties
CloudTrail Trail Properties Args 
- The resource-specific properties for this resource.
- map[string]string
- Resource tags.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- location String
- The geo-location where the resource lives
- name String
- Name of CloudTrailTrail
- properties
CloudTrail Trail Properties 
- The resource-specific properties for this resource.
- Map<String,String>
- Resource tags.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- location string
- The geo-location where the resource lives
- name string
- Name of CloudTrailTrail
- properties
CloudTrail Trail Properties 
- The resource-specific properties for this resource.
- {[key: string]: string}
- Resource tags.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- location str
- The geo-location where the resource lives
- name str
- Name of CloudTrailTrail
- properties
CloudTrail Trail Properties Args 
- The resource-specific properties for this resource.
- Mapping[str, str]
- Resource tags.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- location String
- The geo-location where the resource lives
- name String
- Name of CloudTrailTrail
- properties Property Map
- The resource-specific properties for this resource.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the CloudTrailTrail resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- SystemData Pulumi.Azure Native. Aws Connector. Outputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- The provider-assigned unique ID for this managed resource.
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- The provider-assigned unique ID for this managed resource.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- The provider-assigned unique ID for this managed resource.
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
AdvancedEventSelector, AdvancedEventSelectorArgs      
- FieldSelectors List<Pulumi.Azure Native. Aws Connector. Inputs. Advanced Field Selector> 
- Contains all selector statements in an advanced event selector.
- Name string
- An optional, descriptive name for an advanced event selector, such as 'Log data events for only two S3 buckets'.
- FieldSelectors []AdvancedField Selector 
- Contains all selector statements in an advanced event selector.
- Name string
- An optional, descriptive name for an advanced event selector, such as 'Log data events for only two S3 buckets'.
- fieldSelectors List<AdvancedField Selector> 
- Contains all selector statements in an advanced event selector.
- name String
- An optional, descriptive name for an advanced event selector, such as 'Log data events for only two S3 buckets'.
- fieldSelectors AdvancedField Selector[] 
- Contains all selector statements in an advanced event selector.
- name string
- An optional, descriptive name for an advanced event selector, such as 'Log data events for only two S3 buckets'.
- field_selectors Sequence[AdvancedField Selector] 
- Contains all selector statements in an advanced event selector.
- name str
- An optional, descriptive name for an advanced event selector, such as 'Log data events for only two S3 buckets'.
- fieldSelectors List<Property Map>
- Contains all selector statements in an advanced event selector.
- name String
- An optional, descriptive name for an advanced event selector, such as 'Log data events for only two S3 buckets'.
AdvancedEventSelectorResponse, AdvancedEventSelectorResponseArgs        
- FieldSelectors List<Pulumi.Azure Native. Aws Connector. Inputs. Advanced Field Selector Response> 
- Contains all selector statements in an advanced event selector.
- Name string
- An optional, descriptive name for an advanced event selector, such as 'Log data events for only two S3 buckets'.
- FieldSelectors []AdvancedField Selector Response 
- Contains all selector statements in an advanced event selector.
- Name string
- An optional, descriptive name for an advanced event selector, such as 'Log data events for only two S3 buckets'.
- fieldSelectors List<AdvancedField Selector Response> 
- Contains all selector statements in an advanced event selector.
- name String
- An optional, descriptive name for an advanced event selector, such as 'Log data events for only two S3 buckets'.
- fieldSelectors AdvancedField Selector Response[] 
- Contains all selector statements in an advanced event selector.
- name string
- An optional, descriptive name for an advanced event selector, such as 'Log data events for only two S3 buckets'.
- field_selectors Sequence[AdvancedField Selector Response] 
- Contains all selector statements in an advanced event selector.
- name str
- An optional, descriptive name for an advanced event selector, such as 'Log data events for only two S3 buckets'.
- fieldSelectors List<Property Map>
- Contains all selector statements in an advanced event selector.
- name String
- An optional, descriptive name for an advanced event selector, such as 'Log data events for only two S3 buckets'.
AdvancedFieldSelector, AdvancedFieldSelectorArgs      
- EndsWith List<string>
- An operator that includes events that match the last few characters of the event record field specified as the value of Field.
- Equals List<string>
- An operator that includes events that match the exact value of the event record field specified as the value of Field. This is the only valid operator that you can use with the readOnly, eventCategory, and resources.type fields.
- Field string
- A field in an event record on which to filter events to be logged. Supported fields include readOnly, eventCategory, eventSource (for management events), eventName, resources.type, and resources.ARN.
- NotEnds List<string>With 
- An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
- NotEquals List<string>
- An operator that excludes events that match the exact value of the event record field specified as the value of Field.
- NotStarts List<string>With 
- An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
- StartsWith List<string>
- An operator that includes events that match the first few characters of the event record field specified as the value of Field.
- EndsWith []string
- An operator that includes events that match the last few characters of the event record field specified as the value of Field.
- Equals []string
- An operator that includes events that match the exact value of the event record field specified as the value of Field. This is the only valid operator that you can use with the readOnly, eventCategory, and resources.type fields.
- Field string
- A field in an event record on which to filter events to be logged. Supported fields include readOnly, eventCategory, eventSource (for management events), eventName, resources.type, and resources.ARN.
- NotEnds []stringWith 
- An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
- NotEquals []string
- An operator that excludes events that match the exact value of the event record field specified as the value of Field.
- NotStarts []stringWith 
- An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
- StartsWith []string
- An operator that includes events that match the first few characters of the event record field specified as the value of Field.
- endsWith List<String>
- An operator that includes events that match the last few characters of the event record field specified as the value of Field.
- equals_ List<String>
- An operator that includes events that match the exact value of the event record field specified as the value of Field. This is the only valid operator that you can use with the readOnly, eventCategory, and resources.type fields.
- field String
- A field in an event record on which to filter events to be logged. Supported fields include readOnly, eventCategory, eventSource (for management events), eventName, resources.type, and resources.ARN.
- notEnds List<String>With 
- An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
- notEquals List<String>
- An operator that excludes events that match the exact value of the event record field specified as the value of Field.
- notStarts List<String>With 
- An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
- startsWith List<String>
- An operator that includes events that match the first few characters of the event record field specified as the value of Field.
- endsWith string[]
- An operator that includes events that match the last few characters of the event record field specified as the value of Field.
- equals string[]
- An operator that includes events that match the exact value of the event record field specified as the value of Field. This is the only valid operator that you can use with the readOnly, eventCategory, and resources.type fields.
- field string
- A field in an event record on which to filter events to be logged. Supported fields include readOnly, eventCategory, eventSource (for management events), eventName, resources.type, and resources.ARN.
- notEnds string[]With 
- An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
- notEquals string[]
- An operator that excludes events that match the exact value of the event record field specified as the value of Field.
- notStarts string[]With 
- An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
- startsWith string[]
- An operator that includes events that match the first few characters of the event record field specified as the value of Field.
- ends_with Sequence[str]
- An operator that includes events that match the last few characters of the event record field specified as the value of Field.
- equals Sequence[str]
- An operator that includes events that match the exact value of the event record field specified as the value of Field. This is the only valid operator that you can use with the readOnly, eventCategory, and resources.type fields.
- field str
- A field in an event record on which to filter events to be logged. Supported fields include readOnly, eventCategory, eventSource (for management events), eventName, resources.type, and resources.ARN.
- not_ends_ Sequence[str]with 
- An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
- not_equals Sequence[str]
- An operator that excludes events that match the exact value of the event record field specified as the value of Field.
- not_starts_ Sequence[str]with 
- An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
- starts_with Sequence[str]
- An operator that includes events that match the first few characters of the event record field specified as the value of Field.
- endsWith List<String>
- An operator that includes events that match the last few characters of the event record field specified as the value of Field.
- equals List<String>
- An operator that includes events that match the exact value of the event record field specified as the value of Field. This is the only valid operator that you can use with the readOnly, eventCategory, and resources.type fields.
- field String
- A field in an event record on which to filter events to be logged. Supported fields include readOnly, eventCategory, eventSource (for management events), eventName, resources.type, and resources.ARN.
- notEnds List<String>With 
- An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
- notEquals List<String>
- An operator that excludes events that match the exact value of the event record field specified as the value of Field.
- notStarts List<String>With 
- An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
- startsWith List<String>
- An operator that includes events that match the first few characters of the event record field specified as the value of Field.
AdvancedFieldSelectorResponse, AdvancedFieldSelectorResponseArgs        
- EndsWith List<string>
- An operator that includes events that match the last few characters of the event record field specified as the value of Field.
- Equals List<string>
- An operator that includes events that match the exact value of the event record field specified as the value of Field. This is the only valid operator that you can use with the readOnly, eventCategory, and resources.type fields.
- Field string
- A field in an event record on which to filter events to be logged. Supported fields include readOnly, eventCategory, eventSource (for management events), eventName, resources.type, and resources.ARN.
- NotEnds List<string>With 
- An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
- NotEquals List<string>
- An operator that excludes events that match the exact value of the event record field specified as the value of Field.
- NotStarts List<string>With 
- An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
- StartsWith List<string>
- An operator that includes events that match the first few characters of the event record field specified as the value of Field.
- EndsWith []string
- An operator that includes events that match the last few characters of the event record field specified as the value of Field.
- Equals []string
- An operator that includes events that match the exact value of the event record field specified as the value of Field. This is the only valid operator that you can use with the readOnly, eventCategory, and resources.type fields.
- Field string
- A field in an event record on which to filter events to be logged. Supported fields include readOnly, eventCategory, eventSource (for management events), eventName, resources.type, and resources.ARN.
- NotEnds []stringWith 
- An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
- NotEquals []string
- An operator that excludes events that match the exact value of the event record field specified as the value of Field.
- NotStarts []stringWith 
- An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
- StartsWith []string
- An operator that includes events that match the first few characters of the event record field specified as the value of Field.
- endsWith List<String>
- An operator that includes events that match the last few characters of the event record field specified as the value of Field.
- equals_ List<String>
- An operator that includes events that match the exact value of the event record field specified as the value of Field. This is the only valid operator that you can use with the readOnly, eventCategory, and resources.type fields.
- field String
- A field in an event record on which to filter events to be logged. Supported fields include readOnly, eventCategory, eventSource (for management events), eventName, resources.type, and resources.ARN.
- notEnds List<String>With 
- An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
- notEquals List<String>
- An operator that excludes events that match the exact value of the event record field specified as the value of Field.
- notStarts List<String>With 
- An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
- startsWith List<String>
- An operator that includes events that match the first few characters of the event record field specified as the value of Field.
- endsWith string[]
- An operator that includes events that match the last few characters of the event record field specified as the value of Field.
- equals string[]
- An operator that includes events that match the exact value of the event record field specified as the value of Field. This is the only valid operator that you can use with the readOnly, eventCategory, and resources.type fields.
- field string
- A field in an event record on which to filter events to be logged. Supported fields include readOnly, eventCategory, eventSource (for management events), eventName, resources.type, and resources.ARN.
- notEnds string[]With 
- An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
- notEquals string[]
- An operator that excludes events that match the exact value of the event record field specified as the value of Field.
- notStarts string[]With 
- An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
- startsWith string[]
- An operator that includes events that match the first few characters of the event record field specified as the value of Field.
- ends_with Sequence[str]
- An operator that includes events that match the last few characters of the event record field specified as the value of Field.
- equals Sequence[str]
- An operator that includes events that match the exact value of the event record field specified as the value of Field. This is the only valid operator that you can use with the readOnly, eventCategory, and resources.type fields.
- field str
- A field in an event record on which to filter events to be logged. Supported fields include readOnly, eventCategory, eventSource (for management events), eventName, resources.type, and resources.ARN.
- not_ends_ Sequence[str]with 
- An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
- not_equals Sequence[str]
- An operator that excludes events that match the exact value of the event record field specified as the value of Field.
- not_starts_ Sequence[str]with 
- An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
- starts_with Sequence[str]
- An operator that includes events that match the first few characters of the event record field specified as the value of Field.
- endsWith List<String>
- An operator that includes events that match the last few characters of the event record field specified as the value of Field.
- equals List<String>
- An operator that includes events that match the exact value of the event record field specified as the value of Field. This is the only valid operator that you can use with the readOnly, eventCategory, and resources.type fields.
- field String
- A field in an event record on which to filter events to be logged. Supported fields include readOnly, eventCategory, eventSource (for management events), eventName, resources.type, and resources.ARN.
- notEnds List<String>With 
- An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
- notEquals List<String>
- An operator that excludes events that match the exact value of the event record field specified as the value of Field.
- notStarts List<String>With 
- An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
- startsWith List<String>
- An operator that includes events that match the first few characters of the event record field specified as the value of Field.
AwsCloudTrailTrailProperties, AwsCloudTrailTrailPropertiesArgs          
- AdvancedEvent List<Pulumi.Selectors Azure Native. Aws Connector. Inputs. Advanced Event Selector> 
- The advanced event selectors that were used to select events for the data store.
- Arn string
- Property arn
- CloudWatch stringLogs Log Group Arn 
- Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.
- CloudWatch stringLogs Role Arn 
- Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
- EnableLog boolFile Validation 
- Specifies whether log file validation is enabled. The default is false.
- EventSelectors List<Pulumi.Azure Native. Aws Connector. Inputs. Event Selector> 
- Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail.
- IncludeGlobal boolService Events 
- Specifies whether the trail is publishing events from global services such as IAM to the log files.
- InsightSelectors List<Pulumi.Azure Native. Aws Connector. Inputs. Insight Selector> 
- Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail.
- IsLogging bool
- Whether the CloudTrail is currently logging AWS API calls.
- IsMulti boolRegion Trail 
- Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted. As a best practice, consider using trails that log events in all regions.
- IsOrganization boolTrail 
- Specifies whether the trail is created for all accounts in an organization in AWS Organizations, or only for the current AWS account. The default is false, and cannot be true unless the call is made on behalf of an AWS account that is the master account for an organization in AWS Organizations.
- KmsKey stringId 
- Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be an alias name prefixed by 'alias/', a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.
- S3BucketName string
- Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.
- S3KeyPrefix string
- Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.
- SnsTopic stringArn 
- Property snsTopicArn
- SnsTopic stringName 
- Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.
- 
List<Pulumi.Azure Native. Aws Connector. Inputs. Tag> 
- Property tags
- TrailName string
- Property trailName
- AdvancedEvent []AdvancedSelectors Event Selector 
- The advanced event selectors that were used to select events for the data store.
- Arn string
- Property arn
- CloudWatch stringLogs Log Group Arn 
- Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.
- CloudWatch stringLogs Role Arn 
- Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
- EnableLog boolFile Validation 
- Specifies whether log file validation is enabled. The default is false.
- EventSelectors []EventSelector 
- Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail.
- IncludeGlobal boolService Events 
- Specifies whether the trail is publishing events from global services such as IAM to the log files.
- InsightSelectors []InsightSelector 
- Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail.
- IsLogging bool
- Whether the CloudTrail is currently logging AWS API calls.
- IsMulti boolRegion Trail 
- Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted. As a best practice, consider using trails that log events in all regions.
- IsOrganization boolTrail 
- Specifies whether the trail is created for all accounts in an organization in AWS Organizations, or only for the current AWS account. The default is false, and cannot be true unless the call is made on behalf of an AWS account that is the master account for an organization in AWS Organizations.
- KmsKey stringId 
- Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be an alias name prefixed by 'alias/', a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.
- S3BucketName string
- Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.
- S3KeyPrefix string
- Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.
- SnsTopic stringArn 
- Property snsTopicArn
- SnsTopic stringName 
- Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.
- []Tag
- Property tags
- TrailName string
- Property trailName
- advancedEvent List<AdvancedSelectors Event Selector> 
- The advanced event selectors that were used to select events for the data store.
- arn String
- Property arn
- cloudWatch StringLogs Log Group Arn 
- Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.
- cloudWatch StringLogs Role Arn 
- Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
- enableLog BooleanFile Validation 
- Specifies whether log file validation is enabled. The default is false.
- eventSelectors List<EventSelector> 
- Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail.
- includeGlobal BooleanService Events 
- Specifies whether the trail is publishing events from global services such as IAM to the log files.
- insightSelectors List<InsightSelector> 
- Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail.
- isLogging Boolean
- Whether the CloudTrail is currently logging AWS API calls.
- isMulti BooleanRegion Trail 
- Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted. As a best practice, consider using trails that log events in all regions.
- isOrganization BooleanTrail 
- Specifies whether the trail is created for all accounts in an organization in AWS Organizations, or only for the current AWS account. The default is false, and cannot be true unless the call is made on behalf of an AWS account that is the master account for an organization in AWS Organizations.
- kmsKey StringId 
- Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be an alias name prefixed by 'alias/', a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.
- s3BucketName String
- Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.
- s3KeyPrefix String
- Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.
- snsTopic StringArn 
- Property snsTopicArn
- snsTopic StringName 
- Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.
- List<Tag>
- Property tags
- trailName String
- Property trailName
- advancedEvent AdvancedSelectors Event Selector[] 
- The advanced event selectors that were used to select events for the data store.
- arn string
- Property arn
- cloudWatch stringLogs Log Group Arn 
- Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.
- cloudWatch stringLogs Role Arn 
- Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
- enableLog booleanFile Validation 
- Specifies whether log file validation is enabled. The default is false.
- eventSelectors EventSelector[] 
- Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail.
- includeGlobal booleanService Events 
- Specifies whether the trail is publishing events from global services such as IAM to the log files.
- insightSelectors InsightSelector[] 
- Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail.
- isLogging boolean
- Whether the CloudTrail is currently logging AWS API calls.
- isMulti booleanRegion Trail 
- Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted. As a best practice, consider using trails that log events in all regions.
- isOrganization booleanTrail 
- Specifies whether the trail is created for all accounts in an organization in AWS Organizations, or only for the current AWS account. The default is false, and cannot be true unless the call is made on behalf of an AWS account that is the master account for an organization in AWS Organizations.
- kmsKey stringId 
- Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be an alias name prefixed by 'alias/', a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.
- s3BucketName string
- Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.
- s3KeyPrefix string
- Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.
- snsTopic stringArn 
- Property snsTopicArn
- snsTopic stringName 
- Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.
- Tag[]
- Property tags
- trailName string
- Property trailName
- advanced_event_ Sequence[Advancedselectors Event Selector] 
- The advanced event selectors that were used to select events for the data store.
- arn str
- Property arn
- cloud_watch_ strlogs_ log_ group_ arn 
- Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.
- cloud_watch_ strlogs_ role_ arn 
- Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
- enable_log_ boolfile_ validation 
- Specifies whether log file validation is enabled. The default is false.
- event_selectors Sequence[EventSelector] 
- Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail.
- include_global_ boolservice_ events 
- Specifies whether the trail is publishing events from global services such as IAM to the log files.
- insight_selectors Sequence[InsightSelector] 
- Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail.
- is_logging bool
- Whether the CloudTrail is currently logging AWS API calls.
- is_multi_ boolregion_ trail 
- Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted. As a best practice, consider using trails that log events in all regions.
- is_organization_ booltrail 
- Specifies whether the trail is created for all accounts in an organization in AWS Organizations, or only for the current AWS account. The default is false, and cannot be true unless the call is made on behalf of an AWS account that is the master account for an organization in AWS Organizations.
- kms_key_ strid 
- Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be an alias name prefixed by 'alias/', a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.
- s3_bucket_ strname 
- Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.
- s3_key_ strprefix 
- Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.
- sns_topic_ strarn 
- Property snsTopicArn
- sns_topic_ strname 
- Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.
- Sequence[Tag]
- Property tags
- trail_name str
- Property trailName
- advancedEvent List<Property Map>Selectors 
- The advanced event selectors that were used to select events for the data store.
- arn String
- Property arn
- cloudWatch StringLogs Log Group Arn 
- Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.
- cloudWatch StringLogs Role Arn 
- Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
- enableLog BooleanFile Validation 
- Specifies whether log file validation is enabled. The default is false.
- eventSelectors List<Property Map>
- Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail.
- includeGlobal BooleanService Events 
- Specifies whether the trail is publishing events from global services such as IAM to the log files.
- insightSelectors List<Property Map>
- Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail.
- isLogging Boolean
- Whether the CloudTrail is currently logging AWS API calls.
- isMulti BooleanRegion Trail 
- Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted. As a best practice, consider using trails that log events in all regions.
- isOrganization BooleanTrail 
- Specifies whether the trail is created for all accounts in an organization in AWS Organizations, or only for the current AWS account. The default is false, and cannot be true unless the call is made on behalf of an AWS account that is the master account for an organization in AWS Organizations.
- kmsKey StringId 
- Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be an alias name prefixed by 'alias/', a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.
- s3BucketName String
- Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.
- s3KeyPrefix String
- Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.
- snsTopic StringArn 
- Property snsTopicArn
- snsTopic StringName 
- Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.
- List<Property Map>
- Property tags
- trailName String
- Property trailName
AwsCloudTrailTrailPropertiesResponse, AwsCloudTrailTrailPropertiesResponseArgs            
- AdvancedEvent List<Pulumi.Selectors Azure Native. Aws Connector. Inputs. Advanced Event Selector Response> 
- The advanced event selectors that were used to select events for the data store.
- Arn string
- Property arn
- CloudWatch stringLogs Log Group Arn 
- Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.
- CloudWatch stringLogs Role Arn 
- Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
- EnableLog boolFile Validation 
- Specifies whether log file validation is enabled. The default is false.
- EventSelectors List<Pulumi.Azure Native. Aws Connector. Inputs. Event Selector Response> 
- Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail.
- IncludeGlobal boolService Events 
- Specifies whether the trail is publishing events from global services such as IAM to the log files.
- InsightSelectors List<Pulumi.Azure Native. Aws Connector. Inputs. Insight Selector Response> 
- Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail.
- IsLogging bool
- Whether the CloudTrail is currently logging AWS API calls.
- IsMulti boolRegion Trail 
- Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted. As a best practice, consider using trails that log events in all regions.
- IsOrganization boolTrail 
- Specifies whether the trail is created for all accounts in an organization in AWS Organizations, or only for the current AWS account. The default is false, and cannot be true unless the call is made on behalf of an AWS account that is the master account for an organization in AWS Organizations.
- KmsKey stringId 
- Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be an alias name prefixed by 'alias/', a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.
- S3BucketName string
- Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.
- S3KeyPrefix string
- Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.
- SnsTopic stringArn 
- Property snsTopicArn
- SnsTopic stringName 
- Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.
- 
List<Pulumi.Azure Native. Aws Connector. Inputs. Tag Response> 
- Property tags
- TrailName string
- Property trailName
- AdvancedEvent []AdvancedSelectors Event Selector Response 
- The advanced event selectors that were used to select events for the data store.
- Arn string
- Property arn
- CloudWatch stringLogs Log Group Arn 
- Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.
- CloudWatch stringLogs Role Arn 
- Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
- EnableLog boolFile Validation 
- Specifies whether log file validation is enabled. The default is false.
- EventSelectors []EventSelector Response 
- Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail.
- IncludeGlobal boolService Events 
- Specifies whether the trail is publishing events from global services such as IAM to the log files.
- InsightSelectors []InsightSelector Response 
- Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail.
- IsLogging bool
- Whether the CloudTrail is currently logging AWS API calls.
- IsMulti boolRegion Trail 
- Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted. As a best practice, consider using trails that log events in all regions.
- IsOrganization boolTrail 
- Specifies whether the trail is created for all accounts in an organization in AWS Organizations, or only for the current AWS account. The default is false, and cannot be true unless the call is made on behalf of an AWS account that is the master account for an organization in AWS Organizations.
- KmsKey stringId 
- Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be an alias name prefixed by 'alias/', a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.
- S3BucketName string
- Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.
- S3KeyPrefix string
- Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.
- SnsTopic stringArn 
- Property snsTopicArn
- SnsTopic stringName 
- Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.
- 
[]TagResponse 
- Property tags
- TrailName string
- Property trailName
- advancedEvent List<AdvancedSelectors Event Selector Response> 
- The advanced event selectors that were used to select events for the data store.
- arn String
- Property arn
- cloudWatch StringLogs Log Group Arn 
- Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.
- cloudWatch StringLogs Role Arn 
- Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
- enableLog BooleanFile Validation 
- Specifies whether log file validation is enabled. The default is false.
- eventSelectors List<EventSelector Response> 
- Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail.
- includeGlobal BooleanService Events 
- Specifies whether the trail is publishing events from global services such as IAM to the log files.
- insightSelectors List<InsightSelector Response> 
- Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail.
- isLogging Boolean
- Whether the CloudTrail is currently logging AWS API calls.
- isMulti BooleanRegion Trail 
- Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted. As a best practice, consider using trails that log events in all regions.
- isOrganization BooleanTrail 
- Specifies whether the trail is created for all accounts in an organization in AWS Organizations, or only for the current AWS account. The default is false, and cannot be true unless the call is made on behalf of an AWS account that is the master account for an organization in AWS Organizations.
- kmsKey StringId 
- Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be an alias name prefixed by 'alias/', a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.
- s3BucketName String
- Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.
- s3KeyPrefix String
- Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.
- snsTopic StringArn 
- Property snsTopicArn
- snsTopic StringName 
- Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.
- 
List<TagResponse> 
- Property tags
- trailName String
- Property trailName
- advancedEvent AdvancedSelectors Event Selector Response[] 
- The advanced event selectors that were used to select events for the data store.
- arn string
- Property arn
- cloudWatch stringLogs Log Group Arn 
- Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.
- cloudWatch stringLogs Role Arn 
- Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
- enableLog booleanFile Validation 
- Specifies whether log file validation is enabled. The default is false.
- eventSelectors EventSelector Response[] 
- Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail.
- includeGlobal booleanService Events 
- Specifies whether the trail is publishing events from global services such as IAM to the log files.
- insightSelectors InsightSelector Response[] 
- Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail.
- isLogging boolean
- Whether the CloudTrail is currently logging AWS API calls.
- isMulti booleanRegion Trail 
- Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted. As a best practice, consider using trails that log events in all regions.
- isOrganization booleanTrail 
- Specifies whether the trail is created for all accounts in an organization in AWS Organizations, or only for the current AWS account. The default is false, and cannot be true unless the call is made on behalf of an AWS account that is the master account for an organization in AWS Organizations.
- kmsKey stringId 
- Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be an alias name prefixed by 'alias/', a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.
- s3BucketName string
- Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.
- s3KeyPrefix string
- Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.
- snsTopic stringArn 
- Property snsTopicArn
- snsTopic stringName 
- Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.
- 
TagResponse[] 
- Property tags
- trailName string
- Property trailName
- advanced_event_ Sequence[Advancedselectors Event Selector Response] 
- The advanced event selectors that were used to select events for the data store.
- arn str
- Property arn
- cloud_watch_ strlogs_ log_ group_ arn 
- Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.
- cloud_watch_ strlogs_ role_ arn 
- Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
- enable_log_ boolfile_ validation 
- Specifies whether log file validation is enabled. The default is false.
- event_selectors Sequence[EventSelector Response] 
- Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail.
- include_global_ boolservice_ events 
- Specifies whether the trail is publishing events from global services such as IAM to the log files.
- insight_selectors Sequence[InsightSelector Response] 
- Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail.
- is_logging bool
- Whether the CloudTrail is currently logging AWS API calls.
- is_multi_ boolregion_ trail 
- Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted. As a best practice, consider using trails that log events in all regions.
- is_organization_ booltrail 
- Specifies whether the trail is created for all accounts in an organization in AWS Organizations, or only for the current AWS account. The default is false, and cannot be true unless the call is made on behalf of an AWS account that is the master account for an organization in AWS Organizations.
- kms_key_ strid 
- Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be an alias name prefixed by 'alias/', a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.
- s3_bucket_ strname 
- Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.
- s3_key_ strprefix 
- Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.
- sns_topic_ strarn 
- Property snsTopicArn
- sns_topic_ strname 
- Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.
- 
Sequence[TagResponse] 
- Property tags
- trail_name str
- Property trailName
- advancedEvent List<Property Map>Selectors 
- The advanced event selectors that were used to select events for the data store.
- arn String
- Property arn
- cloudWatch StringLogs Log Group Arn 
- Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.
- cloudWatch StringLogs Role Arn 
- Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
- enableLog BooleanFile Validation 
- Specifies whether log file validation is enabled. The default is false.
- eventSelectors List<Property Map>
- Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail.
- includeGlobal BooleanService Events 
- Specifies whether the trail is publishing events from global services such as IAM to the log files.
- insightSelectors List<Property Map>
- Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail.
- isLogging Boolean
- Whether the CloudTrail is currently logging AWS API calls.
- isMulti BooleanRegion Trail 
- Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted. As a best practice, consider using trails that log events in all regions.
- isOrganization BooleanTrail 
- Specifies whether the trail is created for all accounts in an organization in AWS Organizations, or only for the current AWS account. The default is false, and cannot be true unless the call is made on behalf of an AWS account that is the master account for an organization in AWS Organizations.
- kmsKey StringId 
- Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be an alias name prefixed by 'alias/', a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.
- s3BucketName String
- Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.
- s3KeyPrefix String
- Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.
- snsTopic StringArn 
- Property snsTopicArn
- snsTopic StringName 
- Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.
- List<Property Map>
- Property tags
- trailName String
- Property trailName
CloudTrailTrailProperties, CloudTrailTrailPropertiesArgs        
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties Pulumi.Azure Native. Aws Connector. Inputs. Aws Cloud Trail Trail Properties 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties AwsCloud Trail Trail Properties 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- map[string]string
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties AwsCloud Trail Trail Properties 
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String,String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
- arn string
- Amazon Resource Name (ARN)
- awsAccount stringId 
- AWS Account ID
- awsProperties AwsCloud Trail Trail Properties 
- AWS Properties
- awsRegion string
- AWS Region
- awsSource stringSchema 
- AWS Source Schema
- {[key: string]: string}
- AWS Tags
- publicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud stringResource Name 
- Public Cloud Resource Name
- arn str
- Amazon Resource Name (ARN)
- aws_account_ strid 
- AWS Account ID
- aws_properties AwsCloud Trail Trail Properties 
- AWS Properties
- aws_region str
- AWS Region
- aws_source_ strschema 
- AWS Source Schema
- Mapping[str, str]
- AWS Tags
- public_cloud_ strconnectors_ resource_ id 
- Public Cloud Connectors Resource ID
- public_cloud_ strresource_ name 
- Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties Property Map
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
CloudTrailTrailPropertiesResponse, CloudTrailTrailPropertiesResponseArgs          
- ProvisioningState string
- The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties Pulumi.Azure Native. Aws Connector. Inputs. Aws Cloud Trail Trail Properties Response 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- ProvisioningState string
- The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties AwsCloud Trail Trail Properties Response 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- map[string]string
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- provisioningState String
- The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties AwsCloud Trail Trail Properties Response 
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String,String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
- provisioningState string
- The status of the last operation.
- arn string
- Amazon Resource Name (ARN)
- awsAccount stringId 
- AWS Account ID
- awsProperties AwsCloud Trail Trail Properties Response 
- AWS Properties
- awsRegion string
- AWS Region
- awsSource stringSchema 
- AWS Source Schema
- {[key: string]: string}
- AWS Tags
- publicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud stringResource Name 
- Public Cloud Resource Name
- provisioning_state str
- The status of the last operation.
- arn str
- Amazon Resource Name (ARN)
- aws_account_ strid 
- AWS Account ID
- aws_properties AwsCloud Trail Trail Properties Response 
- AWS Properties
- aws_region str
- AWS Region
- aws_source_ strschema 
- AWS Source Schema
- Mapping[str, str]
- AWS Tags
- public_cloud_ strconnectors_ resource_ id 
- Public Cloud Connectors Resource ID
- public_cloud_ strresource_ name 
- Public Cloud Resource Name
- provisioningState String
- The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties Property Map
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
DataResource, DataResourceArgs    
DataResourceResponse, DataResourceResponseArgs      
EventSelector, EventSelectorArgs    
- DataResources List<Pulumi.Azure Native. Aws Connector. Inputs. Data Resource> 
- Property dataResources
- ExcludeManagement List<string>Event Sources 
- An optional list of service event sources from which you do not want management events to be logged on your trail. In this release, the list can be empty (disables the filter), or it can filter out AWS Key Management Service events by containing 'kms.amazonaws.com'. By default, ExcludeManagementEventSources is empty, and AWS KMS events are included in events that are logged to your trail.
- IncludeManagement boolEvents 
- Specify if you want your event selector to include management events for your trail.
- ReadWrite string | Pulumi.Type Azure Native. Aws Connector. Event Selector Read Write Type 
- Specify if you want your trail to log read-only events, write-only events, or all. For example, the EC2 GetConsoleOutput is a read-only API operation and RunInstances is a write-only API operation.
- DataResources []DataResource 
- Property dataResources
- ExcludeManagement []stringEvent Sources 
- An optional list of service event sources from which you do not want management events to be logged on your trail. In this release, the list can be empty (disables the filter), or it can filter out AWS Key Management Service events by containing 'kms.amazonaws.com'. By default, ExcludeManagementEventSources is empty, and AWS KMS events are included in events that are logged to your trail.
- IncludeManagement boolEvents 
- Specify if you want your event selector to include management events for your trail.
- ReadWrite string | EventType Selector Read Write Type 
- Specify if you want your trail to log read-only events, write-only events, or all. For example, the EC2 GetConsoleOutput is a read-only API operation and RunInstances is a write-only API operation.
- dataResources List<DataResource> 
- Property dataResources
- excludeManagement List<String>Event Sources 
- An optional list of service event sources from which you do not want management events to be logged on your trail. In this release, the list can be empty (disables the filter), or it can filter out AWS Key Management Service events by containing 'kms.amazonaws.com'. By default, ExcludeManagementEventSources is empty, and AWS KMS events are included in events that are logged to your trail.
- includeManagement BooleanEvents 
- Specify if you want your event selector to include management events for your trail.
- readWrite String | EventType Selector Read Write Type 
- Specify if you want your trail to log read-only events, write-only events, or all. For example, the EC2 GetConsoleOutput is a read-only API operation and RunInstances is a write-only API operation.
- dataResources DataResource[] 
- Property dataResources
- excludeManagement string[]Event Sources 
- An optional list of service event sources from which you do not want management events to be logged on your trail. In this release, the list can be empty (disables the filter), or it can filter out AWS Key Management Service events by containing 'kms.amazonaws.com'. By default, ExcludeManagementEventSources is empty, and AWS KMS events are included in events that are logged to your trail.
- includeManagement booleanEvents 
- Specify if you want your event selector to include management events for your trail.
- readWrite string | EventType Selector Read Write Type 
- Specify if you want your trail to log read-only events, write-only events, or all. For example, the EC2 GetConsoleOutput is a read-only API operation and RunInstances is a write-only API operation.
- data_resources Sequence[DataResource] 
- Property dataResources
- exclude_management_ Sequence[str]event_ sources 
- An optional list of service event sources from which you do not want management events to be logged on your trail. In this release, the list can be empty (disables the filter), or it can filter out AWS Key Management Service events by containing 'kms.amazonaws.com'. By default, ExcludeManagementEventSources is empty, and AWS KMS events are included in events that are logged to your trail.
- include_management_ boolevents 
- Specify if you want your event selector to include management events for your trail.
- read_write_ str | Eventtype Selector Read Write Type 
- Specify if you want your trail to log read-only events, write-only events, or all. For example, the EC2 GetConsoleOutput is a read-only API operation and RunInstances is a write-only API operation.
- dataResources List<Property Map>
- Property dataResources
- excludeManagement List<String>Event Sources 
- An optional list of service event sources from which you do not want management events to be logged on your trail. In this release, the list can be empty (disables the filter), or it can filter out AWS Key Management Service events by containing 'kms.amazonaws.com'. By default, ExcludeManagementEventSources is empty, and AWS KMS events are included in events that are logged to your trail.
- includeManagement BooleanEvents 
- Specify if you want your event selector to include management events for your trail.
- readWrite String | "All" | "ReadType Only" | "Write Only" 
- Specify if you want your trail to log read-only events, write-only events, or all. For example, the EC2 GetConsoleOutput is a read-only API operation and RunInstances is a write-only API operation.
EventSelectorReadWriteType, EventSelectorReadWriteTypeArgs          
- All
- AllEventSelectorReadWriteType enum All
- ReadOnly 
- ReadOnlyEventSelectorReadWriteType enum ReadOnly
- WriteOnly 
- WriteOnlyEventSelectorReadWriteType enum WriteOnly
- EventSelector Read Write Type All 
- AllEventSelectorReadWriteType enum All
- EventSelector Read Write Type Read Only 
- ReadOnlyEventSelectorReadWriteType enum ReadOnly
- EventSelector Read Write Type Write Only 
- WriteOnlyEventSelectorReadWriteType enum WriteOnly
- All
- AllEventSelectorReadWriteType enum All
- ReadOnly 
- ReadOnlyEventSelectorReadWriteType enum ReadOnly
- WriteOnly 
- WriteOnlyEventSelectorReadWriteType enum WriteOnly
- All
- AllEventSelectorReadWriteType enum All
- ReadOnly 
- ReadOnlyEventSelectorReadWriteType enum ReadOnly
- WriteOnly 
- WriteOnlyEventSelectorReadWriteType enum WriteOnly
- ALL
- AllEventSelectorReadWriteType enum All
- READ_ONLY
- ReadOnlyEventSelectorReadWriteType enum ReadOnly
- WRITE_ONLY
- WriteOnlyEventSelectorReadWriteType enum WriteOnly
- "All"
- AllEventSelectorReadWriteType enum All
- "ReadOnly" 
- ReadOnlyEventSelectorReadWriteType enum ReadOnly
- "WriteOnly" 
- WriteOnlyEventSelectorReadWriteType enum WriteOnly
EventSelectorResponse, EventSelectorResponseArgs      
- DataResources List<Pulumi.Azure Native. Aws Connector. Inputs. Data Resource Response> 
- Property dataResources
- ExcludeManagement List<string>Event Sources 
- An optional list of service event sources from which you do not want management events to be logged on your trail. In this release, the list can be empty (disables the filter), or it can filter out AWS Key Management Service events by containing 'kms.amazonaws.com'. By default, ExcludeManagementEventSources is empty, and AWS KMS events are included in events that are logged to your trail.
- IncludeManagement boolEvents 
- Specify if you want your event selector to include management events for your trail.
- ReadWrite stringType 
- Specify if you want your trail to log read-only events, write-only events, or all. For example, the EC2 GetConsoleOutput is a read-only API operation and RunInstances is a write-only API operation.
- DataResources []DataResource Response 
- Property dataResources
- ExcludeManagement []stringEvent Sources 
- An optional list of service event sources from which you do not want management events to be logged on your trail. In this release, the list can be empty (disables the filter), or it can filter out AWS Key Management Service events by containing 'kms.amazonaws.com'. By default, ExcludeManagementEventSources is empty, and AWS KMS events are included in events that are logged to your trail.
- IncludeManagement boolEvents 
- Specify if you want your event selector to include management events for your trail.
- ReadWrite stringType 
- Specify if you want your trail to log read-only events, write-only events, or all. For example, the EC2 GetConsoleOutput is a read-only API operation and RunInstances is a write-only API operation.
- dataResources List<DataResource Response> 
- Property dataResources
- excludeManagement List<String>Event Sources 
- An optional list of service event sources from which you do not want management events to be logged on your trail. In this release, the list can be empty (disables the filter), or it can filter out AWS Key Management Service events by containing 'kms.amazonaws.com'. By default, ExcludeManagementEventSources is empty, and AWS KMS events are included in events that are logged to your trail.
- includeManagement BooleanEvents 
- Specify if you want your event selector to include management events for your trail.
- readWrite StringType 
- Specify if you want your trail to log read-only events, write-only events, or all. For example, the EC2 GetConsoleOutput is a read-only API operation and RunInstances is a write-only API operation.
- dataResources DataResource Response[] 
- Property dataResources
- excludeManagement string[]Event Sources 
- An optional list of service event sources from which you do not want management events to be logged on your trail. In this release, the list can be empty (disables the filter), or it can filter out AWS Key Management Service events by containing 'kms.amazonaws.com'. By default, ExcludeManagementEventSources is empty, and AWS KMS events are included in events that are logged to your trail.
- includeManagement booleanEvents 
- Specify if you want your event selector to include management events for your trail.
- readWrite stringType 
- Specify if you want your trail to log read-only events, write-only events, or all. For example, the EC2 GetConsoleOutput is a read-only API operation and RunInstances is a write-only API operation.
- data_resources Sequence[DataResource Response] 
- Property dataResources
- exclude_management_ Sequence[str]event_ sources 
- An optional list of service event sources from which you do not want management events to be logged on your trail. In this release, the list can be empty (disables the filter), or it can filter out AWS Key Management Service events by containing 'kms.amazonaws.com'. By default, ExcludeManagementEventSources is empty, and AWS KMS events are included in events that are logged to your trail.
- include_management_ boolevents 
- Specify if you want your event selector to include management events for your trail.
- read_write_ strtype 
- Specify if you want your trail to log read-only events, write-only events, or all. For example, the EC2 GetConsoleOutput is a read-only API operation and RunInstances is a write-only API operation.
- dataResources List<Property Map>
- Property dataResources
- excludeManagement List<String>Event Sources 
- An optional list of service event sources from which you do not want management events to be logged on your trail. In this release, the list can be empty (disables the filter), or it can filter out AWS Key Management Service events by containing 'kms.amazonaws.com'. By default, ExcludeManagementEventSources is empty, and AWS KMS events are included in events that are logged to your trail.
- includeManagement BooleanEvents 
- Specify if you want your event selector to include management events for your trail.
- readWrite StringType 
- Specify if you want your trail to log read-only events, write-only events, or all. For example, the EC2 GetConsoleOutput is a read-only API operation and RunInstances is a write-only API operation.
InsightSelector, InsightSelectorArgs    
- InsightType string
- The type of insight to log on a trail.
- InsightType string
- The type of insight to log on a trail.
- insightType String
- The type of insight to log on a trail.
- insightType string
- The type of insight to log on a trail.
- insight_type str
- The type of insight to log on a trail.
- insightType String
- The type of insight to log on a trail.
InsightSelectorResponse, InsightSelectorResponseArgs      
- InsightType string
- The type of insight to log on a trail.
- InsightType string
- The type of insight to log on a trail.
- insightType String
- The type of insight to log on a trail.
- insightType string
- The type of insight to log on a trail.
- insight_type str
- The type of insight to log on a trail.
- insightType String
- The type of insight to log on a trail.
SystemDataResponse, SystemDataResponseArgs      
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
Tag, TagArgs  
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
TagResponse, TagResponseArgs    
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:awsconnector:CloudTrailTrail edilbyzlahavvhncoa /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AwsConnector/cloudTrailTrails/{name} 
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0