types

package
v1.39.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2024 License: Apache-2.0 Imports: 4 Imported by: 29

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessDeniedException added in v1.34.0

type AccessDeniedException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

You do not have sufficient access to perform this action.

func (*AccessDeniedException) Error added in v1.34.0

func (e *AccessDeniedException) Error() string

func (*AccessDeniedException) ErrorCode added in v1.34.0

func (e *AccessDeniedException) ErrorCode() string

func (*AccessDeniedException) ErrorFault added in v1.34.0

func (e *AccessDeniedException) ErrorFault() smithy.ErrorFault

func (*AccessDeniedException) ErrorMessage added in v1.34.0

func (e *AccessDeniedException) ErrorMessage() string

type AccountHasOngoingImportException added in v1.18.0

type AccountHasOngoingImportException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when you start a new import and a previous import is still in progress.

func (*AccountHasOngoingImportException) Error added in v1.18.0

func (*AccountHasOngoingImportException) ErrorCode added in v1.18.0

func (*AccountHasOngoingImportException) ErrorFault added in v1.18.0

func (*AccountHasOngoingImportException) ErrorMessage added in v1.18.0

func (e *AccountHasOngoingImportException) ErrorMessage() string

type AccountNotFoundException added in v1.20.0

type AccountNotFoundException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the specified account is not found or not part of an organization.

func (*AccountNotFoundException) Error added in v1.20.0

func (e *AccountNotFoundException) Error() string

func (*AccountNotFoundException) ErrorCode added in v1.20.0

func (e *AccountNotFoundException) ErrorCode() string

func (*AccountNotFoundException) ErrorFault added in v1.20.0

func (e *AccountNotFoundException) ErrorFault() smithy.ErrorFault

func (*AccountNotFoundException) ErrorMessage added in v1.20.0

func (e *AccountNotFoundException) ErrorMessage() string

type AccountNotRegisteredException added in v1.20.0

type AccountNotRegisteredException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the specified account is not registered as the CloudTrail delegated administrator.

func (*AccountNotRegisteredException) Error added in v1.20.0

func (*AccountNotRegisteredException) ErrorCode added in v1.20.0

func (e *AccountNotRegisteredException) ErrorCode() string

func (*AccountNotRegisteredException) ErrorFault added in v1.20.0

func (*AccountNotRegisteredException) ErrorMessage added in v1.20.0

func (e *AccountNotRegisteredException) ErrorMessage() string

type AccountRegisteredException added in v1.20.0

type AccountRegisteredException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the account is already registered as the CloudTrail delegated administrator.

func (*AccountRegisteredException) Error added in v1.20.0

func (*AccountRegisteredException) ErrorCode added in v1.20.0

func (e *AccountRegisteredException) ErrorCode() string

func (*AccountRegisteredException) ErrorFault added in v1.20.0

func (*AccountRegisteredException) ErrorMessage added in v1.20.0

func (e *AccountRegisteredException) ErrorMessage() string

type AdvancedEventSelector added in v0.31.0

type AdvancedEventSelector struct {

	// Contains all selector statements in an advanced event selector.
	//
	// This member is required.
	FieldSelectors []AdvancedFieldSelector

	// An optional, descriptive name for an advanced event selector, such as "Log data
	// events for only two S3 buckets".
	Name *string
	// contains filtered or unexported fields
}

Advanced event selectors let you create fine-grained selectors for CloudTrail management and data events. They help you control costs by logging only those events that are important to you. For more information about advanced event selectors, see Logging management events (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html) and Logging data events (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html) in the CloudTrail User Guide. You cannot apply both event selectors and advanced event selectors to a trail. Supported CloudTrail event record fields for management events

  • eventCategory (required)
  • eventSource
  • readOnly

Supported CloudTrail event record fields for data events

  • eventCategory (required)
  • resources.type (required)
  • readOnly
  • eventName
  • resources.ARN

For event data stores for CloudTrail Insights events, Config configuration items, Audit Manager evidence, or events outside of Amazon Web Services, the only supported field is eventCategory .

type AdvancedFieldSelector added in v0.31.0

type AdvancedFieldSelector struct {

	// A field in a CloudTrail event record on which to filter events to be logged.
	// For event data stores for CloudTrail Insights events, Config configuration
	// items, Audit Manager evidence, or events outside of Amazon Web Services, the
	// field is used only for selecting events as filtering is not supported. For
	// CloudTrail management events, supported fields include readOnly , eventCategory
	// , and eventSource . For CloudTrail data events, supported fields include
	// readOnly , eventCategory , eventName , resources.type , and resources.ARN . For
	// event data stores for CloudTrail Insights events, Config configuration items,
	// Audit Manager evidence, or events outside of Amazon Web Services, the only
	// supported field is eventCategory .
	//   - readOnly - Optional. Can be set to Equals a value of true or false . If you
	//   do not add this field, CloudTrail logs both read and write events. A value of
	//   true logs only read events. A value of false logs only write events.
	//   - eventSource - For filtering management events only. This can be set to
	//   NotEquals kms.amazonaws.com or NotEquals rdsdata.amazonaws.com .
	//   - eventName - Can use any operator. You can use it to filter in or filter out
	//   any data event logged to CloudTrail, such as PutBucket or GetSnapshotBlock .
	//   You can have multiple values for this field, separated by commas.
	//   - eventCategory - This is required and must be set to Equals .
	//   - For CloudTrail management events, the value must be Management .
	//   - For CloudTrail data events, the value must be Data . The following are used
	//   only for event data stores:
	//   - For CloudTrail Insights events, the value must be Insight .
	//   - For Config configuration items, the value must be ConfigurationItem .
	//   - For Audit Manager evidence, the value must be Evidence .
	//   - For non-Amazon Web Services events, the value must be ActivityAuditLog .
	//   - resources.type - This field is required for CloudTrail data events.
	//   resources.type can only use the Equals operator, and the value can be one of
	//   the following:
	//   - AWS::DynamoDB::Table
	//   - AWS::Lambda::Function
	//   - AWS::S3::Object
	//   - AWS::AppConfig::Configuration
	//   - AWS::B2BI::Transformer
	//   - AWS::Bedrock::AgentAlias
	//   - AWS::Bedrock::KnowledgeBase
	//   - AWS::Cassandra::Table
	//   - AWS::CloudFront::KeyValueStore
	//   - AWS::CloudTrail::Channel
	//   - AWS::CodeWhisperer::Customization
	//   - AWS::CodeWhisperer::Profile
	//   - AWS::Cognito::IdentityPool
	//   - AWS::DynamoDB::Stream
	//   - AWS::EC2::Snapshot
	//   - AWS::EMRWAL::Workspace
	//   - AWS::FinSpace::Environment
	//   - AWS::Glue::Table
	//   - AWS::GreengrassV2::ComponentVersion
	//   - AWS::GreengrassV2::Deployment
	//   - AWS::GuardDuty::Detector
	//   - AWS::IoT::Certificate
	//   - AWS::IoT::Thing
	//   - AWS::IoTSiteWise::Asset
	//   - AWS::IoTSiteWise::TimeSeries
	//   - AWS::IoTTwinMaker::Entity
	//   - AWS::IoTTwinMaker::Workspace
	//   - AWS::KendraRanking::ExecutionPlan
	//   - AWS::KinesisVideo::Stream
	//   - AWS::ManagedBlockchain::Network
	//   - AWS::ManagedBlockchain::Node
	//   - AWS::MedicalImaging::Datastore
	//   - AWS::NeptuneGraph::Graph
	//   - AWS::PCAConnectorAD::Connector
	//   - AWS::QBusiness::Application
	//   - AWS::QBusiness::DataSource
	//   - AWS::QBusiness::Index
	//   - AWS::QBusiness::WebExperience
	//   - AWS::RDS::DBCluster
	//   - AWS::S3::AccessPoint
	//   - AWS::S3ObjectLambda::AccessPoint
	//   - AWS::S3Outposts::Object
	//   - AWS::SageMaker::Endpoint
	//   - AWS::SageMaker::ExperimentTrialComponent
	//   - AWS::SageMaker::FeatureGroup
	//   - AWS::ServiceDiscovery::Namespace
	//   - AWS::ServiceDiscovery::Service
	//   - AWS::SCN::Instance
	//   - AWS::SNS::PlatformEndpoint
	//   - AWS::SNS::Topic
	//   - AWS::SWF::Domain
	//   - AWS::SQS::Queue
	//   - AWS::SSMMessages::ControlChannel
	//   - AWS::ThinClient::Device
	//   - AWS::ThinClient::Environment
	//   - AWS::Timestream::Database
	//   - AWS::Timestream::Table
	//   - AWS::VerifiedPermissions::PolicyStore You can have only one resources.type
	//   field per selector. To log data events on more than one resource type, add
	//   another selector.
	//   - resources.ARN - You can use any operator with resources.ARN , but if you use
	//   Equals or NotEquals , the value must exactly match the ARN of a valid resource
	//   of the type you've specified in the template as the value of resources.type. For
	//   example, if resources.type equals AWS::S3::Object , the ARN must be in one of
	//   the following formats. To log all data events for all objects in a specific S3
	//   bucket, use the StartsWith operator, and include only the bucket ARN as the
	//   matching value. The trailing slash is intentional; do not exclude it. Replace
	//   the text between less than and greater than symbols (<>) with resource-specific
	//   information.
	//   - arn::s3:::/
	//   - arn::s3:::// When resources.type equals AWS::DynamoDB::Table , and the
	//   operator is set to Equals or NotEquals , the ARN must be in the following
	//   format:
	//   - arn::dynamodb:::table/ When resources.type equals AWS::Lambda::Function ,
	//   and the operator is set to Equals or NotEquals , the ARN must be in the
	//   following format:
	//   - arn::lambda:::function: When resources.type equals
	//   AWS::AppConfig::Configuration , and the operator is set to Equals or NotEquals
	//   , the ARN must be in the following format:
	//   - arn::appconfig:::application//environment//configuration/ When
	//   resources.type equals AWS::B2BI::Transformer , and the operator is set to
	//   Equals or NotEquals , the ARN must be in the following format:
	//   - arn::b2bi:::transformer/ When resources.type equals AWS::Bedrock::AgentAlias
	//   , and the operator is set to Equals or NotEquals , the ARN must be in the
	//   following format:
	//   - arn::bedrock:::agent-alias// When resources.type equals
	//   AWS::Bedrock::KnowledgeBase , and the operator is set to Equals or NotEquals ,
	//   the ARN must be in the following format:
	//   - arn::bedrock:::knowledge-base/ When resources.type equals
	//   AWS::Cassandra::Table , and the operator is set to Equals or NotEquals , the
	//   ARN must be in the following format:
	//   - arn::cassandra:::/keyspace//table/ When resources.type equals
	//   AWS::CloudFront::KeyValueStore , and the operator is set to Equals or
	//   NotEquals , the ARN must be in the following format:
	//   - arn::cloudfront:::key-value-store/ When resources.type equals
	//   AWS::CloudTrail::Channel , and the operator is set to Equals or NotEquals ,
	//   the ARN must be in the following format:
	//   - arn::cloudtrail:::channel/ When resources.type equals
	//   AWS::CodeWhisperer::Customization , and the operator is set to Equals or
	//   NotEquals , the ARN must be in the following format:
	//   - arn::codewhisperer:::customization/ When resources.type equals
	//   AWS::CodeWhisperer::Profile , and the operator is set to Equals or NotEquals ,
	//   the ARN must be in the following format:
	//   - arn::codewhisperer:::profile/ When resources.type equals
	//   AWS::Cognito::IdentityPool , and the operator is set to Equals or NotEquals ,
	//   the ARN must be in the following format:
	//   - arn::cognito-identity:::identitypool/ When resources.type equals
	//   AWS::DynamoDB::Stream , and the operator is set to Equals or NotEquals , the
	//   ARN must be in the following format:
	//   - arn::dynamodb:::table//stream/ When resources.type equals AWS::EC2::Snapshot
	//   , and the operator is set to Equals or NotEquals , the ARN must be in the
	//   following format:
	//   - arn::ec2:::snapshot/ When resources.type equals AWS::EMRWAL::Workspace , and
	//   the operator is set to Equals or NotEquals , the ARN must be in the following
	//   format:
	//   - arn::emrwal:::workspace/ When resources.type equals
	//   AWS::FinSpace::Environment , and the operator is set to Equals or NotEquals ,
	//   the ARN must be in the following format:
	//   - arn::finspace:::environment/ When resources.type equals AWS::Glue::Table ,
	//   and the operator is set to Equals or NotEquals , the ARN must be in the
	//   following format:
	//   - arn::glue:::table// When resources.type equals
	//   AWS::GreengrassV2::ComponentVersion , and the operator is set to Equals or
	//   NotEquals , the ARN must be in the following format:
	//   - arn::greengrass:::components/ When resources.type equals
	//   AWS::GreengrassV2::Deployment , and the operator is set to Equals or NotEquals
	//   , the ARN must be in the following format:
	//   - arn::greengrass:::deployments/ When resources.type equals
	//   AWS::GuardDuty::Detector , and the operator is set to Equals or NotEquals ,
	//   the ARN must be in the following format:
	//   - arn::guardduty:::detector/ When resources.type equals AWS::IoT::Certificate
	//   , and the operator is set to Equals or NotEquals , the ARN must be in the
	//   following format:
	//   - arn::iot:::cert/ When resources.type equals AWS::IoT::Thing , and the
	//   operator is set to Equals or NotEquals , the ARN must be in the following
	//   format:
	//   - arn::iot:::thing/ When resources.type equals AWS::IoTSiteWise::Asset , and
	//   the operator is set to Equals or NotEquals , the ARN must be in the following
	//   format:
	//   - arn::iotsitewise:::asset/ When resources.type equals
	//   AWS::IoTSiteWise::TimeSeries , and the operator is set to Equals or NotEquals
	//   , the ARN must be in the following format:
	//   - arn::iotsitewise:::timeseries/ When resources.type equals
	//   AWS::IoTTwinMaker::Entity , and the operator is set to Equals or NotEquals ,
	//   the ARN must be in the following format:
	//   - arn::iottwinmaker:::workspace//entity/ When resources.type equals
	//   AWS::IoTTwinMaker::Workspace , and the operator is set to Equals or NotEquals
	//   , the ARN must be in the following format:
	//   - arn::iottwinmaker:::workspace/ When resources.type equals
	//   AWS::KendraRanking::ExecutionPlan , and the operator is set to Equals or
	//   NotEquals , the ARN must be in the following format:
	//   - arn::kendra-ranking:::rescore-execution-plan/ When resources.type equals
	//   AWS::KinesisVideo::Stream , and the operator is set to Equals or NotEquals ,
	//   the ARN must be in the following format:
	//   - arn::kinesisvideo:::stream// When resources.type equals
	//   AWS::ManagedBlockchain::Network , and the operator is set to Equals or
	//   NotEquals , the ARN must be in the following format:
	//   - arn::managedblockchain:::networks/ When resources.type equals
	//   AWS::ManagedBlockchain::Node , and the operator is set to Equals or NotEquals
	//   , the ARN must be in the following format:
	//   - arn::managedblockchain:::nodes/ When resources.type equals
	//   AWS::MedicalImaging::Datastore , and the operator is set to Equals or
	//   NotEquals , the ARN must be in the following format:
	//   - arn::medical-imaging:::datastore/ When resources.type equals
	//   AWS::NeptuneGraph::Graph , and the operator is set to Equals or NotEquals ,
	//   the ARN must be in the following format:
	//   - arn::neptune-graph:::graph/ When resources.type equals
	//   AWS::PCAConnectorAD::Connector , and the operator is set to Equals or
	//   NotEquals , the ARN must be in the following format:
	//   - arn::pca-connector-ad:::connector/ When resources.type equals
	//   AWS::QBusiness::Application , and the operator is set to Equals or NotEquals ,
	//   the ARN must be in the following format:
	//   - arn::qbusiness:::application/ When resources.type equals
	//   AWS::QBusiness::DataSource , and the operator is set to Equals or NotEquals ,
	//   the ARN must be in the following format:
	//   - arn::qbusiness:::application//index//data-source/ When resources.type equals
	//   AWS::QBusiness::Index , and the operator is set to Equals or NotEquals , the
	//   ARN must be in the following format:
	//   - arn::qbusiness:::application//index/ When resources.type equals
	//   AWS::QBusiness::WebExperience , and the operator is set to Equals or NotEquals
	//   , the ARN must be in the following format:
	//   - arn::qbusiness:::application//web-experience/ When resources.type equals
	//   AWS::RDS::DBCluster , and the operator is set to Equals or NotEquals , the ARN
	//   must be in the following format:
	//   - arn::rds:::cluster/ When resources.type equals AWS::S3::AccessPoint , and
	//   the operator is set to Equals or NotEquals , the ARN must be in one of the
	//   following formats. To log events on all objects in an S3 access point, we
	//   recommend that you use only the access point ARN, don’t include the object path,
	//   and use the StartsWith or NotStartsWith operators.
	//   - arn::s3:::accesspoint/
	//   - arn::s3:::accesspoint//object/ When resources.type equals
	//   AWS::S3ObjectLambda::AccessPoint , and the operator is set to Equals or
	//   NotEquals , the ARN must be in the following format:
	//   - arn::s3-object-lambda:::accesspoint/ When resources.type equals
	//   AWS::S3Outposts::Object , and the operator is set to Equals or NotEquals , the
	//   ARN must be in the following format:
	//   - arn::s3-outposts::: When resources.type equals AWS::SageMaker::Endpoint ,
	//   and the operator is set to Equals or NotEquals , the ARN must be in the
	//   following format:
	//   - arn::sagemaker:::endpoint/ When resources.type equals
	//   AWS::SageMaker::ExperimentTrialComponent , and the operator is set to Equals
	//   or NotEquals , the ARN must be in the following format:
	//   - arn::sagemaker:::experiment-trial-component/ When resources.type equals
	//   AWS::SageMaker::FeatureGroup , and the operator is set to Equals or NotEquals
	//   , the ARN must be in the following format:
	//   - arn::sagemaker:::feature-group/ When resources.type equals
	//   AWS::SCN::Instance , and the operator is set to Equals or NotEquals , the ARN
	//   must be in the following format:
	//   - arn::scn:::instance/ When resources.type equals
	//   AWS::ServiceDiscovery::Namespace , and the operator is set to Equals or
	//   NotEquals , the ARN must be in the following format:
	//   - arn::servicediscovery:::namespace/ When resources.type equals
	//   AWS::ServiceDiscovery::Service , and the operator is set to Equals or
	//   NotEquals , the ARN must be in the following format:
	//   - arn::servicediscovery:::service/ When resources.type equals
	//   AWS::SNS::PlatformEndpoint , and the operator is set to Equals or NotEquals ,
	//   the ARN must be in the following format:
	//   - arn::sns:::endpoint/// When resources.type equals AWS::SNS::Topic , and the
	//   operator is set to Equals or NotEquals , the ARN must be in the following
	//   format:
	//   - arn::sns::: When resources.type equals AWS::SWF::Domain , and the operator
	//   is set to Equals or NotEquals , the ARN must be in the following format:
	//   - arn::swf:::domain/ When resources.type equals AWS::SQS::Queue , and the
	//   operator is set to Equals or NotEquals , the ARN must be in the following
	//   format:
	//   - arn::sqs::: When resources.type equals AWS::SSMMessages::ControlChannel ,
	//   and the operator is set to Equals or NotEquals , the ARN must be in the
	//   following format:
	//   - arn::ssmmessages:::control-channel/ When resources.type equals
	//   AWS::ThinClient::Device , and the operator is set to Equals or NotEquals , the
	//   ARN must be in the following format:
	//   - arn::thinclient:::device/ When resources.type equals
	//   AWS::ThinClient::Environment , and the operator is set to Equals or NotEquals
	//   , the ARN must be in the following format:
	//   - arn::thinclient:::environment/ When resources.type equals
	//   AWS::Timestream::Database , and the operator is set to Equals or NotEquals ,
	//   the ARN must be in the following format:
	//   - arn::timestream:::database/ When resources.type equals
	//   AWS::Timestream::Table , and the operator is set to Equals or NotEquals , the
	//   ARN must be in the following format:
	//   - arn::timestream:::database//table/ When resources.type equals
	//   AWS::VerifiedPermissions::PolicyStore , and the operator is set to Equals or
	//   NotEquals , the ARN must be in the following format:
	//   - arn::verifiedpermissions:::policy-store/
	//
	// This member is required.
	Field *string

	// An operator that includes events that match the last few characters of the
	// event record field specified as the value of Field .
	EndsWith []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.
	Equals []string

	// An operator that excludes events that match the last few characters of the
	// event record field specified as the value of Field .
	NotEndsWith []string

	// An operator that excludes events that match the exact value of the event record
	// field specified as the value of Field .
	NotEquals []string

	// An operator that excludes events that match the first few characters of the
	// event record field specified as the value of Field .
	NotStartsWith []string

	// An operator that includes events that match the first few characters of the
	// event record field specified as the value of Field .
	StartsWith []string
	// contains filtered or unexported fields
}

A single selector statement in an advanced event selector.

type BillingMode added in v1.33.0

type BillingMode string
const (
	BillingModeExtendableRetentionPricing BillingMode = "EXTENDABLE_RETENTION_PRICING"
	BillingModeFixedRetentionPricing      BillingMode = "FIXED_RETENTION_PRICING"
)

Enum values for BillingMode

func (BillingMode) Values added in v1.33.0

func (BillingMode) Values() []BillingMode

Values returns all known values for BillingMode. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type CannotDelegateManagementAccountException added in v1.20.0

type CannotDelegateManagementAccountException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the management account of an organization is registered as the CloudTrail delegated administrator.

func (*CannotDelegateManagementAccountException) Error added in v1.20.0

func (*CannotDelegateManagementAccountException) ErrorCode added in v1.20.0

func (*CannotDelegateManagementAccountException) ErrorFault added in v1.20.0

func (*CannotDelegateManagementAccountException) ErrorMessage added in v1.20.0

type Channel added in v1.17.0

type Channel struct {

	// The Amazon Resource Name (ARN) of a channel.
	ChannelArn *string

	// The name of the CloudTrail channel. For service-linked channels, the name is
	// aws-service-channel/service-name/custom-suffix where service-name represents
	// the name of the Amazon Web Services service that created the channel and
	// custom-suffix represents the suffix created by the Amazon Web Services service.
	Name *string
	// contains filtered or unexported fields
}

Contains information about a returned CloudTrail channel.

type ChannelARNInvalidException added in v1.17.0

type ChannelARNInvalidException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the specified value of ChannelARN is not valid.

func (*ChannelARNInvalidException) Error added in v1.17.0

func (*ChannelARNInvalidException) ErrorCode added in v1.17.0

func (e *ChannelARNInvalidException) ErrorCode() string

func (*ChannelARNInvalidException) ErrorFault added in v1.17.0

func (*ChannelARNInvalidException) ErrorMessage added in v1.17.0

func (e *ChannelARNInvalidException) ErrorMessage() string

type ChannelAlreadyExistsException added in v1.23.0

type ChannelAlreadyExistsException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the provided channel already exists.

func (*ChannelAlreadyExistsException) Error added in v1.23.0

func (*ChannelAlreadyExistsException) ErrorCode added in v1.23.0

func (e *ChannelAlreadyExistsException) ErrorCode() string

func (*ChannelAlreadyExistsException) ErrorFault added in v1.23.0

func (*ChannelAlreadyExistsException) ErrorMessage added in v1.23.0

func (e *ChannelAlreadyExistsException) ErrorMessage() string

type ChannelExistsForEDSException added in v1.23.0

type ChannelExistsForEDSException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the specified event data store cannot yet be deleted because it is in use by a channel.

func (*ChannelExistsForEDSException) Error added in v1.23.0

func (*ChannelExistsForEDSException) ErrorCode added in v1.23.0

func (e *ChannelExistsForEDSException) ErrorCode() string

func (*ChannelExistsForEDSException) ErrorFault added in v1.23.0

func (*ChannelExistsForEDSException) ErrorMessage added in v1.23.0

func (e *ChannelExistsForEDSException) ErrorMessage() string

type ChannelMaxLimitExceededException added in v1.23.0

type ChannelMaxLimitExceededException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the maximum number of channels limit is exceeded.

func (*ChannelMaxLimitExceededException) Error added in v1.23.0

func (*ChannelMaxLimitExceededException) ErrorCode added in v1.23.0

func (*ChannelMaxLimitExceededException) ErrorFault added in v1.23.0

func (*ChannelMaxLimitExceededException) ErrorMessage added in v1.23.0

func (e *ChannelMaxLimitExceededException) ErrorMessage() string

type ChannelNotFoundException added in v1.17.0

type ChannelNotFoundException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when CloudTrail cannot find the specified channel.

func (*ChannelNotFoundException) Error added in v1.17.0

func (e *ChannelNotFoundException) Error() string

func (*ChannelNotFoundException) ErrorCode added in v1.17.0

func (e *ChannelNotFoundException) ErrorCode() string

func (*ChannelNotFoundException) ErrorFault added in v1.17.0

func (e *ChannelNotFoundException) ErrorFault() smithy.ErrorFault

func (*ChannelNotFoundException) ErrorMessage added in v1.17.0

func (e *ChannelNotFoundException) ErrorMessage() string

type CloudTrailARNInvalidException

type CloudTrailARNInvalidException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when an operation is called with an ARN that is not valid. The following is the format of a trail ARN: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail The following is the format of an event data store ARN: arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE The following is the format of a channel ARN: arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890

func (*CloudTrailARNInvalidException) Error

func (*CloudTrailARNInvalidException) ErrorCode

func (e *CloudTrailARNInvalidException) ErrorCode() string

func (*CloudTrailARNInvalidException) ErrorFault

func (*CloudTrailARNInvalidException) ErrorMessage

func (e *CloudTrailARNInvalidException) ErrorMessage() string

type CloudTrailAccessNotEnabledException

type CloudTrailAccessNotEnabledException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see Enabling Trusted Access with Other Amazon Web Services Services (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html) and Prepare For Creating a Trail For Your Organization (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html) .

func (*CloudTrailAccessNotEnabledException) Error

func (*CloudTrailAccessNotEnabledException) ErrorCode

func (*CloudTrailAccessNotEnabledException) ErrorFault

func (*CloudTrailAccessNotEnabledException) ErrorMessage

func (e *CloudTrailAccessNotEnabledException) ErrorMessage() string

type CloudTrailInvalidClientTokenIdException added in v0.31.0

type CloudTrailInvalidClientTokenIdException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when a call results in the InvalidClientTokenId error code. This can occur when you are creating or updating a trail to send notifications to an Amazon SNS topic that is in a suspended Amazon Web Services account.

func (*CloudTrailInvalidClientTokenIdException) Error added in v0.31.0

func (*CloudTrailInvalidClientTokenIdException) ErrorCode added in v0.31.0

func (*CloudTrailInvalidClientTokenIdException) ErrorFault added in v0.31.0

func (*CloudTrailInvalidClientTokenIdException) ErrorMessage added in v0.31.0

type CloudWatchLogsDeliveryUnavailableException

type CloudWatchLogsDeliveryUnavailableException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Cannot set a CloudWatch Logs delivery for this Region.

func (*CloudWatchLogsDeliveryUnavailableException) Error

func (*CloudWatchLogsDeliveryUnavailableException) ErrorCode

func (*CloudWatchLogsDeliveryUnavailableException) ErrorFault

func (*CloudWatchLogsDeliveryUnavailableException) ErrorMessage

type ConcurrentModificationException added in v1.34.0

type ConcurrentModificationException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

You are trying to update a resource when another request is in progress. Allow sufficient wait time for the previous request to complete, then retry your request.

func (*ConcurrentModificationException) Error added in v1.34.0

func (*ConcurrentModificationException) ErrorCode added in v1.34.0

func (e *ConcurrentModificationException) ErrorCode() string

func (*ConcurrentModificationException) ErrorFault added in v1.34.0

func (*ConcurrentModificationException) ErrorMessage added in v1.34.0

func (e *ConcurrentModificationException) ErrorMessage() string

type ConflictException added in v1.2.0

type ConflictException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the specified resource is not ready for an operation. This can occur when you try to run an operation on a resource before CloudTrail has time to fully load the resource, or because another operation is modifying the resource. If this exception occurs, wait a few minutes, and then try the operation again.

func (*ConflictException) Error added in v1.2.0

func (e *ConflictException) Error() string

func (*ConflictException) ErrorCode added in v1.2.0

func (e *ConflictException) ErrorCode() string

func (*ConflictException) ErrorFault added in v1.2.0

func (e *ConflictException) ErrorFault() smithy.ErrorFault

func (*ConflictException) ErrorMessage added in v1.2.0

func (e *ConflictException) ErrorMessage() string

type DataResource

type DataResource struct {

	// The resource type in which you want to log data events. You can specify the
	// following basic event selector resource types:
	//   - AWS::DynamoDB::Table
	//   - AWS::Lambda::Function
	//   - AWS::S3::Object
	// Additional resource types are available through advanced event selectors. For
	// more information about these additional resource types, see
	// AdvancedFieldSelector (https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_AdvancedFieldSelector.html)
	// .
	Type *string

	// An array of Amazon Resource Name (ARN) strings or partial ARN strings for the
	// specified objects.
	//   - To log data events for all objects in all S3 buckets in your Amazon Web
	//   Services account, specify the prefix as arn:aws:s3 . This also enables logging
	//   of data event activity performed by any user or role in your Amazon Web Services
	//   account, even if that activity is performed on a bucket that belongs to another
	//   Amazon Web Services account.
	//   - To log data events for all objects in an S3 bucket, specify the bucket and
	//   an empty object prefix such as arn:aws:s3:::bucket-1/ . The trail logs data
	//   events for all objects in this S3 bucket.
	//   - To log data events for specific objects, specify the S3 bucket and object
	//   prefix such as arn:aws:s3:::bucket-1/example-images . The trail logs data
	//   events for objects in this S3 bucket that match the prefix.
	//   - To log data events for all Lambda functions in your Amazon Web Services
	//   account, specify the prefix as arn:aws:lambda . This also enables logging of
	//   Invoke activity performed by any user or role in your Amazon Web Services
	//   account, even if that activity is performed on a function that belongs to
	//   another Amazon Web Services account.
	//   - To log data events for a specific Lambda function, specify the function
	//   ARN. Lambda function ARNs are exact. For example, if you specify a function ARN
	//   arn:aws:lambda:us-west-2:111111111111:function:helloworld, data events will only
	//   be logged for arn:aws:lambda:us-west-2:111111111111:function:helloworld. They
	//   will not be logged for
	//   arn:aws:lambda:us-west-2:111111111111:function:helloworld2.
	//   - To log data events for all DynamoDB tables in your Amazon Web Services
	//   account, specify the prefix as arn:aws:dynamodb .
	Values []string
	// contains filtered or unexported fields
}

The Amazon S3 buckets, Lambda functions, or Amazon DynamoDB tables that you specify in your event selectors for your trail to log data events. Data events provide information about the resource operations performed on or within a resource itself. These are also known as data plane operations. You can specify up to 250 data resources for a trail. The total number of allowed data resources is 250. This number can be distributed between 1 and 5 event selectors, but the total cannot exceed 250 across all selectors for the trail. If you are using advanced event selectors, the maximum total number of values for all conditions, across all advanced event selectors for the trail, is 500. The following example demonstrates how logging works when you configure logging of all data events for an S3 bucket named bucket-1 . In this example, the CloudTrail user specified an empty prefix, and the option to log both Read and Write data events.

  • A user uploads an image file to bucket-1 .
  • The PutObject API operation is an Amazon S3 object-level API. It is recorded as a data event in CloudTrail. Because the CloudTrail user specified an S3 bucket with an empty prefix, events that occur on any object in that bucket are logged. The trail processes and logs the event.
  • A user uploads an object to an Amazon S3 bucket named arn:aws:s3:::bucket-2 .
  • The PutObject API operation occurred for an object in an S3 bucket that the CloudTrail user didn't specify for the trail. The trail doesn’t log the event.

The following example demonstrates how logging works when you configure logging of Lambda data events for a Lambda function named MyLambdaFunction, but not for all Lambda functions.

  • A user runs a script that includes a call to the MyLambdaFunction function and the MyOtherLambdaFunction function.
  • The Invoke API operation on MyLambdaFunction is an Lambda API. It is recorded as a data event in CloudTrail. Because the CloudTrail user specified logging data events for MyLambdaFunction, any invocations of that function are logged. The trail processes and logs the event.
  • The Invoke API operation on MyOtherLambdaFunction is an Lambda API. Because the CloudTrail user did not specify logging data events for all Lambda functions, the Invoke operation for MyOtherLambdaFunction does not match the function specified for the trail. The trail doesn’t log the event.

type DelegatedAdminAccountLimitExceededException added in v1.20.0

type DelegatedAdminAccountLimitExceededException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the maximum number of CloudTrail delegated administrators is reached.

func (*DelegatedAdminAccountLimitExceededException) Error added in v1.20.0

func (*DelegatedAdminAccountLimitExceededException) ErrorCode added in v1.20.0

func (*DelegatedAdminAccountLimitExceededException) ErrorFault added in v1.20.0

func (*DelegatedAdminAccountLimitExceededException) ErrorMessage added in v1.20.0

type DeliveryStatus added in v1.19.0

type DeliveryStatus string
const (
	DeliveryStatusSuccess                 DeliveryStatus = "SUCCESS"
	DeliveryStatusFailed                  DeliveryStatus = "FAILED"
	DeliveryStatusFailedSigningFile       DeliveryStatus = "FAILED_SIGNING_FILE"
	DeliveryStatusPending                 DeliveryStatus = "PENDING"
	DeliveryStatusResourceNotFound        DeliveryStatus = "RESOURCE_NOT_FOUND"
	DeliveryStatusAccessDenied            DeliveryStatus = "ACCESS_DENIED"
	DeliveryStatusAccessDeniedSigningFile DeliveryStatus = "ACCESS_DENIED_SIGNING_FILE"
	DeliveryStatusCancelled               DeliveryStatus = "CANCELLED"
	DeliveryStatusUnknown                 DeliveryStatus = "UNKNOWN"
)

Enum values for DeliveryStatus

func (DeliveryStatus) Values added in v1.19.0

func (DeliveryStatus) Values() []DeliveryStatus

Values returns all known values for DeliveryStatus. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type Destination added in v1.17.0

type Destination struct {

	// For channels used for a CloudTrail Lake integration, the location is the ARN of
	// an event data store that receives events from a channel. For service-linked
	// channels, the location is the name of the Amazon Web Services service.
	//
	// This member is required.
	Location *string

	// The type of destination for events arriving from a channel. For channels used
	// for a CloudTrail Lake integration, the value is EVENT_DATA_STORE . For
	// service-linked channels, the value is AWS_SERVICE .
	//
	// This member is required.
	Type DestinationType
	// contains filtered or unexported fields
}

Contains information about the destination receiving events.

type DestinationType added in v1.17.0

type DestinationType string
const (
	DestinationTypeEventDataStore DestinationType = "EVENT_DATA_STORE"
	DestinationTypeAwsService     DestinationType = "AWS_SERVICE"
)

Enum values for DestinationType

func (DestinationType) Values added in v1.17.0

func (DestinationType) Values() []DestinationType

Values returns all known values for DestinationType. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type Event

type Event struct {

	// The Amazon Web Services access key ID that was used to sign the request. If the
	// request was made with temporary security credentials, this is the access key ID
	// of the temporary credentials.
	AccessKeyId *string

	// A JSON string that contains a representation of the event returned.
	CloudTrailEvent *string

	// The CloudTrail ID of the event returned.
	EventId *string

	// The name of the event returned.
	EventName *string

	// The Amazon Web Services service to which the request was made.
	EventSource *string

	// The date and time of the event returned.
	EventTime *time.Time

	// Information about whether the event is a write event or a read event.
	ReadOnly *string

	// A list of resources referenced by the event returned.
	Resources []Resource

	// A user name or role name of the requester that called the API in the event
	// returned.
	Username *string
	// contains filtered or unexported fields
}

Contains information about an event that was returned by a lookup request. The result includes a representation of a CloudTrail event.

type EventCategory

type EventCategory string
const (
	EventCategoryInsight EventCategory = "insight"
)

Enum values for EventCategory

func (EventCategory) Values added in v0.29.0

func (EventCategory) Values() []EventCategory

Values returns all known values for EventCategory. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type EventDataStore added in v1.12.0

type EventDataStore struct {

	// The advanced event selectors that were used to select events for the data store.
	//
	// Deprecated: AdvancedEventSelectors is no longer returned by ListEventDataStores
	AdvancedEventSelectors []AdvancedEventSelector

	// The timestamp of the event data store's creation.
	//
	// Deprecated: CreatedTimestamp is no longer returned by ListEventDataStores
	CreatedTimestamp *time.Time

	// The ARN of the event data store.
	EventDataStoreArn *string

	// Indicates whether the event data store includes events from all Regions, or
	// only from the Region in which it was created.
	//
	// Deprecated: MultiRegionEnabled is no longer returned by ListEventDataStores
	MultiRegionEnabled *bool

	// The name of the event data store.
	Name *string

	// Indicates that an event data store is collecting logged events for an
	// organization.
	//
	// Deprecated: OrganizationEnabled is no longer returned by ListEventDataStores
	OrganizationEnabled *bool

	// The retention period, in days.
	//
	// Deprecated: RetentionPeriod is no longer returned by ListEventDataStores
	RetentionPeriod *int32

	// The status of an event data store.
	//
	// Deprecated: Status is no longer returned by ListEventDataStores
	Status EventDataStoreStatus

	// Indicates whether the event data store is protected from termination.
	//
	// Deprecated: TerminationProtectionEnabled is no longer returned by
	// ListEventDataStores
	TerminationProtectionEnabled *bool

	// The timestamp showing when an event data store was updated, if applicable.
	// UpdatedTimestamp is always either the same or newer than the time shown in
	// CreatedTimestamp .
	//
	// Deprecated: UpdatedTimestamp is no longer returned by ListEventDataStores
	UpdatedTimestamp *time.Time
	// contains filtered or unexported fields
}

A storage lake of event data against which you can run complex SQL-based queries. An event data store can include events that you have logged on your account. To select events for an event data store, use advanced event selectors (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html#creating-data-event-selectors-advanced) .

type EventDataStoreARNInvalidException added in v1.12.0

type EventDataStoreARNInvalidException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The specified event data store ARN is not valid or does not map to an event data store in your account.

func (*EventDataStoreARNInvalidException) Error added in v1.12.0

func (*EventDataStoreARNInvalidException) ErrorCode added in v1.12.0

func (*EventDataStoreARNInvalidException) ErrorFault added in v1.12.0

func (*EventDataStoreARNInvalidException) ErrorMessage added in v1.12.0

func (e *EventDataStoreARNInvalidException) ErrorMessage() string

type EventDataStoreAlreadyExistsException added in v1.12.0

type EventDataStoreAlreadyExistsException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

An event data store with that name already exists.

func (*EventDataStoreAlreadyExistsException) Error added in v1.12.0

func (*EventDataStoreAlreadyExistsException) ErrorCode added in v1.12.0

func (*EventDataStoreAlreadyExistsException) ErrorFault added in v1.12.0

func (*EventDataStoreAlreadyExistsException) ErrorMessage added in v1.12.0

func (e *EventDataStoreAlreadyExistsException) ErrorMessage() string

type EventDataStoreFederationEnabledException added in v1.34.0

type EventDataStoreFederationEnabledException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

You cannot delete the event data store because Lake query federation is enabled. To delete the event data store, run the DisableFederation operation to disable Lake query federation on the event data store.

func (*EventDataStoreFederationEnabledException) Error added in v1.34.0

func (*EventDataStoreFederationEnabledException) ErrorCode added in v1.34.0

func (*EventDataStoreFederationEnabledException) ErrorFault added in v1.34.0

func (*EventDataStoreFederationEnabledException) ErrorMessage added in v1.34.0

type EventDataStoreHasOngoingImportException added in v1.18.0

type EventDataStoreHasOngoingImportException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when you try to update or delete an event data store that currently has an import in progress.

func (*EventDataStoreHasOngoingImportException) Error added in v1.18.0

func (*EventDataStoreHasOngoingImportException) ErrorCode added in v1.18.0

func (*EventDataStoreHasOngoingImportException) ErrorFault added in v1.18.0

func (*EventDataStoreHasOngoingImportException) ErrorMessage added in v1.18.0

type EventDataStoreMaxLimitExceededException added in v1.12.0

type EventDataStoreMaxLimitExceededException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Your account has used the maximum number of event data stores.

func (*EventDataStoreMaxLimitExceededException) Error added in v1.12.0

func (*EventDataStoreMaxLimitExceededException) ErrorCode added in v1.12.0

func (*EventDataStoreMaxLimitExceededException) ErrorFault added in v1.12.0

func (*EventDataStoreMaxLimitExceededException) ErrorMessage added in v1.12.0

type EventDataStoreNotFoundException added in v1.12.0

type EventDataStoreNotFoundException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The specified event data store was not found.

func (*EventDataStoreNotFoundException) Error added in v1.12.0

func (*EventDataStoreNotFoundException) ErrorCode added in v1.12.0

func (e *EventDataStoreNotFoundException) ErrorCode() string

func (*EventDataStoreNotFoundException) ErrorFault added in v1.12.0

func (*EventDataStoreNotFoundException) ErrorMessage added in v1.12.0

func (e *EventDataStoreNotFoundException) ErrorMessage() string

type EventDataStoreStatus added in v1.12.0

type EventDataStoreStatus string
const (
	EventDataStoreStatusCreated           EventDataStoreStatus = "CREATED"
	EventDataStoreStatusEnabled           EventDataStoreStatus = "ENABLED"
	EventDataStoreStatusPendingDeletion   EventDataStoreStatus = "PENDING_DELETION"
	EventDataStoreStatusStartingIngestion EventDataStoreStatus = "STARTING_INGESTION"
	EventDataStoreStatusStoppingIngestion EventDataStoreStatus = "STOPPING_INGESTION"
	EventDataStoreStatusStoppedIngestion  EventDataStoreStatus = "STOPPED_INGESTION"
)

Enum values for EventDataStoreStatus

func (EventDataStoreStatus) Values added in v1.12.0

Values returns all known values for EventDataStoreStatus. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type EventDataStoreTerminationProtectedException added in v1.12.0

type EventDataStoreTerminationProtectedException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The event data store cannot be deleted because termination protection is enabled for it.

func (*EventDataStoreTerminationProtectedException) Error added in v1.12.0

func (*EventDataStoreTerminationProtectedException) ErrorCode added in v1.12.0

func (*EventDataStoreTerminationProtectedException) ErrorFault added in v1.12.0

func (*EventDataStoreTerminationProtectedException) ErrorMessage added in v1.12.0

type EventSelector

type EventSelector struct {

	// CloudTrail supports data event logging for Amazon S3 objects, Lambda functions,
	// and Amazon DynamoDB tables with basic event selectors. You can specify up to 250
	// resources for an individual event selector, but the total number of data
	// resources cannot exceed 250 across all event selectors in a trail. This limit
	// does not apply if you configure resource logging for all data events. For more
	// information, see Data Events (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html)
	// and Limits in CloudTrail (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/WhatIsCloudTrail-Limits.html)
	// in the CloudTrail User Guide.
	DataResources []DataResource

	// 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 Key Management Service or Amazon RDS
	// Data API events by containing kms.amazonaws.com or rdsdata.amazonaws.com . By
	// default, ExcludeManagementEventSources is empty, and KMS and Amazon RDS Data
	// API events are logged to your trail. You can exclude management event sources
	// only in Regions that support the event source.
	ExcludeManagementEventSources []string

	// Specify if you want your event selector to include management events for your
	// trail. For more information, see Management Events (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html)
	// in the CloudTrail User Guide. By default, the value is true . The first copy of
	// management events is free. You are charged for additional copies of management
	// events that you are logging on any subsequent trail in the same Region. For more
	// information about CloudTrail pricing, see CloudTrail Pricing (http://aws.amazon.com/cloudtrail/pricing/)
	// .
	IncludeManagementEvents *bool

	// 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. By default, the value is All .
	ReadWriteType ReadWriteType
	// contains filtered or unexported fields
}

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. You cannot apply both event selectors and advanced event selectors to a trail.

type FederationStatus added in v1.34.0

type FederationStatus string
const (
	FederationStatusEnabling  FederationStatus = "ENABLING"
	FederationStatusEnabled   FederationStatus = "ENABLED"
	FederationStatusDisabling FederationStatus = "DISABLING"
	FederationStatusDisabled  FederationStatus = "DISABLED"
)

Enum values for FederationStatus

func (FederationStatus) Values added in v1.34.0

Values returns all known values for FederationStatus. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type ImportFailureListItem added in v1.18.0

type ImportFailureListItem struct {

	// Provides the reason the import failed.
	ErrorMessage *string

	// The type of import error.
	ErrorType *string

	// When the import was last updated.
	LastUpdatedTime *time.Time

	// The location of the failure in the S3 bucket.
	Location *string

	// The status of the import.
	Status ImportFailureStatus
	// contains filtered or unexported fields
}

Provides information about an import failure.

type ImportFailureStatus added in v1.18.0

type ImportFailureStatus string
const (
	ImportFailureStatusFailed    ImportFailureStatus = "FAILED"
	ImportFailureStatusRetry     ImportFailureStatus = "RETRY"
	ImportFailureStatusSucceeded ImportFailureStatus = "SUCCEEDED"
)

Enum values for ImportFailureStatus

func (ImportFailureStatus) Values added in v1.18.0

Values returns all known values for ImportFailureStatus. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type ImportNotFoundException added in v1.18.0

type ImportNotFoundException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The specified import was not found.

func (*ImportNotFoundException) Error added in v1.18.0

func (e *ImportNotFoundException) Error() string

func (*ImportNotFoundException) ErrorCode added in v1.18.0

func (e *ImportNotFoundException) ErrorCode() string

func (*ImportNotFoundException) ErrorFault added in v1.18.0

func (e *ImportNotFoundException) ErrorFault() smithy.ErrorFault

func (*ImportNotFoundException) ErrorMessage added in v1.18.0

func (e *ImportNotFoundException) ErrorMessage() string

type ImportSource added in v1.18.0

type ImportSource struct {

	// The source S3 bucket.
	//
	// This member is required.
	S3 *S3ImportSource
	// contains filtered or unexported fields
}

The import source.

type ImportStatistics added in v1.18.0

type ImportStatistics struct {

	// The number of trail events imported into the event data store.
	EventsCompleted *int64

	// The number of failed entries.
	FailedEntries *int64

	// The number of log files that completed import.
	FilesCompleted *int64

	// The number of S3 prefixes that completed import.
	PrefixesCompleted *int64

	// The number of S3 prefixes found for the import.
	PrefixesFound *int64
	// contains filtered or unexported fields
}

Provides statistics for the specified ImportID . CloudTrail does not update import statistics in real-time. Returned values for parameters such as EventsCompleted may be lower than the actual value, because CloudTrail updates statistics incrementally over the course of the import.

type ImportStatus added in v1.18.0

type ImportStatus string
const (
	ImportStatusInitializing ImportStatus = "INITIALIZING"
	ImportStatusInProgress   ImportStatus = "IN_PROGRESS"
	ImportStatusFailed       ImportStatus = "FAILED"
	ImportStatusStopped      ImportStatus = "STOPPED"
	ImportStatusCompleted    ImportStatus = "COMPLETED"
)

Enum values for ImportStatus

func (ImportStatus) Values added in v1.18.0

func (ImportStatus) Values() []ImportStatus

Values returns all known values for ImportStatus. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type ImportsListItem added in v1.18.0

type ImportsListItem struct {

	// The timestamp of the import's creation.
	CreatedTimestamp *time.Time

	// The ARN of the destination event data store.
	Destinations []string

	// The ID of the import.
	ImportId *string

	// The status of the import.
	ImportStatus ImportStatus

	// The timestamp of the import's last update.
	UpdatedTimestamp *time.Time
	// contains filtered or unexported fields
}

Contains information about an import that was returned by a lookup request.

type InactiveEventDataStoreException added in v1.12.0

type InactiveEventDataStoreException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The event data store is inactive.

func (*InactiveEventDataStoreException) Error added in v1.12.0

func (*InactiveEventDataStoreException) ErrorCode added in v1.12.0

func (e *InactiveEventDataStoreException) ErrorCode() string

func (*InactiveEventDataStoreException) ErrorFault added in v1.12.0

func (*InactiveEventDataStoreException) ErrorMessage added in v1.12.0

func (e *InactiveEventDataStoreException) ErrorMessage() string

type InactiveQueryException added in v1.12.0

type InactiveQueryException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The specified query cannot be canceled because it is in the FINISHED , FAILED , TIMED_OUT , or CANCELLED state.

func (*InactiveQueryException) Error added in v1.12.0

func (e *InactiveQueryException) Error() string

func (*InactiveQueryException) ErrorCode added in v1.12.0

func (e *InactiveQueryException) ErrorCode() string

func (*InactiveQueryException) ErrorFault added in v1.12.0

func (e *InactiveQueryException) ErrorFault() smithy.ErrorFault

func (*InactiveQueryException) ErrorMessage added in v1.12.0

func (e *InactiveQueryException) ErrorMessage() string

type IngestionStatus added in v1.23.0

type IngestionStatus struct {

	// The event ID of the most recent attempt to ingest events.
	LatestIngestionAttemptEventID *string

	// The time stamp of the most recent attempt to ingest events on the channel.
	LatestIngestionAttemptTime *time.Time

	// The error code for the most recent failure to ingest events.
	LatestIngestionErrorCode *string

	// The event ID of the most recent successful ingestion of events.
	LatestIngestionSuccessEventID *string

	// The time stamp of the most recent successful ingestion of events for the
	// channel.
	LatestIngestionSuccessTime *time.Time
	// contains filtered or unexported fields
}

A table showing information about the most recent successful and failed attempts to ingest events.

type InsightNotEnabledException

type InsightNotEnabledException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

If you run GetInsightSelectors on a trail or event data store that does not have Insights events enabled, the operation throws the exception InsightNotEnabledException .

func (*InsightNotEnabledException) Error

func (*InsightNotEnabledException) ErrorCode

func (e *InsightNotEnabledException) ErrorCode() string

func (*InsightNotEnabledException) ErrorFault

func (*InsightNotEnabledException) ErrorMessage

func (e *InsightNotEnabledException) ErrorMessage() string

type InsightSelector

type InsightSelector struct {

	// The type of Insights events to log on a trail or event data store.
	// ApiCallRateInsight and ApiErrorRateInsight are valid Insight types. The
	// ApiCallRateInsight Insights type analyzes write-only management API calls that
	// are aggregated per minute against a baseline API call volume. The
	// ApiErrorRateInsight Insights type analyzes management API calls that result in
	// error codes. The error is shown if the API call is unsuccessful.
	InsightType InsightType
	// contains filtered or unexported fields
}

A JSON string that contains a list of Insights types that are logged on a trail or event data store.

type InsightType

type InsightType string
const (
	InsightTypeApiCallRateInsight  InsightType = "ApiCallRateInsight"
	InsightTypeApiErrorRateInsight InsightType = "ApiErrorRateInsight"
)

Enum values for InsightType

func (InsightType) Values added in v0.29.0

func (InsightType) Values() []InsightType

Values returns all known values for InsightType. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type InsightsMetricDataType added in v1.36.0

type InsightsMetricDataType string
const (
	InsightsMetricDataTypeFillWithZeros InsightsMetricDataType = "FillWithZeros"
	InsightsMetricDataTypeNonZeroData   InsightsMetricDataType = "NonZeroData"
)

Enum values for InsightsMetricDataType

func (InsightsMetricDataType) Values added in v1.36.0

Values returns all known values for InsightsMetricDataType. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type InsufficientDependencyServiceAccessPermissionException

type InsufficientDependencyServiceAccessPermissionException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the IAM identity that is used to create the organization resource lacks one or more required permissions for creating an organization resource in a required service.

func (*InsufficientDependencyServiceAccessPermissionException) Error

func (*InsufficientDependencyServiceAccessPermissionException) ErrorCode

func (*InsufficientDependencyServiceAccessPermissionException) ErrorFault

func (*InsufficientDependencyServiceAccessPermissionException) ErrorMessage

type InsufficientEncryptionPolicyException

type InsufficientEncryptionPolicyException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the policy on the S3 bucket or KMS key does not have sufficient permissions for the operation.

func (*InsufficientEncryptionPolicyException) Error

func (*InsufficientEncryptionPolicyException) ErrorCode

func (*InsufficientEncryptionPolicyException) ErrorFault

func (*InsufficientEncryptionPolicyException) ErrorMessage

type InsufficientS3BucketPolicyException

type InsufficientS3BucketPolicyException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the policy on the S3 bucket is not sufficient.

func (*InsufficientS3BucketPolicyException) Error

func (*InsufficientS3BucketPolicyException) ErrorCode

func (*InsufficientS3BucketPolicyException) ErrorFault

func (*InsufficientS3BucketPolicyException) ErrorMessage

func (e *InsufficientS3BucketPolicyException) ErrorMessage() string

type InsufficientSnsTopicPolicyException

type InsufficientSnsTopicPolicyException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the policy on the Amazon SNS topic is not sufficient.

func (*InsufficientSnsTopicPolicyException) Error

func (*InsufficientSnsTopicPolicyException) ErrorCode

func (*InsufficientSnsTopicPolicyException) ErrorFault

func (*InsufficientSnsTopicPolicyException) ErrorMessage

func (e *InsufficientSnsTopicPolicyException) ErrorMessage() string

type InvalidCloudWatchLogsLogGroupArnException

type InvalidCloudWatchLogsLogGroupArnException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the provided CloudWatch Logs log group is not valid.

func (*InvalidCloudWatchLogsLogGroupArnException) Error

func (*InvalidCloudWatchLogsLogGroupArnException) ErrorCode

func (*InvalidCloudWatchLogsLogGroupArnException) ErrorFault

func (*InvalidCloudWatchLogsLogGroupArnException) ErrorMessage

type InvalidCloudWatchLogsRoleArnException

type InvalidCloudWatchLogsRoleArnException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the provided role is not valid.

func (*InvalidCloudWatchLogsRoleArnException) Error

func (*InvalidCloudWatchLogsRoleArnException) ErrorCode

func (*InvalidCloudWatchLogsRoleArnException) ErrorFault

func (*InvalidCloudWatchLogsRoleArnException) ErrorMessage

type InvalidDateRangeException added in v1.12.0

type InvalidDateRangeException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

A date range for the query was specified that is not valid. Be sure that the start time is chronologically before the end time. For more information about writing a query, see Create or edit a query (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-create-edit-query.html) in the CloudTrail User Guide.

func (*InvalidDateRangeException) Error added in v1.12.0

func (e *InvalidDateRangeException) Error() string

func (*InvalidDateRangeException) ErrorCode added in v1.12.0

func (e *InvalidDateRangeException) ErrorCode() string

func (*InvalidDateRangeException) ErrorFault added in v1.12.0

func (*InvalidDateRangeException) ErrorMessage added in v1.12.0

func (e *InvalidDateRangeException) ErrorMessage() string

type InvalidEventCategoryException

type InvalidEventCategoryException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Occurs if an event category that is not valid is specified as a value of EventCategory .

func (*InvalidEventCategoryException) Error

func (*InvalidEventCategoryException) ErrorCode

func (e *InvalidEventCategoryException) ErrorCode() string

func (*InvalidEventCategoryException) ErrorFault

func (*InvalidEventCategoryException) ErrorMessage

func (e *InvalidEventCategoryException) ErrorMessage() string

type InvalidEventDataStoreCategoryException added in v1.18.0

type InvalidEventDataStoreCategoryException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when event categories of specified event data stores are not valid.

func (*InvalidEventDataStoreCategoryException) Error added in v1.18.0

func (*InvalidEventDataStoreCategoryException) ErrorCode added in v1.18.0

func (*InvalidEventDataStoreCategoryException) ErrorFault added in v1.18.0

func (*InvalidEventDataStoreCategoryException) ErrorMessage added in v1.18.0

type InvalidEventDataStoreStatusException added in v1.12.0

type InvalidEventDataStoreStatusException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The event data store is not in a status that supports the operation.

func (*InvalidEventDataStoreStatusException) Error added in v1.12.0

func (*InvalidEventDataStoreStatusException) ErrorCode added in v1.12.0

func (*InvalidEventDataStoreStatusException) ErrorFault added in v1.12.0

func (*InvalidEventDataStoreStatusException) ErrorMessage added in v1.12.0

func (e *InvalidEventDataStoreStatusException) ErrorMessage() string

type InvalidEventSelectorsException

type InvalidEventSelectorsException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the PutEventSelectors operation is called with a number of event selectors, advanced event selectors, or data resources that is not valid. The combination of event selectors or advanced event selectors and data resources is not valid. A trail can have up to 5 event selectors. If a trail uses advanced event selectors, a maximum of 500 total values for all conditions in all advanced event selectors is allowed. A trail is limited to 250 data resources. These data resources can be distributed across event selectors, but the overall total cannot exceed 250. You can:

  • Specify a valid number of event selectors (1 to 5) for a trail.
  • Specify a valid number of data resources (1 to 250) for an event selector. The limit of number of resources on an individual event selector is configurable up to 250. However, this upper limit is allowed only if the total number of data resources does not exceed 250 across all event selectors for a trail.
  • Specify up to 500 values for all conditions in all advanced event selectors for a trail.
  • Specify a valid value for a parameter. For example, specifying the ReadWriteType parameter with a value of read-only is not valid.

func (*InvalidEventSelectorsException) Error

func (*InvalidEventSelectorsException) ErrorCode

func (e *InvalidEventSelectorsException) ErrorCode() string

func (*InvalidEventSelectorsException) ErrorFault

func (*InvalidEventSelectorsException) ErrorMessage

func (e *InvalidEventSelectorsException) ErrorMessage() string

type InvalidHomeRegionException

type InvalidHomeRegionException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when an operation is called on a trail from a Region other than the Region in which the trail was created.

func (*InvalidHomeRegionException) Error

func (*InvalidHomeRegionException) ErrorCode

func (e *InvalidHomeRegionException) ErrorCode() string

func (*InvalidHomeRegionException) ErrorFault

func (*InvalidHomeRegionException) ErrorMessage

func (e *InvalidHomeRegionException) ErrorMessage() string

type InvalidImportSourceException added in v1.18.0

type InvalidImportSourceException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the provided source S3 bucket is not valid for import.

func (*InvalidImportSourceException) Error added in v1.18.0

func (*InvalidImportSourceException) ErrorCode added in v1.18.0

func (e *InvalidImportSourceException) ErrorCode() string

func (*InvalidImportSourceException) ErrorFault added in v1.18.0

func (*InvalidImportSourceException) ErrorMessage added in v1.18.0

func (e *InvalidImportSourceException) ErrorMessage() string

type InvalidInsightSelectorsException

type InvalidInsightSelectorsException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

For PutInsightSelectors , this exception is thrown when the formatting or syntax of the InsightSelectors JSON statement is not valid, or the specified InsightType in the InsightSelectors statement is not valid. Valid values for InsightType are ApiCallRateInsight and ApiErrorRateInsight . To enable Insights on an event data store, the destination event data store specified by the InsightsDestination parameter must log Insights events and the source event data store specified by the EventDataStore parameter must log management events. For UpdateEventDataStore , this exception is thrown if Insights are enabled on the event data store and the updated advanced event selectors are not compatible with the configured InsightSelectors . If the InsightSelectors includes an InsightType of ApiCallRateInsight , the source event data store must log write management events. If the InsightSelectors includes an InsightType of ApiErrorRateInsight , the source event data store must log management events.

func (*InvalidInsightSelectorsException) Error

func (*InvalidInsightSelectorsException) ErrorCode

func (*InvalidInsightSelectorsException) ErrorFault

func (*InvalidInsightSelectorsException) ErrorMessage

func (e *InvalidInsightSelectorsException) ErrorMessage() string

type InvalidKmsKeyIdException

type InvalidKmsKeyIdException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the KMS key ARN is not valid.

func (*InvalidKmsKeyIdException) Error

func (e *InvalidKmsKeyIdException) Error() string

func (*InvalidKmsKeyIdException) ErrorCode

func (e *InvalidKmsKeyIdException) ErrorCode() string

func (*InvalidKmsKeyIdException) ErrorFault

func (e *InvalidKmsKeyIdException) ErrorFault() smithy.ErrorFault

func (*InvalidKmsKeyIdException) ErrorMessage

func (e *InvalidKmsKeyIdException) ErrorMessage() string

type InvalidLookupAttributesException

type InvalidLookupAttributesException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Occurs when a lookup attribute is specified that is not valid.

func (*InvalidLookupAttributesException) Error

func (*InvalidLookupAttributesException) ErrorCode

func (*InvalidLookupAttributesException) ErrorFault

func (*InvalidLookupAttributesException) ErrorMessage

func (e *InvalidLookupAttributesException) ErrorMessage() string

type InvalidMaxResultsException

type InvalidMaxResultsException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown if the limit specified is not valid.

func (*InvalidMaxResultsException) Error

func (*InvalidMaxResultsException) ErrorCode

func (e *InvalidMaxResultsException) ErrorCode() string

func (*InvalidMaxResultsException) ErrorFault

func (*InvalidMaxResultsException) ErrorMessage

func (e *InvalidMaxResultsException) ErrorMessage() string

type InvalidNextTokenException

type InvalidNextTokenException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

A token that is not valid, or a token that was previously used in a request with different parameters. This exception is thrown if the token is not valid.

func (*InvalidNextTokenException) Error

func (e *InvalidNextTokenException) Error() string

func (*InvalidNextTokenException) ErrorCode

func (e *InvalidNextTokenException) ErrorCode() string

func (*InvalidNextTokenException) ErrorFault

func (*InvalidNextTokenException) ErrorMessage

func (e *InvalidNextTokenException) ErrorMessage() string

type InvalidParameterCombinationException

type InvalidParameterCombinationException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the combination of parameters provided is not valid.

func (*InvalidParameterCombinationException) Error

func (*InvalidParameterCombinationException) ErrorCode

func (*InvalidParameterCombinationException) ErrorFault

func (*InvalidParameterCombinationException) ErrorMessage

func (e *InvalidParameterCombinationException) ErrorMessage() string

type InvalidParameterException added in v1.12.0

type InvalidParameterException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The request includes a parameter that is not valid.

func (*InvalidParameterException) Error added in v1.12.0

func (e *InvalidParameterException) Error() string

func (*InvalidParameterException) ErrorCode added in v1.12.0

func (e *InvalidParameterException) ErrorCode() string

func (*InvalidParameterException) ErrorFault added in v1.12.0

func (*InvalidParameterException) ErrorMessage added in v1.12.0

func (e *InvalidParameterException) ErrorMessage() string

type InvalidQueryStatementException added in v1.12.0

type InvalidQueryStatementException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The query that was submitted has validation errors, or uses incorrect syntax or unsupported keywords. For more information about writing a query, see Create or edit a query (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-create-edit-query.html) in the CloudTrail User Guide.

func (*InvalidQueryStatementException) Error added in v1.12.0

func (*InvalidQueryStatementException) ErrorCode added in v1.12.0

func (e *InvalidQueryStatementException) ErrorCode() string

func (*InvalidQueryStatementException) ErrorFault added in v1.12.0

func (*InvalidQueryStatementException) ErrorMessage added in v1.12.0

func (e *InvalidQueryStatementException) ErrorMessage() string

type InvalidQueryStatusException added in v1.12.0

type InvalidQueryStatusException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The query status is not valid for the operation.

func (*InvalidQueryStatusException) Error added in v1.12.0

func (*InvalidQueryStatusException) ErrorCode added in v1.12.0

func (e *InvalidQueryStatusException) ErrorCode() string

func (*InvalidQueryStatusException) ErrorFault added in v1.12.0

func (*InvalidQueryStatusException) ErrorMessage added in v1.12.0

func (e *InvalidQueryStatusException) ErrorMessage() string

type InvalidS3BucketNameException

type InvalidS3BucketNameException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the provided S3 bucket name is not valid.

func (*InvalidS3BucketNameException) Error

func (*InvalidS3BucketNameException) ErrorCode

func (e *InvalidS3BucketNameException) ErrorCode() string

func (*InvalidS3BucketNameException) ErrorFault

func (*InvalidS3BucketNameException) ErrorMessage

func (e *InvalidS3BucketNameException) ErrorMessage() string

type InvalidS3PrefixException

type InvalidS3PrefixException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the provided S3 prefix is not valid.

func (*InvalidS3PrefixException) Error

func (e *InvalidS3PrefixException) Error() string

func (*InvalidS3PrefixException) ErrorCode

func (e *InvalidS3PrefixException) ErrorCode() string

func (*InvalidS3PrefixException) ErrorFault

func (e *InvalidS3PrefixException) ErrorFault() smithy.ErrorFault

func (*InvalidS3PrefixException) ErrorMessage

func (e *InvalidS3PrefixException) ErrorMessage() string

type InvalidSnsTopicNameException

type InvalidSnsTopicNameException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the provided SNS topic name is not valid.

func (*InvalidSnsTopicNameException) Error

func (*InvalidSnsTopicNameException) ErrorCode

func (e *InvalidSnsTopicNameException) ErrorCode() string

func (*InvalidSnsTopicNameException) ErrorFault

func (*InvalidSnsTopicNameException) ErrorMessage

func (e *InvalidSnsTopicNameException) ErrorMessage() string

type InvalidSourceException added in v1.23.0

type InvalidSourceException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the specified value of Source is not valid.

func (*InvalidSourceException) Error added in v1.23.0

func (e *InvalidSourceException) Error() string

func (*InvalidSourceException) ErrorCode added in v1.23.0

func (e *InvalidSourceException) ErrorCode() string

func (*InvalidSourceException) ErrorFault added in v1.23.0

func (e *InvalidSourceException) ErrorFault() smithy.ErrorFault

func (*InvalidSourceException) ErrorMessage added in v1.23.0

func (e *InvalidSourceException) ErrorMessage() string

type InvalidTagParameterException

type InvalidTagParameterException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the specified tag key or values are not valid. It can also occur if there are duplicate tags or too many tags on the resource.

func (*InvalidTagParameterException) Error

func (*InvalidTagParameterException) ErrorCode

func (e *InvalidTagParameterException) ErrorCode() string

func (*InvalidTagParameterException) ErrorFault

func (*InvalidTagParameterException) ErrorMessage

func (e *InvalidTagParameterException) ErrorMessage() string

type InvalidTimeRangeException

type InvalidTimeRangeException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Occurs if the timestamp values are not valid. Either the start time occurs after the end time, or the time range is outside the range of possible values.

func (*InvalidTimeRangeException) Error

func (e *InvalidTimeRangeException) Error() string

func (*InvalidTimeRangeException) ErrorCode

func (e *InvalidTimeRangeException) ErrorCode() string

func (*InvalidTimeRangeException) ErrorFault

func (*InvalidTimeRangeException) ErrorMessage

func (e *InvalidTimeRangeException) ErrorMessage() string

type InvalidTokenException

type InvalidTokenException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Reserved for future use.

func (*InvalidTokenException) Error

func (e *InvalidTokenException) Error() string

func (*InvalidTokenException) ErrorCode

func (e *InvalidTokenException) ErrorCode() string

func (*InvalidTokenException) ErrorFault

func (e *InvalidTokenException) ErrorFault() smithy.ErrorFault

func (*InvalidTokenException) ErrorMessage

func (e *InvalidTokenException) ErrorMessage() string

type InvalidTrailNameException

type InvalidTrailNameException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the provided trail name is not valid. Trail names must meet the following requirements:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)
  • Start with a letter or number, and end with a letter or number
  • Be between 3 and 128 characters
  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are not valid.
  • Not be in IP address format (for example, 192.168.5.4)

func (*InvalidTrailNameException) Error

func (e *InvalidTrailNameException) Error() string

func (*InvalidTrailNameException) ErrorCode

func (e *InvalidTrailNameException) ErrorCode() string

func (*InvalidTrailNameException) ErrorFault

func (*InvalidTrailNameException) ErrorMessage

func (e *InvalidTrailNameException) ErrorMessage() string

type KmsException

type KmsException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when there is an issue with the specified KMS key and the trail or event data store can't be updated.

func (*KmsException) Error

func (e *KmsException) Error() string

func (*KmsException) ErrorCode

func (e *KmsException) ErrorCode() string

func (*KmsException) ErrorFault

func (e *KmsException) ErrorFault() smithy.ErrorFault

func (*KmsException) ErrorMessage

func (e *KmsException) ErrorMessage() string

type KmsKeyDisabledException

type KmsKeyDisabledException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is no longer in use.

func (*KmsKeyDisabledException) Error

func (e *KmsKeyDisabledException) Error() string

func (*KmsKeyDisabledException) ErrorCode

func (e *KmsKeyDisabledException) ErrorCode() string

func (*KmsKeyDisabledException) ErrorFault

func (e *KmsKeyDisabledException) ErrorFault() smithy.ErrorFault

func (*KmsKeyDisabledException) ErrorMessage

func (e *KmsKeyDisabledException) ErrorMessage() string

type KmsKeyNotFoundException

type KmsKeyNotFoundException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the KMS key does not exist, when the S3 bucket and the KMS key are not in the same Region, or when the KMS key associated with the Amazon SNS topic either does not exist or is not in the same Region.

func (*KmsKeyNotFoundException) Error

func (e *KmsKeyNotFoundException) Error() string

func (*KmsKeyNotFoundException) ErrorCode

func (e *KmsKeyNotFoundException) ErrorCode() string

func (*KmsKeyNotFoundException) ErrorFault

func (e *KmsKeyNotFoundException) ErrorFault() smithy.ErrorFault

func (*KmsKeyNotFoundException) ErrorMessage

func (e *KmsKeyNotFoundException) ErrorMessage() string

type LookupAttribute

type LookupAttribute struct {

	// Specifies an attribute on which to filter the events returned.
	//
	// This member is required.
	AttributeKey LookupAttributeKey

	// Specifies a value for the specified AttributeKey . The maximum length for the
	// AttributeValue is 2000 characters. The following characters (' _ ', ' ', ' , ', '
	// \\n ') count as two characters towards the 2000 character limit.
	//
	// This member is required.
	AttributeValue *string
	// contains filtered or unexported fields
}

Specifies an attribute and value that filter the events returned.

type LookupAttributeKey

type LookupAttributeKey string
const (
	LookupAttributeKeyEventId      LookupAttributeKey = "EventId"
	LookupAttributeKeyEventName    LookupAttributeKey = "EventName"
	LookupAttributeKeyReadOnly     LookupAttributeKey = "ReadOnly"
	LookupAttributeKeyUsername     LookupAttributeKey = "Username"
	LookupAttributeKeyResourceType LookupAttributeKey = "ResourceType"
	LookupAttributeKeyResourceName LookupAttributeKey = "ResourceName"
	LookupAttributeKeyEventSource  LookupAttributeKey = "EventSource"
	LookupAttributeKeyAccessKeyId  LookupAttributeKey = "AccessKeyId"
)

Enum values for LookupAttributeKey

func (LookupAttributeKey) Values added in v0.29.0

Values returns all known values for LookupAttributeKey. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type MaxConcurrentQueriesException added in v1.12.0

type MaxConcurrentQueriesException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

You are already running the maximum number of concurrent queries. The maximum number of concurrent queries is 10. Wait a minute for some queries to finish, and then run the query again.

func (*MaxConcurrentQueriesException) Error added in v1.12.0

func (*MaxConcurrentQueriesException) ErrorCode added in v1.12.0

func (e *MaxConcurrentQueriesException) ErrorCode() string

func (*MaxConcurrentQueriesException) ErrorFault added in v1.12.0

func (*MaxConcurrentQueriesException) ErrorMessage added in v1.12.0

func (e *MaxConcurrentQueriesException) ErrorMessage() string

type MaximumNumberOfTrailsExceededException

type MaximumNumberOfTrailsExceededException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the maximum number of trails is reached.

func (*MaximumNumberOfTrailsExceededException) Error

func (*MaximumNumberOfTrailsExceededException) ErrorCode

func (*MaximumNumberOfTrailsExceededException) ErrorFault

func (*MaximumNumberOfTrailsExceededException) ErrorMessage

type NoManagementAccountSLRExistsException added in v1.20.0

type NoManagementAccountSLRExistsException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the management account does not have a service-linked role.

func (*NoManagementAccountSLRExistsException) Error added in v1.20.0

func (*NoManagementAccountSLRExistsException) ErrorCode added in v1.20.0

func (*NoManagementAccountSLRExistsException) ErrorFault added in v1.20.0

func (*NoManagementAccountSLRExistsException) ErrorMessage added in v1.20.0

type NotOrganizationManagementAccountException added in v1.20.0

type NotOrganizationManagementAccountException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the account making the request is not the organization's management account.

func (*NotOrganizationManagementAccountException) Error added in v1.20.0

func (*NotOrganizationManagementAccountException) ErrorCode added in v1.20.0

func (*NotOrganizationManagementAccountException) ErrorFault added in v1.20.0

func (*NotOrganizationManagementAccountException) ErrorMessage added in v1.20.0

type NotOrganizationMasterAccountException

type NotOrganizationMasterAccountException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the Amazon Web Services account making the request to create or update an organization trail or event data store is not the management account for an organization in Organizations. For more information, see Prepare For Creating a Trail For Your Organization (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html) or Create an event data store (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html) .

func (*NotOrganizationMasterAccountException) Error

func (*NotOrganizationMasterAccountException) ErrorCode

func (*NotOrganizationMasterAccountException) ErrorFault

func (*NotOrganizationMasterAccountException) ErrorMessage

type OperationNotPermittedException

type OperationNotPermittedException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the requested operation is not permitted.

func (*OperationNotPermittedException) Error

func (*OperationNotPermittedException) ErrorCode

func (e *OperationNotPermittedException) ErrorCode() string

func (*OperationNotPermittedException) ErrorFault

func (*OperationNotPermittedException) ErrorMessage

func (e *OperationNotPermittedException) ErrorMessage() string

type OrganizationNotInAllFeaturesModeException

type OrganizationNotInAllFeaturesModeException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when Organizations is not configured to support all features. All features must be enabled in Organizations to support creating an organization trail or event data store.

func (*OrganizationNotInAllFeaturesModeException) Error

func (*OrganizationNotInAllFeaturesModeException) ErrorCode

func (*OrganizationNotInAllFeaturesModeException) ErrorFault

func (*OrganizationNotInAllFeaturesModeException) ErrorMessage

type OrganizationsNotInUseException

type OrganizationsNotInUseException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the request is made from an Amazon Web Services account that is not a member of an organization. To make this request, sign in using the credentials of an account that belongs to an organization.

func (*OrganizationsNotInUseException) Error

func (*OrganizationsNotInUseException) ErrorCode

func (e *OrganizationsNotInUseException) ErrorCode() string

func (*OrganizationsNotInUseException) ErrorFault

func (*OrganizationsNotInUseException) ErrorMessage

func (e *OrganizationsNotInUseException) ErrorMessage() string

type PublicKey

type PublicKey struct {

	// The fingerprint of the public key.
	Fingerprint *string

	// The ending time of validity of the public key.
	ValidityEndTime *time.Time

	// The starting time of validity of the public key.
	ValidityStartTime *time.Time

	// The DER encoded public key value in PKCS#1 format.
	Value []byte
	// contains filtered or unexported fields
}

Contains information about a returned public key.

type Query added in v1.12.0

type Query struct {

	// The creation time of a query.
	CreationTime *time.Time

	// The ID of a query.
	QueryId *string

	// The status of the query. This can be QUEUED , RUNNING , FINISHED , FAILED ,
	// TIMED_OUT , or CANCELLED .
	QueryStatus QueryStatus
	// contains filtered or unexported fields
}

A SQL string of criteria about events that you want to collect in an event data store.

type QueryIdNotFoundException added in v1.12.0

type QueryIdNotFoundException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The query ID does not exist or does not map to a query.

func (*QueryIdNotFoundException) Error added in v1.12.0

func (e *QueryIdNotFoundException) Error() string

func (*QueryIdNotFoundException) ErrorCode added in v1.12.0

func (e *QueryIdNotFoundException) ErrorCode() string

func (*QueryIdNotFoundException) ErrorFault added in v1.12.0

func (e *QueryIdNotFoundException) ErrorFault() smithy.ErrorFault

func (*QueryIdNotFoundException) ErrorMessage added in v1.12.0

func (e *QueryIdNotFoundException) ErrorMessage() string

type QueryStatistics added in v1.12.0

type QueryStatistics struct {

	// The total bytes that the query scanned in the event data store. This value
	// matches the number of bytes for which your account is billed for the query,
	// unless the query is still running.
	BytesScanned *int64

	// The number of results returned.
	ResultsCount *int32

	// The total number of results returned by a query.
	TotalResultsCount *int32
	// contains filtered or unexported fields
}

Metadata about a query, such as the number of results.

type QueryStatisticsForDescribeQuery added in v1.12.0

type QueryStatisticsForDescribeQuery struct {

	// The total bytes that the query scanned in the event data store. This value
	// matches the number of bytes for which your account is billed for the query,
	// unless the query is still running.
	BytesScanned *int64

	// The creation time of the query.
	CreationTime *time.Time

	// The number of events that matched a query.
	EventsMatched *int64

	// The number of events that the query scanned in the event data store.
	EventsScanned *int64

	// The query's run time, in milliseconds.
	ExecutionTimeInMillis *int32
	// contains filtered or unexported fields
}

Gets metadata about a query, including the number of events that were matched, the total number of events scanned, the query run time in milliseconds, and the query's creation time.

type QueryStatus added in v1.12.0

type QueryStatus string
const (
	QueryStatusQueued    QueryStatus = "QUEUED"
	QueryStatusRunning   QueryStatus = "RUNNING"
	QueryStatusFinished  QueryStatus = "FINISHED"
	QueryStatusFailed    QueryStatus = "FAILED"
	QueryStatusCancelled QueryStatus = "CANCELLED"
	QueryStatusTimedOut  QueryStatus = "TIMED_OUT"
)

Enum values for QueryStatus

func (QueryStatus) Values added in v1.12.0

func (QueryStatus) Values() []QueryStatus

Values returns all known values for QueryStatus. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type ReadWriteType

type ReadWriteType string
const (
	ReadWriteTypeReadOnly  ReadWriteType = "ReadOnly"
	ReadWriteTypeWriteOnly ReadWriteType = "WriteOnly"
	ReadWriteTypeAll       ReadWriteType = "All"
)

Enum values for ReadWriteType

func (ReadWriteType) Values added in v0.29.0

func (ReadWriteType) Values() []ReadWriteType

Values returns all known values for ReadWriteType. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type Resource

type Resource struct {

	// The name of the resource referenced by the event returned. These are
	// user-created names whose values will depend on the environment. For example, the
	// resource name might be "auto-scaling-test-group" for an Auto Scaling Group or
	// "i-1234567" for an EC2 Instance.
	ResourceName *string

	// The type of a resource referenced by the event returned. When the resource type
	// cannot be determined, null is returned. Some examples of resource types are:
	// Instance for EC2, Trail for CloudTrail, DBInstance for Amazon RDS, and AccessKey
	// for IAM. To learn more about how to look up and filter events by the resource
	// types supported for a service, see Filtering CloudTrail Events (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/view-cloudtrail-events-console.html#filtering-cloudtrail-events)
	// .
	ResourceType *string
	// contains filtered or unexported fields
}

Specifies the type and name of a resource referenced by an event.

type ResourceARNNotValidException added in v1.23.0

type ResourceARNNotValidException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the provided resource does not exist, or the ARN format of the resource is not valid. The following is the valid format for a resource ARN: arn:aws:cloudtrail:us-east-2:123456789012:channel/MyChannel .

func (*ResourceARNNotValidException) Error added in v1.23.0

func (*ResourceARNNotValidException) ErrorCode added in v1.23.0

func (e *ResourceARNNotValidException) ErrorCode() string

func (*ResourceARNNotValidException) ErrorFault added in v1.23.0

func (*ResourceARNNotValidException) ErrorMessage added in v1.23.0

func (e *ResourceARNNotValidException) ErrorMessage() string

type ResourceNotFoundException

type ResourceNotFoundException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the specified resource is not found.

func (*ResourceNotFoundException) Error

func (e *ResourceNotFoundException) Error() string

func (*ResourceNotFoundException) ErrorCode

func (e *ResourceNotFoundException) ErrorCode() string

func (*ResourceNotFoundException) ErrorFault

func (*ResourceNotFoundException) ErrorMessage

func (e *ResourceNotFoundException) ErrorMessage() string

type ResourcePolicyNotFoundException added in v1.23.0

type ResourcePolicyNotFoundException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the specified resource policy is not found.

func (*ResourcePolicyNotFoundException) Error added in v1.23.0

func (*ResourcePolicyNotFoundException) ErrorCode added in v1.23.0

func (e *ResourcePolicyNotFoundException) ErrorCode() string

func (*ResourcePolicyNotFoundException) ErrorFault added in v1.23.0

func (*ResourcePolicyNotFoundException) ErrorMessage added in v1.23.0

func (e *ResourcePolicyNotFoundException) ErrorMessage() string

type ResourcePolicyNotValidException added in v1.23.0

type ResourcePolicyNotValidException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the resouce-based policy has syntax errors, or contains a principal that is not valid. The following are requirements for the resource policy:

  • Contains only one action: cloudtrail-data:PutAuditEvents
  • Contains at least one statement. The policy can have a maximum of 20 statements.
  • Each statement contains at least one principal. A statement can have a maximum of 50 principals.

func (*ResourcePolicyNotValidException) Error added in v1.23.0

func (*ResourcePolicyNotValidException) ErrorCode added in v1.23.0

func (e *ResourcePolicyNotValidException) ErrorCode() string

func (*ResourcePolicyNotValidException) ErrorFault added in v1.23.0

func (*ResourcePolicyNotValidException) ErrorMessage added in v1.23.0

func (e *ResourcePolicyNotValidException) ErrorMessage() string

type ResourceTag

type ResourceTag struct {

	// Specifies the ARN of the resource.
	ResourceId *string

	// A list of tags.
	TagsList []Tag
	// contains filtered or unexported fields
}

A resource tag.

type ResourceTypeNotSupportedException

type ResourceTypeNotSupportedException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the specified resource type is not supported by CloudTrail.

func (*ResourceTypeNotSupportedException) Error

func (*ResourceTypeNotSupportedException) ErrorCode

func (*ResourceTypeNotSupportedException) ErrorFault

func (*ResourceTypeNotSupportedException) ErrorMessage

func (e *ResourceTypeNotSupportedException) ErrorMessage() string

type S3BucketDoesNotExistException

type S3BucketDoesNotExistException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the specified S3 bucket does not exist.

func (*S3BucketDoesNotExistException) Error

func (*S3BucketDoesNotExistException) ErrorCode

func (e *S3BucketDoesNotExistException) ErrorCode() string

func (*S3BucketDoesNotExistException) ErrorFault

func (*S3BucketDoesNotExistException) ErrorMessage

func (e *S3BucketDoesNotExistException) ErrorMessage() string

type S3ImportSource added in v1.18.0

type S3ImportSource struct {

	// The IAM ARN role used to access the source S3 bucket.
	//
	// This member is required.
	S3BucketAccessRoleArn *string

	// The Region associated with the source S3 bucket.
	//
	// This member is required.
	S3BucketRegion *string

	// The URI for the source S3 bucket.
	//
	// This member is required.
	S3LocationUri *string
	// contains filtered or unexported fields
}

The settings for the source S3 bucket.

type SourceConfig added in v1.17.0

type SourceConfig struct {

	// The advanced event selectors that are configured for the channel.
	AdvancedEventSelectors []AdvancedEventSelector

	// Specifies whether the channel applies to a single Region or to all Regions.
	ApplyToAllRegions *bool
	// contains filtered or unexported fields
}

Contains configuration information about the channel.

type Tag

type Tag struct {

	// The key in a key-value pair. The key must be must be no longer than 128 Unicode
	// characters. The key must be unique for the resource to which it applies.
	//
	// This member is required.
	Key *string

	// The value in a key-value pair of a tag. The value must be no longer than 256
	// Unicode characters.
	Value *string
	// contains filtered or unexported fields
}

A custom key-value pair associated with a resource such as a CloudTrail trail, event data store, or channel.

type TagsLimitExceededException

type TagsLimitExceededException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The number of tags per trail, event data store, or channel has exceeded the permitted amount. Currently, the limit is 50.

func (*TagsLimitExceededException) Error

func (*TagsLimitExceededException) ErrorCode

func (e *TagsLimitExceededException) ErrorCode() string

func (*TagsLimitExceededException) ErrorFault

func (*TagsLimitExceededException) ErrorMessage

func (e *TagsLimitExceededException) ErrorMessage() string

type ThrottlingException added in v1.29.0

type ThrottlingException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the request rate exceeds the limit.

func (*ThrottlingException) Error added in v1.29.0

func (e *ThrottlingException) Error() string

func (*ThrottlingException) ErrorCode added in v1.29.0

func (e *ThrottlingException) ErrorCode() string

func (*ThrottlingException) ErrorFault added in v1.29.0

func (e *ThrottlingException) ErrorFault() smithy.ErrorFault

func (*ThrottlingException) ErrorMessage added in v1.29.0

func (e *ThrottlingException) ErrorMessage() string

type Trail

type Trail struct {

	// Specifies an Amazon Resource Name (ARN), a unique identifier that represents
	// the log group to which CloudTrail logs will be delivered.
	CloudWatchLogsLogGroupArn *string

	// Specifies the role for the CloudWatch Logs endpoint to assume to write to a
	// user's log group.
	CloudWatchLogsRoleArn *string

	// Specifies if the trail has custom event selectors.
	HasCustomEventSelectors *bool

	// Specifies whether a trail has insight types specified in an InsightSelector
	// list.
	HasInsightSelectors *bool

	// The Region in which the trail was created.
	HomeRegion *string

	// Set to True to include Amazon Web Services API calls from Amazon Web Services
	// global services such as IAM. Otherwise, False.
	IncludeGlobalServiceEvents *bool

	// Specifies whether the trail exists only in one Region or exists in all Regions.
	IsMultiRegionTrail *bool

	// Specifies whether the trail is an organization trail.
	IsOrganizationTrail *bool

	// Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The
	// value is a fully specified ARN to a KMS key in the following format.
	// arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012
	KmsKeyId *string

	// Specifies whether log file validation is enabled.
	LogFileValidationEnabled *bool

	// Name of the trail set by calling CreateTrail . The maximum length is 128
	// characters.
	Name *string

	// Name of the Amazon S3 bucket into which CloudTrail delivers your trail files.
	// See Amazon S3 Bucket Naming Requirements (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/create_trail_naming_policy.html)
	// .
	S3BucketName *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 (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-find-log-files.html)
	// . The maximum length is 200 characters.
	S3KeyPrefix *string

	// Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send
	// notifications when log files are delivered. The following is the format of a
	// topic ARN. arn:aws:sns:us-east-2:123456789012:MyTopic
	SnsTopicARN *string

	// This field is no longer in use. Use SnsTopicARN .
	//
	// Deprecated: This member has been deprecated.
	SnsTopicName *string

	// Specifies the ARN of the trail. The following is the format of a trail ARN.
	// arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
	TrailARN *string
	// contains filtered or unexported fields
}

The settings for a trail.

type TrailAlreadyExistsException

type TrailAlreadyExistsException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the specified trail already exists.

func (*TrailAlreadyExistsException) Error

func (*TrailAlreadyExistsException) ErrorCode

func (e *TrailAlreadyExistsException) ErrorCode() string

func (*TrailAlreadyExistsException) ErrorFault

func (*TrailAlreadyExistsException) ErrorMessage

func (e *TrailAlreadyExistsException) ErrorMessage() string

type TrailInfo

type TrailInfo struct {

	// The Amazon Web Services Region in which a trail was created.
	HomeRegion *string

	// The name of a trail.
	Name *string

	// The ARN of a trail.
	TrailARN *string
	// contains filtered or unexported fields
}

Information about a CloudTrail trail, including the trail's name, home Region, and Amazon Resource Name (ARN).

type TrailNotFoundException

type TrailNotFoundException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the trail with the given name is not found.

func (*TrailNotFoundException) Error

func (e *TrailNotFoundException) Error() string

func (*TrailNotFoundException) ErrorCode

func (e *TrailNotFoundException) ErrorCode() string

func (*TrailNotFoundException) ErrorFault

func (e *TrailNotFoundException) ErrorFault() smithy.ErrorFault

func (*TrailNotFoundException) ErrorMessage

func (e *TrailNotFoundException) ErrorMessage() string

type TrailNotProvidedException

type TrailNotProvidedException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is no longer in use.

func (*TrailNotProvidedException) Error

func (e *TrailNotProvidedException) Error() string

func (*TrailNotProvidedException) ErrorCode

func (e *TrailNotProvidedException) ErrorCode() string

func (*TrailNotProvidedException) ErrorFault

func (*TrailNotProvidedException) ErrorMessage

func (e *TrailNotProvidedException) ErrorMessage() string

type UnsupportedOperationException

type UnsupportedOperationException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

This exception is thrown when the requested operation is not supported.

func (*UnsupportedOperationException) Error

func (*UnsupportedOperationException) ErrorCode

func (e *UnsupportedOperationException) ErrorCode() string

func (*UnsupportedOperationException) ErrorFault

func (*UnsupportedOperationException) ErrorMessage

func (e *UnsupportedOperationException) ErrorMessage() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL