Documentation ¶
Overview ¶
Package securitylake provides the client and types for making API requests to Amazon Security Lake.
Amazon Security Lake is a fully managed security data lake service. You can use Security Lake to automatically centralize security data from cloud, on-premises, and custom sources into a data lake that's stored in your Amazon Web Services account. Amazon Web Services Organizations is an account management service that lets you consolidate multiple Amazon Web Services accounts into an organization that you create and centrally manage. With Organizations, you can create member accounts and invite existing accounts to join your organization. Security Lake helps you analyze security data for a more complete understanding of your security posture across the entire organization. It can also help you improve the protection of your workloads, applications, and data.
The data lake is backed by Amazon Simple Storage Service (Amazon S3) buckets, and you retain ownership over your data.
Amazon Security Lake integrates with CloudTrail, a service that provides a record of actions taken by a user, role, or an Amazon Web Services service. In Security Lake, CloudTrail captures API calls for Security Lake as events. The calls captured include calls from the Security Lake console and code calls to the Security Lake API operations. If you create a trail, you can enable continuous delivery of CloudTrail events to an Amazon S3 bucket, including events for Security Lake. If you don't configure a trail, you can still view the most recent events in the CloudTrail console in Event history. Using the information collected by CloudTrail you can determine the request that was made to Security Lake, the IP address from which the request was made, who made the request, when it was made, and additional details. To learn more about Security Lake information in CloudTrail, see the Amazon Security Lake User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/securitylake-cloudtrail.html).
Security Lake automates the collection of security-related log and event data from integrated Amazon Web Services and third-party services. It also helps you manage the lifecycle of data with customizable retention and replication settings. Security Lake converts ingested data into Apache Parquet format and a standard open-source schema called the Open Cybersecurity Schema Framework (OCSF).
Other Amazon Web Services and third-party services can subscribe to the data that's stored in Security Lake for incident response and security data analytics.
See https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10 for more information on this service.
See securitylake package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/securitylake/
Using the Client ¶
To contact Amazon Security Lake with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Amazon Security Lake client SecurityLake for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/securitylake/#New
Index ¶
- Constants
- func AccessType_Values() []string
- func AwsLogSourceName_Values() []string
- func DataLakeStatus_Values() []string
- func HttpMethod_Values() []string
- func SourceCollectionStatus_Values() []string
- func SubscriberStatus_Values() []string
- type AccessDeniedException
- func (s *AccessDeniedException) Code() string
- func (s *AccessDeniedException) Error() string
- func (s AccessDeniedException) GoString() string
- func (s *AccessDeniedException) Message() string
- func (s *AccessDeniedException) OrigErr() error
- func (s *AccessDeniedException) RequestID() string
- func (s *AccessDeniedException) StatusCode() int
- func (s AccessDeniedException) String() string
- type AwsIdentity
- type AwsLogSourceConfiguration
- func (s AwsLogSourceConfiguration) GoString() string
- func (s *AwsLogSourceConfiguration) SetAccounts(v []*string) *AwsLogSourceConfiguration
- func (s *AwsLogSourceConfiguration) SetRegions(v []*string) *AwsLogSourceConfiguration
- func (s *AwsLogSourceConfiguration) SetSourceName(v string) *AwsLogSourceConfiguration
- func (s *AwsLogSourceConfiguration) SetSourceVersion(v string) *AwsLogSourceConfiguration
- func (s AwsLogSourceConfiguration) String() string
- func (s *AwsLogSourceConfiguration) Validate() error
- type AwsLogSourceResource
- type BadRequestException
- func (s *BadRequestException) Code() string
- func (s *BadRequestException) Error() string
- func (s BadRequestException) GoString() string
- func (s *BadRequestException) Message() string
- func (s *BadRequestException) OrigErr() error
- func (s *BadRequestException) RequestID() string
- func (s *BadRequestException) StatusCode() int
- func (s BadRequestException) String() string
- type ConflictException
- func (s *ConflictException) Code() string
- func (s *ConflictException) Error() string
- func (s ConflictException) GoString() string
- func (s *ConflictException) Message() string
- func (s *ConflictException) OrigErr() error
- func (s *ConflictException) RequestID() string
- func (s *ConflictException) StatusCode() int
- func (s ConflictException) String() string
- type CreateAwsLogSourceInput
- type CreateAwsLogSourceOutput
- type CreateCustomLogSourceInput
- func (s CreateCustomLogSourceInput) GoString() string
- func (s *CreateCustomLogSourceInput) SetConfiguration(v *CustomLogSourceConfiguration) *CreateCustomLogSourceInput
- func (s *CreateCustomLogSourceInput) SetEventClasses(v []*string) *CreateCustomLogSourceInput
- func (s *CreateCustomLogSourceInput) SetSourceName(v string) *CreateCustomLogSourceInput
- func (s *CreateCustomLogSourceInput) SetSourceVersion(v string) *CreateCustomLogSourceInput
- func (s CreateCustomLogSourceInput) String() string
- func (s *CreateCustomLogSourceInput) Validate() error
- type CreateCustomLogSourceOutput
- type CreateDataLakeExceptionSubscriptionInput
- func (s CreateDataLakeExceptionSubscriptionInput) GoString() string
- func (s *CreateDataLakeExceptionSubscriptionInput) SetExceptionTimeToLive(v int64) *CreateDataLakeExceptionSubscriptionInput
- func (s *CreateDataLakeExceptionSubscriptionInput) SetNotificationEndpoint(v string) *CreateDataLakeExceptionSubscriptionInput
- func (s *CreateDataLakeExceptionSubscriptionInput) SetSubscriptionProtocol(v string) *CreateDataLakeExceptionSubscriptionInput
- func (s CreateDataLakeExceptionSubscriptionInput) String() string
- func (s *CreateDataLakeExceptionSubscriptionInput) Validate() error
- type CreateDataLakeExceptionSubscriptionOutput
- type CreateDataLakeInput
- func (s CreateDataLakeInput) GoString() string
- func (s *CreateDataLakeInput) SetConfigurations(v []*DataLakeConfiguration) *CreateDataLakeInput
- func (s *CreateDataLakeInput) SetMetaStoreManagerRoleArn(v string) *CreateDataLakeInput
- func (s *CreateDataLakeInput) SetTags(v []*Tag) *CreateDataLakeInput
- func (s CreateDataLakeInput) String() string
- func (s *CreateDataLakeInput) Validate() error
- type CreateDataLakeOrganizationConfigurationInput
- func (s CreateDataLakeOrganizationConfigurationInput) GoString() string
- func (s *CreateDataLakeOrganizationConfigurationInput) SetAutoEnableNewAccount(v []*DataLakeAutoEnableNewAccountConfiguration) *CreateDataLakeOrganizationConfigurationInput
- func (s CreateDataLakeOrganizationConfigurationInput) String() string
- func (s *CreateDataLakeOrganizationConfigurationInput) Validate() error
- type CreateDataLakeOrganizationConfigurationOutput
- type CreateDataLakeOutput
- type CreateSubscriberInput
- func (s CreateSubscriberInput) GoString() string
- func (s *CreateSubscriberInput) SetAccessTypes(v []*string) *CreateSubscriberInput
- func (s *CreateSubscriberInput) SetSources(v []*LogSourceResource) *CreateSubscriberInput
- func (s *CreateSubscriberInput) SetSubscriberDescription(v string) *CreateSubscriberInput
- func (s *CreateSubscriberInput) SetSubscriberIdentity(v *AwsIdentity) *CreateSubscriberInput
- func (s *CreateSubscriberInput) SetSubscriberName(v string) *CreateSubscriberInput
- func (s *CreateSubscriberInput) SetTags(v []*Tag) *CreateSubscriberInput
- func (s CreateSubscriberInput) String() string
- func (s *CreateSubscriberInput) Validate() error
- type CreateSubscriberNotificationInput
- func (s CreateSubscriberNotificationInput) GoString() string
- func (s *CreateSubscriberNotificationInput) SetConfiguration(v *NotificationConfiguration) *CreateSubscriberNotificationInput
- func (s *CreateSubscriberNotificationInput) SetSubscriberId(v string) *CreateSubscriberNotificationInput
- func (s CreateSubscriberNotificationInput) String() string
- func (s *CreateSubscriberNotificationInput) Validate() error
- type CreateSubscriberNotificationOutput
- type CreateSubscriberOutput
- type CustomLogSourceAttributes
- func (s CustomLogSourceAttributes) GoString() string
- func (s *CustomLogSourceAttributes) SetCrawlerArn(v string) *CustomLogSourceAttributes
- func (s *CustomLogSourceAttributes) SetDatabaseArn(v string) *CustomLogSourceAttributes
- func (s *CustomLogSourceAttributes) SetTableArn(v string) *CustomLogSourceAttributes
- func (s CustomLogSourceAttributes) String() string
- func (s *CustomLogSourceAttributes) Validate() error
- type CustomLogSourceConfiguration
- func (s CustomLogSourceConfiguration) GoString() string
- func (s *CustomLogSourceConfiguration) SetCrawlerConfiguration(v *CustomLogSourceCrawlerConfiguration) *CustomLogSourceConfiguration
- func (s *CustomLogSourceConfiguration) SetProviderIdentity(v *AwsIdentity) *CustomLogSourceConfiguration
- func (s CustomLogSourceConfiguration) String() string
- func (s *CustomLogSourceConfiguration) Validate() error
- type CustomLogSourceCrawlerConfiguration
- type CustomLogSourceProvider
- type CustomLogSourceResource
- func (s CustomLogSourceResource) GoString() string
- func (s *CustomLogSourceResource) SetAttributes(v *CustomLogSourceAttributes) *CustomLogSourceResource
- func (s *CustomLogSourceResource) SetProvider(v *CustomLogSourceProvider) *CustomLogSourceResource
- func (s *CustomLogSourceResource) SetSourceName(v string) *CustomLogSourceResource
- func (s *CustomLogSourceResource) SetSourceVersion(v string) *CustomLogSourceResource
- func (s CustomLogSourceResource) String() string
- func (s *CustomLogSourceResource) Validate() error
- type DataLakeAutoEnableNewAccountConfiguration
- func (s DataLakeAutoEnableNewAccountConfiguration) GoString() string
- func (s *DataLakeAutoEnableNewAccountConfiguration) SetRegion(v string) *DataLakeAutoEnableNewAccountConfiguration
- func (s *DataLakeAutoEnableNewAccountConfiguration) SetSources(v []*AwsLogSourceResource) *DataLakeAutoEnableNewAccountConfiguration
- func (s DataLakeAutoEnableNewAccountConfiguration) String() string
- func (s *DataLakeAutoEnableNewAccountConfiguration) Validate() error
- type DataLakeConfiguration
- func (s DataLakeConfiguration) GoString() string
- func (s *DataLakeConfiguration) SetEncryptionConfiguration(v *DataLakeEncryptionConfiguration) *DataLakeConfiguration
- func (s *DataLakeConfiguration) SetLifecycleConfiguration(v *DataLakeLifecycleConfiguration) *DataLakeConfiguration
- func (s *DataLakeConfiguration) SetRegion(v string) *DataLakeConfiguration
- func (s *DataLakeConfiguration) SetReplicationConfiguration(v *DataLakeReplicationConfiguration) *DataLakeConfiguration
- func (s DataLakeConfiguration) String() string
- func (s *DataLakeConfiguration) Validate() error
- type DataLakeEncryptionConfiguration
- type DataLakeException
- func (s DataLakeException) GoString() string
- func (s *DataLakeException) SetException(v string) *DataLakeException
- func (s *DataLakeException) SetRegion(v string) *DataLakeException
- func (s *DataLakeException) SetRemediation(v string) *DataLakeException
- func (s *DataLakeException) SetTimestamp(v time.Time) *DataLakeException
- func (s DataLakeException) String() string
- type DataLakeLifecycleConfiguration
- func (s DataLakeLifecycleConfiguration) GoString() string
- func (s *DataLakeLifecycleConfiguration) SetExpiration(v *DataLakeLifecycleExpiration) *DataLakeLifecycleConfiguration
- func (s *DataLakeLifecycleConfiguration) SetTransitions(v []*DataLakeLifecycleTransition) *DataLakeLifecycleConfiguration
- func (s DataLakeLifecycleConfiguration) String() string
- func (s *DataLakeLifecycleConfiguration) Validate() error
- type DataLakeLifecycleExpiration
- type DataLakeLifecycleTransition
- func (s DataLakeLifecycleTransition) GoString() string
- func (s *DataLakeLifecycleTransition) SetDays(v int64) *DataLakeLifecycleTransition
- func (s *DataLakeLifecycleTransition) SetStorageClass(v string) *DataLakeLifecycleTransition
- func (s DataLakeLifecycleTransition) String() string
- func (s *DataLakeLifecycleTransition) Validate() error
- type DataLakeReplicationConfiguration
- func (s DataLakeReplicationConfiguration) GoString() string
- func (s *DataLakeReplicationConfiguration) SetRegions(v []*string) *DataLakeReplicationConfiguration
- func (s *DataLakeReplicationConfiguration) SetRoleArn(v string) *DataLakeReplicationConfiguration
- func (s DataLakeReplicationConfiguration) String() string
- type DataLakeResource
- func (s DataLakeResource) GoString() string
- func (s *DataLakeResource) SetCreateStatus(v string) *DataLakeResource
- func (s *DataLakeResource) SetDataLakeArn(v string) *DataLakeResource
- func (s *DataLakeResource) SetEncryptionConfiguration(v *DataLakeEncryptionConfiguration) *DataLakeResource
- func (s *DataLakeResource) SetLifecycleConfiguration(v *DataLakeLifecycleConfiguration) *DataLakeResource
- func (s *DataLakeResource) SetRegion(v string) *DataLakeResource
- func (s *DataLakeResource) SetReplicationConfiguration(v *DataLakeReplicationConfiguration) *DataLakeResource
- func (s *DataLakeResource) SetS3BucketArn(v string) *DataLakeResource
- func (s *DataLakeResource) SetUpdateStatus(v *DataLakeUpdateStatus) *DataLakeResource
- func (s DataLakeResource) String() string
- type DataLakeSource
- func (s DataLakeSource) GoString() string
- func (s *DataLakeSource) SetAccount(v string) *DataLakeSource
- func (s *DataLakeSource) SetEventClasses(v []*string) *DataLakeSource
- func (s *DataLakeSource) SetSourceName(v string) *DataLakeSource
- func (s *DataLakeSource) SetSourceStatuses(v []*DataLakeSourceStatus) *DataLakeSource
- func (s DataLakeSource) String() string
- type DataLakeSourceStatus
- type DataLakeUpdateException
- type DataLakeUpdateStatus
- func (s DataLakeUpdateStatus) GoString() string
- func (s *DataLakeUpdateStatus) SetException(v *DataLakeUpdateException) *DataLakeUpdateStatus
- func (s *DataLakeUpdateStatus) SetRequestId(v string) *DataLakeUpdateStatus
- func (s *DataLakeUpdateStatus) SetStatus(v string) *DataLakeUpdateStatus
- func (s DataLakeUpdateStatus) String() string
- type DeleteAwsLogSourceInput
- type DeleteAwsLogSourceOutput
- type DeleteCustomLogSourceInput
- func (s DeleteCustomLogSourceInput) GoString() string
- func (s *DeleteCustomLogSourceInput) SetSourceName(v string) *DeleteCustomLogSourceInput
- func (s *DeleteCustomLogSourceInput) SetSourceVersion(v string) *DeleteCustomLogSourceInput
- func (s DeleteCustomLogSourceInput) String() string
- func (s *DeleteCustomLogSourceInput) Validate() error
- type DeleteCustomLogSourceOutput
- type DeleteDataLakeExceptionSubscriptionInput
- type DeleteDataLakeExceptionSubscriptionOutput
- type DeleteDataLakeInput
- type DeleteDataLakeOrganizationConfigurationInput
- func (s DeleteDataLakeOrganizationConfigurationInput) GoString() string
- func (s *DeleteDataLakeOrganizationConfigurationInput) SetAutoEnableNewAccount(v []*DataLakeAutoEnableNewAccountConfiguration) *DeleteDataLakeOrganizationConfigurationInput
- func (s DeleteDataLakeOrganizationConfigurationInput) String() string
- func (s *DeleteDataLakeOrganizationConfigurationInput) Validate() error
- type DeleteDataLakeOrganizationConfigurationOutput
- type DeleteDataLakeOutput
- type DeleteSubscriberInput
- type DeleteSubscriberNotificationInput
- type DeleteSubscriberNotificationOutput
- type DeleteSubscriberOutput
- type DeregisterDataLakeDelegatedAdministratorInput
- type DeregisterDataLakeDelegatedAdministratorOutput
- type GetDataLakeExceptionSubscriptionInput
- type GetDataLakeExceptionSubscriptionOutput
- func (s GetDataLakeExceptionSubscriptionOutput) GoString() string
- func (s *GetDataLakeExceptionSubscriptionOutput) SetExceptionTimeToLive(v int64) *GetDataLakeExceptionSubscriptionOutput
- func (s *GetDataLakeExceptionSubscriptionOutput) SetNotificationEndpoint(v string) *GetDataLakeExceptionSubscriptionOutput
- func (s *GetDataLakeExceptionSubscriptionOutput) SetSubscriptionProtocol(v string) *GetDataLakeExceptionSubscriptionOutput
- func (s GetDataLakeExceptionSubscriptionOutput) String() string
- type GetDataLakeOrganizationConfigurationInput
- type GetDataLakeOrganizationConfigurationOutput
- func (s GetDataLakeOrganizationConfigurationOutput) GoString() string
- func (s *GetDataLakeOrganizationConfigurationOutput) SetAutoEnableNewAccount(v []*DataLakeAutoEnableNewAccountConfiguration) *GetDataLakeOrganizationConfigurationOutput
- func (s GetDataLakeOrganizationConfigurationOutput) String() string
- type GetDataLakeSourcesInput
- func (s GetDataLakeSourcesInput) GoString() string
- func (s *GetDataLakeSourcesInput) SetAccounts(v []*string) *GetDataLakeSourcesInput
- func (s *GetDataLakeSourcesInput) SetMaxResults(v int64) *GetDataLakeSourcesInput
- func (s *GetDataLakeSourcesInput) SetNextToken(v string) *GetDataLakeSourcesInput
- func (s GetDataLakeSourcesInput) String() string
- func (s *GetDataLakeSourcesInput) Validate() error
- type GetDataLakeSourcesOutput
- func (s GetDataLakeSourcesOutput) GoString() string
- func (s *GetDataLakeSourcesOutput) SetDataLakeArn(v string) *GetDataLakeSourcesOutput
- func (s *GetDataLakeSourcesOutput) SetDataLakeSources(v []*DataLakeSource) *GetDataLakeSourcesOutput
- func (s *GetDataLakeSourcesOutput) SetNextToken(v string) *GetDataLakeSourcesOutput
- func (s GetDataLakeSourcesOutput) String() string
- type GetSubscriberInput
- type GetSubscriberOutput
- type HttpsNotificationConfiguration
- func (s HttpsNotificationConfiguration) GoString() string
- func (s *HttpsNotificationConfiguration) SetAuthorizationApiKeyName(v string) *HttpsNotificationConfiguration
- func (s *HttpsNotificationConfiguration) SetAuthorizationApiKeyValue(v string) *HttpsNotificationConfiguration
- func (s *HttpsNotificationConfiguration) SetEndpoint(v string) *HttpsNotificationConfiguration
- func (s *HttpsNotificationConfiguration) SetHttpMethod(v string) *HttpsNotificationConfiguration
- func (s *HttpsNotificationConfiguration) SetTargetRoleArn(v string) *HttpsNotificationConfiguration
- func (s HttpsNotificationConfiguration) String() string
- func (s *HttpsNotificationConfiguration) Validate() error
- type InternalServerException
- func (s *InternalServerException) Code() string
- func (s *InternalServerException) Error() string
- func (s InternalServerException) GoString() string
- func (s *InternalServerException) Message() string
- func (s *InternalServerException) OrigErr() error
- func (s *InternalServerException) RequestID() string
- func (s *InternalServerException) StatusCode() int
- func (s InternalServerException) String() string
- type ListDataLakeExceptionsInput
- func (s ListDataLakeExceptionsInput) GoString() string
- func (s *ListDataLakeExceptionsInput) SetMaxResults(v int64) *ListDataLakeExceptionsInput
- func (s *ListDataLakeExceptionsInput) SetNextToken(v string) *ListDataLakeExceptionsInput
- func (s *ListDataLakeExceptionsInput) SetRegions(v []*string) *ListDataLakeExceptionsInput
- func (s ListDataLakeExceptionsInput) String() string
- func (s *ListDataLakeExceptionsInput) Validate() error
- type ListDataLakeExceptionsOutput
- func (s ListDataLakeExceptionsOutput) GoString() string
- func (s *ListDataLakeExceptionsOutput) SetExceptions(v []*DataLakeException) *ListDataLakeExceptionsOutput
- func (s *ListDataLakeExceptionsOutput) SetNextToken(v string) *ListDataLakeExceptionsOutput
- func (s ListDataLakeExceptionsOutput) String() string
- type ListDataLakesInput
- type ListDataLakesOutput
- type ListLogSourcesInput
- func (s ListLogSourcesInput) GoString() string
- func (s *ListLogSourcesInput) SetAccounts(v []*string) *ListLogSourcesInput
- func (s *ListLogSourcesInput) SetMaxResults(v int64) *ListLogSourcesInput
- func (s *ListLogSourcesInput) SetNextToken(v string) *ListLogSourcesInput
- func (s *ListLogSourcesInput) SetRegions(v []*string) *ListLogSourcesInput
- func (s *ListLogSourcesInput) SetSources(v []*LogSourceResource) *ListLogSourcesInput
- func (s ListLogSourcesInput) String() string
- func (s *ListLogSourcesInput) Validate() error
- type ListLogSourcesOutput
- type ListSubscribersInput
- type ListSubscribersOutput
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type LogSource
- type LogSourceResource
- func (s LogSourceResource) GoString() string
- func (s *LogSourceResource) SetAwsLogSource(v *AwsLogSourceResource) *LogSourceResource
- func (s *LogSourceResource) SetCustomLogSource(v *CustomLogSourceResource) *LogSourceResource
- func (s LogSourceResource) String() string
- func (s *LogSourceResource) Validate() error
- type NotificationConfiguration
- func (s NotificationConfiguration) GoString() string
- func (s *NotificationConfiguration) SetHttpsNotificationConfiguration(v *HttpsNotificationConfiguration) *NotificationConfiguration
- func (s *NotificationConfiguration) SetSqsNotificationConfiguration(v *SqsNotificationConfiguration) *NotificationConfiguration
- func (s NotificationConfiguration) String() string
- func (s *NotificationConfiguration) Validate() error
- type RegisterDataLakeDelegatedAdministratorInput
- func (s RegisterDataLakeDelegatedAdministratorInput) GoString() string
- func (s *RegisterDataLakeDelegatedAdministratorInput) SetAccountId(v string) *RegisterDataLakeDelegatedAdministratorInput
- func (s RegisterDataLakeDelegatedAdministratorInput) String() string
- func (s *RegisterDataLakeDelegatedAdministratorInput) Validate() error
- type RegisterDataLakeDelegatedAdministratorOutput
- type ResourceNotFoundException
- func (s *ResourceNotFoundException) Code() string
- func (s *ResourceNotFoundException) Error() string
- func (s ResourceNotFoundException) GoString() string
- func (s *ResourceNotFoundException) Message() string
- func (s *ResourceNotFoundException) OrigErr() error
- func (s *ResourceNotFoundException) RequestID() string
- func (s *ResourceNotFoundException) StatusCode() int
- func (s ResourceNotFoundException) String() string
- type SecurityLake
- func (c *SecurityLake) CreateAwsLogSource(input *CreateAwsLogSourceInput) (*CreateAwsLogSourceOutput, error)
- func (c *SecurityLake) CreateAwsLogSourceRequest(input *CreateAwsLogSourceInput) (req *request.Request, output *CreateAwsLogSourceOutput)
- func (c *SecurityLake) CreateAwsLogSourceWithContext(ctx aws.Context, input *CreateAwsLogSourceInput, opts ...request.Option) (*CreateAwsLogSourceOutput, error)
- func (c *SecurityLake) CreateCustomLogSource(input *CreateCustomLogSourceInput) (*CreateCustomLogSourceOutput, error)
- func (c *SecurityLake) CreateCustomLogSourceRequest(input *CreateCustomLogSourceInput) (req *request.Request, output *CreateCustomLogSourceOutput)
- func (c *SecurityLake) CreateCustomLogSourceWithContext(ctx aws.Context, input *CreateCustomLogSourceInput, opts ...request.Option) (*CreateCustomLogSourceOutput, error)
- func (c *SecurityLake) CreateDataLake(input *CreateDataLakeInput) (*CreateDataLakeOutput, error)
- func (c *SecurityLake) CreateDataLakeExceptionSubscription(input *CreateDataLakeExceptionSubscriptionInput) (*CreateDataLakeExceptionSubscriptionOutput, error)
- func (c *SecurityLake) CreateDataLakeExceptionSubscriptionRequest(input *CreateDataLakeExceptionSubscriptionInput) (req *request.Request, output *CreateDataLakeExceptionSubscriptionOutput)
- func (c *SecurityLake) CreateDataLakeExceptionSubscriptionWithContext(ctx aws.Context, input *CreateDataLakeExceptionSubscriptionInput, ...) (*CreateDataLakeExceptionSubscriptionOutput, error)
- func (c *SecurityLake) CreateDataLakeOrganizationConfiguration(input *CreateDataLakeOrganizationConfigurationInput) (*CreateDataLakeOrganizationConfigurationOutput, error)
- func (c *SecurityLake) CreateDataLakeOrganizationConfigurationRequest(input *CreateDataLakeOrganizationConfigurationInput) (req *request.Request, output *CreateDataLakeOrganizationConfigurationOutput)
- func (c *SecurityLake) CreateDataLakeOrganizationConfigurationWithContext(ctx aws.Context, input *CreateDataLakeOrganizationConfigurationInput, ...) (*CreateDataLakeOrganizationConfigurationOutput, error)
- func (c *SecurityLake) CreateDataLakeRequest(input *CreateDataLakeInput) (req *request.Request, output *CreateDataLakeOutput)
- func (c *SecurityLake) CreateDataLakeWithContext(ctx aws.Context, input *CreateDataLakeInput, opts ...request.Option) (*CreateDataLakeOutput, error)
- func (c *SecurityLake) CreateSubscriber(input *CreateSubscriberInput) (*CreateSubscriberOutput, error)
- func (c *SecurityLake) CreateSubscriberNotification(input *CreateSubscriberNotificationInput) (*CreateSubscriberNotificationOutput, error)
- func (c *SecurityLake) CreateSubscriberNotificationRequest(input *CreateSubscriberNotificationInput) (req *request.Request, output *CreateSubscriberNotificationOutput)
- func (c *SecurityLake) CreateSubscriberNotificationWithContext(ctx aws.Context, input *CreateSubscriberNotificationInput, ...) (*CreateSubscriberNotificationOutput, error)
- func (c *SecurityLake) CreateSubscriberRequest(input *CreateSubscriberInput) (req *request.Request, output *CreateSubscriberOutput)
- func (c *SecurityLake) CreateSubscriberWithContext(ctx aws.Context, input *CreateSubscriberInput, opts ...request.Option) (*CreateSubscriberOutput, error)
- func (c *SecurityLake) DeleteAwsLogSource(input *DeleteAwsLogSourceInput) (*DeleteAwsLogSourceOutput, error)
- func (c *SecurityLake) DeleteAwsLogSourceRequest(input *DeleteAwsLogSourceInput) (req *request.Request, output *DeleteAwsLogSourceOutput)
- func (c *SecurityLake) DeleteAwsLogSourceWithContext(ctx aws.Context, input *DeleteAwsLogSourceInput, opts ...request.Option) (*DeleteAwsLogSourceOutput, error)
- func (c *SecurityLake) DeleteCustomLogSource(input *DeleteCustomLogSourceInput) (*DeleteCustomLogSourceOutput, error)
- func (c *SecurityLake) DeleteCustomLogSourceRequest(input *DeleteCustomLogSourceInput) (req *request.Request, output *DeleteCustomLogSourceOutput)
- func (c *SecurityLake) DeleteCustomLogSourceWithContext(ctx aws.Context, input *DeleteCustomLogSourceInput, opts ...request.Option) (*DeleteCustomLogSourceOutput, error)
- func (c *SecurityLake) DeleteDataLake(input *DeleteDataLakeInput) (*DeleteDataLakeOutput, error)
- func (c *SecurityLake) DeleteDataLakeExceptionSubscription(input *DeleteDataLakeExceptionSubscriptionInput) (*DeleteDataLakeExceptionSubscriptionOutput, error)
- func (c *SecurityLake) DeleteDataLakeExceptionSubscriptionRequest(input *DeleteDataLakeExceptionSubscriptionInput) (req *request.Request, output *DeleteDataLakeExceptionSubscriptionOutput)
- func (c *SecurityLake) DeleteDataLakeExceptionSubscriptionWithContext(ctx aws.Context, input *DeleteDataLakeExceptionSubscriptionInput, ...) (*DeleteDataLakeExceptionSubscriptionOutput, error)
- func (c *SecurityLake) DeleteDataLakeOrganizationConfiguration(input *DeleteDataLakeOrganizationConfigurationInput) (*DeleteDataLakeOrganizationConfigurationOutput, error)
- func (c *SecurityLake) DeleteDataLakeOrganizationConfigurationRequest(input *DeleteDataLakeOrganizationConfigurationInput) (req *request.Request, output *DeleteDataLakeOrganizationConfigurationOutput)
- func (c *SecurityLake) DeleteDataLakeOrganizationConfigurationWithContext(ctx aws.Context, input *DeleteDataLakeOrganizationConfigurationInput, ...) (*DeleteDataLakeOrganizationConfigurationOutput, error)
- func (c *SecurityLake) DeleteDataLakeRequest(input *DeleteDataLakeInput) (req *request.Request, output *DeleteDataLakeOutput)
- func (c *SecurityLake) DeleteDataLakeWithContext(ctx aws.Context, input *DeleteDataLakeInput, opts ...request.Option) (*DeleteDataLakeOutput, error)
- func (c *SecurityLake) DeleteSubscriber(input *DeleteSubscriberInput) (*DeleteSubscriberOutput, error)
- func (c *SecurityLake) DeleteSubscriberNotification(input *DeleteSubscriberNotificationInput) (*DeleteSubscriberNotificationOutput, error)
- func (c *SecurityLake) DeleteSubscriberNotificationRequest(input *DeleteSubscriberNotificationInput) (req *request.Request, output *DeleteSubscriberNotificationOutput)
- func (c *SecurityLake) DeleteSubscriberNotificationWithContext(ctx aws.Context, input *DeleteSubscriberNotificationInput, ...) (*DeleteSubscriberNotificationOutput, error)
- func (c *SecurityLake) DeleteSubscriberRequest(input *DeleteSubscriberInput) (req *request.Request, output *DeleteSubscriberOutput)
- func (c *SecurityLake) DeleteSubscriberWithContext(ctx aws.Context, input *DeleteSubscriberInput, opts ...request.Option) (*DeleteSubscriberOutput, error)
- func (c *SecurityLake) DeregisterDataLakeDelegatedAdministrator(input *DeregisterDataLakeDelegatedAdministratorInput) (*DeregisterDataLakeDelegatedAdministratorOutput, error)
- func (c *SecurityLake) DeregisterDataLakeDelegatedAdministratorRequest(input *DeregisterDataLakeDelegatedAdministratorInput) (req *request.Request, output *DeregisterDataLakeDelegatedAdministratorOutput)
- func (c *SecurityLake) DeregisterDataLakeDelegatedAdministratorWithContext(ctx aws.Context, input *DeregisterDataLakeDelegatedAdministratorInput, ...) (*DeregisterDataLakeDelegatedAdministratorOutput, error)
- func (c *SecurityLake) GetDataLakeExceptionSubscription(input *GetDataLakeExceptionSubscriptionInput) (*GetDataLakeExceptionSubscriptionOutput, error)
- func (c *SecurityLake) GetDataLakeExceptionSubscriptionRequest(input *GetDataLakeExceptionSubscriptionInput) (req *request.Request, output *GetDataLakeExceptionSubscriptionOutput)
- func (c *SecurityLake) GetDataLakeExceptionSubscriptionWithContext(ctx aws.Context, input *GetDataLakeExceptionSubscriptionInput, ...) (*GetDataLakeExceptionSubscriptionOutput, error)
- func (c *SecurityLake) GetDataLakeOrganizationConfiguration(input *GetDataLakeOrganizationConfigurationInput) (*GetDataLakeOrganizationConfigurationOutput, error)
- func (c *SecurityLake) GetDataLakeOrganizationConfigurationRequest(input *GetDataLakeOrganizationConfigurationInput) (req *request.Request, output *GetDataLakeOrganizationConfigurationOutput)
- func (c *SecurityLake) GetDataLakeOrganizationConfigurationWithContext(ctx aws.Context, input *GetDataLakeOrganizationConfigurationInput, ...) (*GetDataLakeOrganizationConfigurationOutput, error)
- func (c *SecurityLake) GetDataLakeSources(input *GetDataLakeSourcesInput) (*GetDataLakeSourcesOutput, error)
- func (c *SecurityLake) GetDataLakeSourcesPages(input *GetDataLakeSourcesInput, fn func(*GetDataLakeSourcesOutput, bool) bool) error
- func (c *SecurityLake) GetDataLakeSourcesPagesWithContext(ctx aws.Context, input *GetDataLakeSourcesInput, ...) error
- func (c *SecurityLake) GetDataLakeSourcesRequest(input *GetDataLakeSourcesInput) (req *request.Request, output *GetDataLakeSourcesOutput)
- func (c *SecurityLake) GetDataLakeSourcesWithContext(ctx aws.Context, input *GetDataLakeSourcesInput, opts ...request.Option) (*GetDataLakeSourcesOutput, error)
- func (c *SecurityLake) GetSubscriber(input *GetSubscriberInput) (*GetSubscriberOutput, error)
- func (c *SecurityLake) GetSubscriberRequest(input *GetSubscriberInput) (req *request.Request, output *GetSubscriberOutput)
- func (c *SecurityLake) GetSubscriberWithContext(ctx aws.Context, input *GetSubscriberInput, opts ...request.Option) (*GetSubscriberOutput, error)
- func (c *SecurityLake) ListDataLakeExceptions(input *ListDataLakeExceptionsInput) (*ListDataLakeExceptionsOutput, error)
- func (c *SecurityLake) ListDataLakeExceptionsPages(input *ListDataLakeExceptionsInput, ...) error
- func (c *SecurityLake) ListDataLakeExceptionsPagesWithContext(ctx aws.Context, input *ListDataLakeExceptionsInput, ...) error
- func (c *SecurityLake) ListDataLakeExceptionsRequest(input *ListDataLakeExceptionsInput) (req *request.Request, output *ListDataLakeExceptionsOutput)
- func (c *SecurityLake) ListDataLakeExceptionsWithContext(ctx aws.Context, input *ListDataLakeExceptionsInput, opts ...request.Option) (*ListDataLakeExceptionsOutput, error)
- func (c *SecurityLake) ListDataLakes(input *ListDataLakesInput) (*ListDataLakesOutput, error)
- func (c *SecurityLake) ListDataLakesRequest(input *ListDataLakesInput) (req *request.Request, output *ListDataLakesOutput)
- func (c *SecurityLake) ListDataLakesWithContext(ctx aws.Context, input *ListDataLakesInput, opts ...request.Option) (*ListDataLakesOutput, error)
- func (c *SecurityLake) ListLogSources(input *ListLogSourcesInput) (*ListLogSourcesOutput, error)
- func (c *SecurityLake) ListLogSourcesPages(input *ListLogSourcesInput, fn func(*ListLogSourcesOutput, bool) bool) error
- func (c *SecurityLake) ListLogSourcesPagesWithContext(ctx aws.Context, input *ListLogSourcesInput, ...) error
- func (c *SecurityLake) ListLogSourcesRequest(input *ListLogSourcesInput) (req *request.Request, output *ListLogSourcesOutput)
- func (c *SecurityLake) ListLogSourcesWithContext(ctx aws.Context, input *ListLogSourcesInput, opts ...request.Option) (*ListLogSourcesOutput, error)
- func (c *SecurityLake) ListSubscribers(input *ListSubscribersInput) (*ListSubscribersOutput, error)
- func (c *SecurityLake) ListSubscribersPages(input *ListSubscribersInput, fn func(*ListSubscribersOutput, bool) bool) error
- func (c *SecurityLake) ListSubscribersPagesWithContext(ctx aws.Context, input *ListSubscribersInput, ...) error
- func (c *SecurityLake) ListSubscribersRequest(input *ListSubscribersInput) (req *request.Request, output *ListSubscribersOutput)
- func (c *SecurityLake) ListSubscribersWithContext(ctx aws.Context, input *ListSubscribersInput, opts ...request.Option) (*ListSubscribersOutput, error)
- func (c *SecurityLake) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *SecurityLake) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *SecurityLake) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
- func (c *SecurityLake) RegisterDataLakeDelegatedAdministrator(input *RegisterDataLakeDelegatedAdministratorInput) (*RegisterDataLakeDelegatedAdministratorOutput, error)
- func (c *SecurityLake) RegisterDataLakeDelegatedAdministratorRequest(input *RegisterDataLakeDelegatedAdministratorInput) (req *request.Request, output *RegisterDataLakeDelegatedAdministratorOutput)
- func (c *SecurityLake) RegisterDataLakeDelegatedAdministratorWithContext(ctx aws.Context, input *RegisterDataLakeDelegatedAdministratorInput, ...) (*RegisterDataLakeDelegatedAdministratorOutput, error)
- func (c *SecurityLake) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
- func (c *SecurityLake) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
- func (c *SecurityLake) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
- func (c *SecurityLake) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
- func (c *SecurityLake) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
- func (c *SecurityLake) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
- func (c *SecurityLake) UpdateDataLake(input *UpdateDataLakeInput) (*UpdateDataLakeOutput, error)
- func (c *SecurityLake) UpdateDataLakeExceptionSubscription(input *UpdateDataLakeExceptionSubscriptionInput) (*UpdateDataLakeExceptionSubscriptionOutput, error)
- func (c *SecurityLake) UpdateDataLakeExceptionSubscriptionRequest(input *UpdateDataLakeExceptionSubscriptionInput) (req *request.Request, output *UpdateDataLakeExceptionSubscriptionOutput)
- func (c *SecurityLake) UpdateDataLakeExceptionSubscriptionWithContext(ctx aws.Context, input *UpdateDataLakeExceptionSubscriptionInput, ...) (*UpdateDataLakeExceptionSubscriptionOutput, error)
- func (c *SecurityLake) UpdateDataLakeRequest(input *UpdateDataLakeInput) (req *request.Request, output *UpdateDataLakeOutput)
- func (c *SecurityLake) UpdateDataLakeWithContext(ctx aws.Context, input *UpdateDataLakeInput, opts ...request.Option) (*UpdateDataLakeOutput, error)
- func (c *SecurityLake) UpdateSubscriber(input *UpdateSubscriberInput) (*UpdateSubscriberOutput, error)
- func (c *SecurityLake) UpdateSubscriberNotification(input *UpdateSubscriberNotificationInput) (*UpdateSubscriberNotificationOutput, error)
- func (c *SecurityLake) UpdateSubscriberNotificationRequest(input *UpdateSubscriberNotificationInput) (req *request.Request, output *UpdateSubscriberNotificationOutput)
- func (c *SecurityLake) UpdateSubscriberNotificationWithContext(ctx aws.Context, input *UpdateSubscriberNotificationInput, ...) (*UpdateSubscriberNotificationOutput, error)
- func (c *SecurityLake) UpdateSubscriberRequest(input *UpdateSubscriberInput) (req *request.Request, output *UpdateSubscriberOutput)
- func (c *SecurityLake) UpdateSubscriberWithContext(ctx aws.Context, input *UpdateSubscriberInput, opts ...request.Option) (*UpdateSubscriberOutput, error)
- type SqsNotificationConfiguration
- type SubscriberResource
- func (s SubscriberResource) GoString() string
- func (s *SubscriberResource) SetAccessTypes(v []*string) *SubscriberResource
- func (s *SubscriberResource) SetCreatedAt(v time.Time) *SubscriberResource
- func (s *SubscriberResource) SetResourceShareArn(v string) *SubscriberResource
- func (s *SubscriberResource) SetResourceShareName(v string) *SubscriberResource
- func (s *SubscriberResource) SetRoleArn(v string) *SubscriberResource
- func (s *SubscriberResource) SetS3BucketArn(v string) *SubscriberResource
- func (s *SubscriberResource) SetSources(v []*LogSourceResource) *SubscriberResource
- func (s *SubscriberResource) SetSubscriberArn(v string) *SubscriberResource
- func (s *SubscriberResource) SetSubscriberDescription(v string) *SubscriberResource
- func (s *SubscriberResource) SetSubscriberEndpoint(v string) *SubscriberResource
- func (s *SubscriberResource) SetSubscriberId(v string) *SubscriberResource
- func (s *SubscriberResource) SetSubscriberIdentity(v *AwsIdentity) *SubscriberResource
- func (s *SubscriberResource) SetSubscriberName(v string) *SubscriberResource
- func (s *SubscriberResource) SetSubscriberStatus(v string) *SubscriberResource
- func (s *SubscriberResource) SetUpdatedAt(v time.Time) *SubscriberResource
- func (s SubscriberResource) String() string
- type Tag
- type TagResourceInput
- type TagResourceOutput
- type ThrottlingException
- func (s *ThrottlingException) Code() string
- func (s *ThrottlingException) Error() string
- func (s ThrottlingException) GoString() string
- func (s *ThrottlingException) Message() string
- func (s *ThrottlingException) OrigErr() error
- func (s *ThrottlingException) RequestID() string
- func (s *ThrottlingException) StatusCode() int
- func (s ThrottlingException) String() string
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateDataLakeExceptionSubscriptionInput
- func (s UpdateDataLakeExceptionSubscriptionInput) GoString() string
- func (s *UpdateDataLakeExceptionSubscriptionInput) SetExceptionTimeToLive(v int64) *UpdateDataLakeExceptionSubscriptionInput
- func (s *UpdateDataLakeExceptionSubscriptionInput) SetNotificationEndpoint(v string) *UpdateDataLakeExceptionSubscriptionInput
- func (s *UpdateDataLakeExceptionSubscriptionInput) SetSubscriptionProtocol(v string) *UpdateDataLakeExceptionSubscriptionInput
- func (s UpdateDataLakeExceptionSubscriptionInput) String() string
- func (s *UpdateDataLakeExceptionSubscriptionInput) Validate() error
- type UpdateDataLakeExceptionSubscriptionOutput
- type UpdateDataLakeInput
- func (s UpdateDataLakeInput) GoString() string
- func (s *UpdateDataLakeInput) SetConfigurations(v []*DataLakeConfiguration) *UpdateDataLakeInput
- func (s *UpdateDataLakeInput) SetMetaStoreManagerRoleArn(v string) *UpdateDataLakeInput
- func (s UpdateDataLakeInput) String() string
- func (s *UpdateDataLakeInput) Validate() error
- type UpdateDataLakeOutput
- type UpdateSubscriberInput
- func (s UpdateSubscriberInput) GoString() string
- func (s *UpdateSubscriberInput) SetSources(v []*LogSourceResource) *UpdateSubscriberInput
- func (s *UpdateSubscriberInput) SetSubscriberDescription(v string) *UpdateSubscriberInput
- func (s *UpdateSubscriberInput) SetSubscriberId(v string) *UpdateSubscriberInput
- func (s *UpdateSubscriberInput) SetSubscriberIdentity(v *AwsIdentity) *UpdateSubscriberInput
- func (s *UpdateSubscriberInput) SetSubscriberName(v string) *UpdateSubscriberInput
- func (s UpdateSubscriberInput) String() string
- func (s *UpdateSubscriberInput) Validate() error
- type UpdateSubscriberNotificationInput
- func (s UpdateSubscriberNotificationInput) GoString() string
- func (s *UpdateSubscriberNotificationInput) SetConfiguration(v *NotificationConfiguration) *UpdateSubscriberNotificationInput
- func (s *UpdateSubscriberNotificationInput) SetSubscriberId(v string) *UpdateSubscriberNotificationInput
- func (s UpdateSubscriberNotificationInput) String() string
- func (s *UpdateSubscriberNotificationInput) Validate() error
- type UpdateSubscriberNotificationOutput
- type UpdateSubscriberOutput
Constants ¶
const ( // AccessTypeLakeformation is a AccessType enum value AccessTypeLakeformation = "LAKEFORMATION" // AccessTypeS3 is a AccessType enum value AccessTypeS3 = "S3" )
const ( // AwsLogSourceNameRoute53 is a AwsLogSourceName enum value AwsLogSourceNameRoute53 = "ROUTE53" // AwsLogSourceNameVpcFlow is a AwsLogSourceName enum value AwsLogSourceNameVpcFlow = "VPC_FLOW" // AwsLogSourceNameShFindings is a AwsLogSourceName enum value AwsLogSourceNameShFindings = "SH_FINDINGS" // AwsLogSourceNameCloudTrailMgmt is a AwsLogSourceName enum value AwsLogSourceNameCloudTrailMgmt = "CLOUD_TRAIL_MGMT" // AwsLogSourceNameLambdaExecution is a AwsLogSourceName enum value AwsLogSourceNameLambdaExecution = "LAMBDA_EXECUTION" // AwsLogSourceNameS3Data is a AwsLogSourceName enum value AwsLogSourceNameS3Data = "S3_DATA" // AwsLogSourceNameEksAudit is a AwsLogSourceName enum value AwsLogSourceNameEksAudit = "EKS_AUDIT" // AwsLogSourceNameWaf is a AwsLogSourceName enum value AwsLogSourceNameWaf = "WAF" )
const ( // DataLakeStatusInitialized is a DataLakeStatus enum value DataLakeStatusInitialized = "INITIALIZED" // DataLakeStatusPending is a DataLakeStatus enum value DataLakeStatusPending = "PENDING" // DataLakeStatusCompleted is a DataLakeStatus enum value DataLakeStatusCompleted = "COMPLETED" // DataLakeStatusFailed is a DataLakeStatus enum value DataLakeStatusFailed = "FAILED" )
const ( // HttpMethodPost is a HttpMethod enum value HttpMethodPost = "POST" // HttpMethodPut is a HttpMethod enum value HttpMethodPut = "PUT" )
const ( // SourceCollectionStatusCollecting is a SourceCollectionStatus enum value SourceCollectionStatusCollecting = "COLLECTING" // SourceCollectionStatusMisconfigured is a SourceCollectionStatus enum value SourceCollectionStatusMisconfigured = "MISCONFIGURED" // SourceCollectionStatusNotCollecting is a SourceCollectionStatus enum value SourceCollectionStatusNotCollecting = "NOT_COLLECTING" )
const ( // SubscriberStatusActive is a SubscriberStatus enum value SubscriberStatusActive = "ACTIVE" // SubscriberStatusDeactivated is a SubscriberStatus enum value SubscriberStatusDeactivated = "DEACTIVATED" // SubscriberStatusPending is a SubscriberStatus enum value SubscriberStatusPending = "PENDING" // SubscriberStatusReady is a SubscriberStatus enum value SubscriberStatusReady = "READY" )
const ( // ErrCodeAccessDeniedException for service response error code // "AccessDeniedException". // // You do not have sufficient access to perform this action. Access denied errors // appear when Amazon Security Lake explicitly or implicitly denies an authorization // request. An explicit denial occurs when a policy contains a Deny statement // for the specific Amazon Web Services action. An implicit denial occurs when // there is no applicable Deny statement and also no applicable Allow statement. ErrCodeAccessDeniedException = "AccessDeniedException" // ErrCodeBadRequestException for service response error code // "BadRequestException". // // The request is malformed or contains an error such as an invalid parameter // value or a missing required parameter. ErrCodeBadRequestException = "BadRequestException" // ErrCodeConflictException for service response error code // "ConflictException". // // Occurs when a conflict with a previous successful write is detected. This // generally occurs when the previous write did not have time to propagate to // the host serving the current request. A retry (with appropriate backoff logic) // is the recommended response to this exception. ErrCodeConflictException = "ConflictException" // ErrCodeInternalServerException for service response error code // "InternalServerException". // // Internal service exceptions are sometimes caused by transient issues. Before // you start troubleshooting, perform the operation again. ErrCodeInternalServerException = "InternalServerException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // The resource could not be found. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // ErrCodeThrottlingException for service response error code // "ThrottlingException". // // The limit on the number of requests per second was exceeded. ErrCodeThrottlingException = "ThrottlingException" )
const ( ServiceName = "SecurityLake" // Name of service. EndpointsID = "securitylake" // ID to lookup a service endpoint with. ServiceID = "SecurityLake" // ServiceID is a unique identifier of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
func AccessType_Values ¶
func AccessType_Values() []string
AccessType_Values returns all elements of the AccessType enum
func AwsLogSourceName_Values ¶ added in v1.44.272
func AwsLogSourceName_Values() []string
AwsLogSourceName_Values returns all elements of the AwsLogSourceName enum
func DataLakeStatus_Values ¶ added in v1.44.272
func DataLakeStatus_Values() []string
DataLakeStatus_Values returns all elements of the DataLakeStatus enum
func HttpMethod_Values ¶ added in v1.44.272
func HttpMethod_Values() []string
HttpMethod_Values returns all elements of the HttpMethod enum
func SourceCollectionStatus_Values ¶ added in v1.44.272
func SourceCollectionStatus_Values() []string
SourceCollectionStatus_Values returns all elements of the SourceCollectionStatus enum
func SubscriberStatus_Values ¶ added in v1.44.272
func SubscriberStatus_Values() []string
SubscriberStatus_Values returns all elements of the SubscriberStatus enum
Types ¶
type AccessDeniedException ¶
type AccessDeniedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // A coded string to provide more information about the access denied exception. // You can use the error code to check the exception type. ErrorCode *string `locationName:"errorCode" type:"string"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
func (*AccessDeniedException) Code ¶
func (s *AccessDeniedException) Code() string
Code returns the exception type name.
func (*AccessDeniedException) Error ¶
func (s *AccessDeniedException) Error() string
func (AccessDeniedException) GoString ¶
func (s AccessDeniedException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccessDeniedException) Message ¶
func (s *AccessDeniedException) Message() string
Message returns the exception's message.
func (*AccessDeniedException) OrigErr ¶
func (s *AccessDeniedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*AccessDeniedException) RequestID ¶
func (s *AccessDeniedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*AccessDeniedException) StatusCode ¶
func (s *AccessDeniedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (AccessDeniedException) String ¶
func (s AccessDeniedException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AwsIdentity ¶ added in v1.44.272
type AwsIdentity struct { // The external ID used to estalish trust relationship with the AWS identity. // // ExternalId is a required field ExternalId *string `locationName:"externalId" min:"2" type:"string" required:"true"` // The AWS identity principal. // // Principal is a required field Principal *string `locationName:"principal" type:"string" required:"true"` // contains filtered or unexported fields }
The AWS identity.
func (AwsIdentity) GoString ¶ added in v1.44.272
func (s AwsIdentity) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AwsIdentity) SetExternalId ¶ added in v1.44.272
func (s *AwsIdentity) SetExternalId(v string) *AwsIdentity
SetExternalId sets the ExternalId field's value.
func (*AwsIdentity) SetPrincipal ¶ added in v1.44.272
func (s *AwsIdentity) SetPrincipal(v string) *AwsIdentity
SetPrincipal sets the Principal field's value.
func (AwsIdentity) String ¶ added in v1.44.272
func (s AwsIdentity) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AwsIdentity) Validate ¶ added in v1.44.272
func (s *AwsIdentity) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AwsLogSourceConfiguration ¶ added in v1.44.272
type AwsLogSourceConfiguration struct { // Specify the Amazon Web Services account information where you want to enable // Security Lake. Accounts []*string `locationName:"accounts" type:"list"` // Specify the Regions where you want to enable Security Lake. // // Regions is a required field Regions []*string `locationName:"regions" type:"list" required:"true"` // The name for a Amazon Web Services source. This must be a Regionally unique // value. // // SourceName is a required field SourceName *string `locationName:"sourceName" type:"string" required:"true" enum:"AwsLogSourceName"` // The version for a Amazon Web Services source. This must be a Regionally unique // value. SourceVersion *string `locationName:"sourceVersion" type:"string"` // contains filtered or unexported fields }
The Security Lake logs source configuration file describes the information needed to generate Security Lake logs.
func (AwsLogSourceConfiguration) GoString ¶ added in v1.44.272
func (s AwsLogSourceConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AwsLogSourceConfiguration) SetAccounts ¶ added in v1.44.272
func (s *AwsLogSourceConfiguration) SetAccounts(v []*string) *AwsLogSourceConfiguration
SetAccounts sets the Accounts field's value.
func (*AwsLogSourceConfiguration) SetRegions ¶ added in v1.44.272
func (s *AwsLogSourceConfiguration) SetRegions(v []*string) *AwsLogSourceConfiguration
SetRegions sets the Regions field's value.
func (*AwsLogSourceConfiguration) SetSourceName ¶ added in v1.44.272
func (s *AwsLogSourceConfiguration) SetSourceName(v string) *AwsLogSourceConfiguration
SetSourceName sets the SourceName field's value.
func (*AwsLogSourceConfiguration) SetSourceVersion ¶ added in v1.44.272
func (s *AwsLogSourceConfiguration) SetSourceVersion(v string) *AwsLogSourceConfiguration
SetSourceVersion sets the SourceVersion field's value.
func (AwsLogSourceConfiguration) String ¶ added in v1.44.272
func (s AwsLogSourceConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AwsLogSourceConfiguration) Validate ¶ added in v1.44.272
func (s *AwsLogSourceConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AwsLogSourceResource ¶ added in v1.44.272
type AwsLogSourceResource struct { // The name for a Amazon Web Services source. This must be a Regionally unique // value. SourceName *string `locationName:"sourceName" type:"string" enum:"AwsLogSourceName"` // The version for a Amazon Web Services source. This must be a Regionally unique // value. SourceVersion *string `locationName:"sourceVersion" type:"string"` // contains filtered or unexported fields }
Amazon Security Lake can collect logs and events from natively-supported Amazon Web Services services.
func (AwsLogSourceResource) GoString ¶ added in v1.44.272
func (s AwsLogSourceResource) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AwsLogSourceResource) SetSourceName ¶ added in v1.44.272
func (s *AwsLogSourceResource) SetSourceName(v string) *AwsLogSourceResource
SetSourceName sets the SourceName field's value.
func (*AwsLogSourceResource) SetSourceVersion ¶ added in v1.44.272
func (s *AwsLogSourceResource) SetSourceVersion(v string) *AwsLogSourceResource
SetSourceVersion sets the SourceVersion field's value.
func (AwsLogSourceResource) String ¶ added in v1.44.272
func (s AwsLogSourceResource) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BadRequestException ¶ added in v1.44.272
type BadRequestException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
func (*BadRequestException) Code ¶ added in v1.44.272
func (s *BadRequestException) Code() string
Code returns the exception type name.
func (*BadRequestException) Error ¶ added in v1.44.272
func (s *BadRequestException) Error() string
func (BadRequestException) GoString ¶ added in v1.44.272
func (s BadRequestException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BadRequestException) Message ¶ added in v1.44.272
func (s *BadRequestException) Message() string
Message returns the exception's message.
func (*BadRequestException) OrigErr ¶ added in v1.44.272
func (s *BadRequestException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*BadRequestException) RequestID ¶ added in v1.44.272
func (s *BadRequestException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*BadRequestException) StatusCode ¶ added in v1.44.272
func (s *BadRequestException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (BadRequestException) String ¶ added in v1.44.272
func (s BadRequestException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ConflictException ¶
type ConflictException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // The resource name. ResourceName *string `locationName:"resourceName" type:"string"` // The resource type. ResourceType *string `locationName:"resourceType" type:"string"` // contains filtered or unexported fields }
Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
func (*ConflictException) Code ¶
func (s *ConflictException) Code() string
Code returns the exception type name.
func (*ConflictException) Error ¶
func (s *ConflictException) Error() string
func (ConflictException) GoString ¶
func (s ConflictException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConflictException) Message ¶
func (s *ConflictException) Message() string
Message returns the exception's message.
func (*ConflictException) OrigErr ¶
func (s *ConflictException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ConflictException) RequestID ¶
func (s *ConflictException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ConflictException) StatusCode ¶
func (s *ConflictException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ConflictException) String ¶
func (s ConflictException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateAwsLogSourceInput ¶
type CreateAwsLogSourceInput struct { // Specify the natively-supported Amazon Web Services service to add as a source // in Security Lake. // // Sources is a required field Sources []*AwsLogSourceConfiguration `locationName:"sources" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (CreateAwsLogSourceInput) GoString ¶
func (s CreateAwsLogSourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAwsLogSourceInput) SetSources ¶ added in v1.44.272
func (s *CreateAwsLogSourceInput) SetSources(v []*AwsLogSourceConfiguration) *CreateAwsLogSourceInput
SetSources sets the Sources field's value.
func (CreateAwsLogSourceInput) String ¶
func (s CreateAwsLogSourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAwsLogSourceInput) Validate ¶
func (s *CreateAwsLogSourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAwsLogSourceOutput ¶
type CreateAwsLogSourceOutput struct { // Lists all accounts in which enabling a natively supported Amazon Web Service // as a Security Lake source failed. The failure occurred as these accounts // are not part of an organization. Failed []*string `locationName:"failed" type:"list"` // contains filtered or unexported fields }
func (CreateAwsLogSourceOutput) GoString ¶
func (s CreateAwsLogSourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAwsLogSourceOutput) SetFailed ¶
func (s *CreateAwsLogSourceOutput) SetFailed(v []*string) *CreateAwsLogSourceOutput
SetFailed sets the Failed field's value.
func (CreateAwsLogSourceOutput) String ¶
func (s CreateAwsLogSourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateCustomLogSourceInput ¶
type CreateCustomLogSourceInput struct { // The configuration for the third-party custom source. // // Configuration is a required field Configuration *CustomLogSourceConfiguration `locationName:"configuration" type:"structure" required:"true"` // The Open Cybersecurity Schema Framework (OCSF) event classes which describes // the type of data that the custom source will send to Security Lake. The supported // event classes are: // // * ACCESS_ACTIVITY // // * FILE_ACTIVITY // // * KERNEL_ACTIVITY // // * KERNEL_EXTENSION // // * MEMORY_ACTIVITY // // * MODULE_ACTIVITY // // * PROCESS_ACTIVITY // // * REGISTRY_KEY_ACTIVITY // // * REGISTRY_VALUE_ACTIVITY // // * RESOURCE_ACTIVITY // // * SCHEDULED_JOB_ACTIVITY // // * SECURITY_FINDING // // * ACCOUNT_CHANGE // // * AUTHENTICATION // // * AUTHORIZATION // // * ENTITY_MANAGEMENT_AUDIT // // * DHCP_ACTIVITY // // * NETWORK_ACTIVITY // // * DNS_ACTIVITY // // * FTP_ACTIVITY // // * HTTP_ACTIVITY // // * RDP_ACTIVITY // // * SMB_ACTIVITY // // * SSH_ACTIVITY // // * CONFIG_STATE // // * INVENTORY_INFO // // * EMAIL_ACTIVITY // // * API_ACTIVITY // // * CLOUD_API EventClasses []*string `locationName:"eventClasses" type:"list"` // Specify the name for a third-party custom source. This must be a Regionally // unique value. // // SourceName is a required field SourceName *string `locationName:"sourceName" min:"1" type:"string" required:"true"` // Specify the source version for the third-party custom source, to limit log // collection to a specific version of custom data source. SourceVersion *string `locationName:"sourceVersion" min:"1" type:"string"` // contains filtered or unexported fields }
func (CreateCustomLogSourceInput) GoString ¶
func (s CreateCustomLogSourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateCustomLogSourceInput) SetConfiguration ¶ added in v1.44.272
func (s *CreateCustomLogSourceInput) SetConfiguration(v *CustomLogSourceConfiguration) *CreateCustomLogSourceInput
SetConfiguration sets the Configuration field's value.
func (*CreateCustomLogSourceInput) SetEventClasses ¶ added in v1.44.272
func (s *CreateCustomLogSourceInput) SetEventClasses(v []*string) *CreateCustomLogSourceInput
SetEventClasses sets the EventClasses field's value.
func (*CreateCustomLogSourceInput) SetSourceName ¶ added in v1.44.272
func (s *CreateCustomLogSourceInput) SetSourceName(v string) *CreateCustomLogSourceInput
SetSourceName sets the SourceName field's value.
func (*CreateCustomLogSourceInput) SetSourceVersion ¶ added in v1.44.272
func (s *CreateCustomLogSourceInput) SetSourceVersion(v string) *CreateCustomLogSourceInput
SetSourceVersion sets the SourceVersion field's value.
func (CreateCustomLogSourceInput) String ¶
func (s CreateCustomLogSourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateCustomLogSourceInput) Validate ¶
func (s *CreateCustomLogSourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateCustomLogSourceOutput ¶
type CreateCustomLogSourceOutput struct { // The created third-party custom source. Source *CustomLogSourceResource `locationName:"source" type:"structure"` // contains filtered or unexported fields }
func (CreateCustomLogSourceOutput) GoString ¶
func (s CreateCustomLogSourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateCustomLogSourceOutput) SetSource ¶ added in v1.44.272
func (s *CreateCustomLogSourceOutput) SetSource(v *CustomLogSourceResource) *CreateCustomLogSourceOutput
SetSource sets the Source field's value.
func (CreateCustomLogSourceOutput) String ¶
func (s CreateCustomLogSourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateDataLakeExceptionSubscriptionInput ¶ added in v1.44.272
type CreateDataLakeExceptionSubscriptionInput struct { // The expiration period and time-to-live (TTL). ExceptionTimeToLive *int64 `locationName:"exceptionTimeToLive" min:"1" type:"long"` // The Amazon Web Services account where you want to receive exception notifications. // // NotificationEndpoint is a required field NotificationEndpoint *string `locationName:"notificationEndpoint" type:"string" required:"true"` // The subscription protocol to which exception notifications are posted. // // SubscriptionProtocol is a required field SubscriptionProtocol *string `locationName:"subscriptionProtocol" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateDataLakeExceptionSubscriptionInput) GoString ¶ added in v1.44.272
func (s CreateDataLakeExceptionSubscriptionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDataLakeExceptionSubscriptionInput) SetExceptionTimeToLive ¶ added in v1.44.272
func (s *CreateDataLakeExceptionSubscriptionInput) SetExceptionTimeToLive(v int64) *CreateDataLakeExceptionSubscriptionInput
SetExceptionTimeToLive sets the ExceptionTimeToLive field's value.
func (*CreateDataLakeExceptionSubscriptionInput) SetNotificationEndpoint ¶ added in v1.44.272
func (s *CreateDataLakeExceptionSubscriptionInput) SetNotificationEndpoint(v string) *CreateDataLakeExceptionSubscriptionInput
SetNotificationEndpoint sets the NotificationEndpoint field's value.
func (*CreateDataLakeExceptionSubscriptionInput) SetSubscriptionProtocol ¶ added in v1.44.272
func (s *CreateDataLakeExceptionSubscriptionInput) SetSubscriptionProtocol(v string) *CreateDataLakeExceptionSubscriptionInput
SetSubscriptionProtocol sets the SubscriptionProtocol field's value.
func (CreateDataLakeExceptionSubscriptionInput) String ¶ added in v1.44.272
func (s CreateDataLakeExceptionSubscriptionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDataLakeExceptionSubscriptionInput) Validate ¶ added in v1.44.272
func (s *CreateDataLakeExceptionSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDataLakeExceptionSubscriptionOutput ¶ added in v1.44.272
type CreateDataLakeExceptionSubscriptionOutput struct {
// contains filtered or unexported fields
}
func (CreateDataLakeExceptionSubscriptionOutput) GoString ¶ added in v1.44.272
func (s CreateDataLakeExceptionSubscriptionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (CreateDataLakeExceptionSubscriptionOutput) String ¶ added in v1.44.272
func (s CreateDataLakeExceptionSubscriptionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateDataLakeInput ¶ added in v1.44.272
type CreateDataLakeInput struct { // Specify the Region or Regions that will contribute data to the rollup region. // // Configurations is a required field Configurations []*DataLakeConfiguration `locationName:"configurations" min:"1" type:"list" required:"true"` // The Amazon Resource Name (ARN) used to create and update the Glue table. // This table contains partitions generated by the ingestion and normalization // of Amazon Web Services log sources and custom sources. // // MetaStoreManagerRoleArn is a required field MetaStoreManagerRoleArn *string `locationName:"metaStoreManagerRoleArn" type:"string" required:"true"` // An array of objects, one for each tag to associate with the data lake configuration. // For each tag, you must specify both a tag key and a tag value. A tag value // cannot be null, but it can be an empty string. Tags []*Tag `locationName:"tags" type:"list"` // contains filtered or unexported fields }
func (CreateDataLakeInput) GoString ¶ added in v1.44.272
func (s CreateDataLakeInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDataLakeInput) SetConfigurations ¶ added in v1.44.272
func (s *CreateDataLakeInput) SetConfigurations(v []*DataLakeConfiguration) *CreateDataLakeInput
SetConfigurations sets the Configurations field's value.
func (*CreateDataLakeInput) SetMetaStoreManagerRoleArn ¶ added in v1.44.272
func (s *CreateDataLakeInput) SetMetaStoreManagerRoleArn(v string) *CreateDataLakeInput
SetMetaStoreManagerRoleArn sets the MetaStoreManagerRoleArn field's value.
func (*CreateDataLakeInput) SetTags ¶ added in v1.44.305
func (s *CreateDataLakeInput) SetTags(v []*Tag) *CreateDataLakeInput
SetTags sets the Tags field's value.
func (CreateDataLakeInput) String ¶ added in v1.44.272
func (s CreateDataLakeInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDataLakeInput) Validate ¶ added in v1.44.272
func (s *CreateDataLakeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDataLakeOrganizationConfigurationInput ¶ added in v1.44.272
type CreateDataLakeOrganizationConfigurationInput struct { // Enable Security Lake with the specified configuration settings, to begin // collecting security data for new accounts in your organization. AutoEnableNewAccount []*DataLakeAutoEnableNewAccountConfiguration `locationName:"autoEnableNewAccount" min:"1" type:"list"` // contains filtered or unexported fields }
func (CreateDataLakeOrganizationConfigurationInput) GoString ¶ added in v1.44.272
func (s CreateDataLakeOrganizationConfigurationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDataLakeOrganizationConfigurationInput) SetAutoEnableNewAccount ¶ added in v1.44.272
func (s *CreateDataLakeOrganizationConfigurationInput) SetAutoEnableNewAccount(v []*DataLakeAutoEnableNewAccountConfiguration) *CreateDataLakeOrganizationConfigurationInput
SetAutoEnableNewAccount sets the AutoEnableNewAccount field's value.
func (CreateDataLakeOrganizationConfigurationInput) String ¶ added in v1.44.272
func (s CreateDataLakeOrganizationConfigurationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDataLakeOrganizationConfigurationInput) Validate ¶ added in v1.44.272
func (s *CreateDataLakeOrganizationConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDataLakeOrganizationConfigurationOutput ¶ added in v1.44.272
type CreateDataLakeOrganizationConfigurationOutput struct {
// contains filtered or unexported fields
}
func (CreateDataLakeOrganizationConfigurationOutput) GoString ¶ added in v1.44.272
func (s CreateDataLakeOrganizationConfigurationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (CreateDataLakeOrganizationConfigurationOutput) String ¶ added in v1.44.272
func (s CreateDataLakeOrganizationConfigurationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateDataLakeOutput ¶ added in v1.44.272
type CreateDataLakeOutput struct { // The created Security Lake configuration object. DataLakes []*DataLakeResource `locationName:"dataLakes" type:"list"` // contains filtered or unexported fields }
func (CreateDataLakeOutput) GoString ¶ added in v1.44.272
func (s CreateDataLakeOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDataLakeOutput) SetDataLakes ¶ added in v1.44.272
func (s *CreateDataLakeOutput) SetDataLakes(v []*DataLakeResource) *CreateDataLakeOutput
SetDataLakes sets the DataLakes field's value.
func (CreateDataLakeOutput) String ¶ added in v1.44.272
func (s CreateDataLakeOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateSubscriberInput ¶
type CreateSubscriberInput struct { // The Amazon S3 or Lake Formation access type. AccessTypes []*string `locationName:"accessTypes" type:"list" enum:"AccessType"` // The supported Amazon Web Services from which logs and events are collected. // Security Lake supports log and event collection for natively supported Amazon // Web Services. // // Sources is a required field Sources []*LogSourceResource `locationName:"sources" type:"list" required:"true"` // The description for your subscriber account in Security Lake. SubscriberDescription *string `locationName:"subscriberDescription" type:"string"` // The AWS identity used to access your data. // // SubscriberIdentity is a required field SubscriberIdentity *AwsIdentity `locationName:"subscriberIdentity" type:"structure" required:"true"` // The name of your Security Lake subscriber account. // // SubscriberName is a required field SubscriberName *string `locationName:"subscriberName" type:"string" required:"true"` // An array of objects, one for each tag to associate with the subscriber. For // each tag, you must specify both a tag key and a tag value. A tag value cannot // be null, but it can be an empty string. Tags []*Tag `locationName:"tags" type:"list"` // contains filtered or unexported fields }
func (CreateSubscriberInput) GoString ¶
func (s CreateSubscriberInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateSubscriberInput) SetAccessTypes ¶
func (s *CreateSubscriberInput) SetAccessTypes(v []*string) *CreateSubscriberInput
SetAccessTypes sets the AccessTypes field's value.
func (*CreateSubscriberInput) SetSources ¶ added in v1.44.272
func (s *CreateSubscriberInput) SetSources(v []*LogSourceResource) *CreateSubscriberInput
SetSources sets the Sources field's value.
func (*CreateSubscriberInput) SetSubscriberDescription ¶
func (s *CreateSubscriberInput) SetSubscriberDescription(v string) *CreateSubscriberInput
SetSubscriberDescription sets the SubscriberDescription field's value.
func (*CreateSubscriberInput) SetSubscriberIdentity ¶ added in v1.44.272
func (s *CreateSubscriberInput) SetSubscriberIdentity(v *AwsIdentity) *CreateSubscriberInput
SetSubscriberIdentity sets the SubscriberIdentity field's value.
func (*CreateSubscriberInput) SetSubscriberName ¶
func (s *CreateSubscriberInput) SetSubscriberName(v string) *CreateSubscriberInput
SetSubscriberName sets the SubscriberName field's value.
func (*CreateSubscriberInput) SetTags ¶ added in v1.44.305
func (s *CreateSubscriberInput) SetTags(v []*Tag) *CreateSubscriberInput
SetTags sets the Tags field's value.
func (CreateSubscriberInput) String ¶
func (s CreateSubscriberInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateSubscriberInput) Validate ¶
func (s *CreateSubscriberInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSubscriberNotificationInput ¶ added in v1.44.272
type CreateSubscriberNotificationInput struct { // Specify the configuration using which you want to create the subscriber notification. // // Configuration is a required field Configuration *NotificationConfiguration `locationName:"configuration" type:"structure" required:"true"` // The subscriber ID for the notification subscription. // // SubscriberId is a required field SubscriberId *string `location:"uri" locationName:"subscriberId" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateSubscriberNotificationInput) GoString ¶ added in v1.44.272
func (s CreateSubscriberNotificationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateSubscriberNotificationInput) SetConfiguration ¶ added in v1.44.272
func (s *CreateSubscriberNotificationInput) SetConfiguration(v *NotificationConfiguration) *CreateSubscriberNotificationInput
SetConfiguration sets the Configuration field's value.
func (*CreateSubscriberNotificationInput) SetSubscriberId ¶ added in v1.44.272
func (s *CreateSubscriberNotificationInput) SetSubscriberId(v string) *CreateSubscriberNotificationInput
SetSubscriberId sets the SubscriberId field's value.
func (CreateSubscriberNotificationInput) String ¶ added in v1.44.272
func (s CreateSubscriberNotificationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateSubscriberNotificationInput) Validate ¶ added in v1.44.272
func (s *CreateSubscriberNotificationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSubscriberNotificationOutput ¶ added in v1.44.272
type CreateSubscriberNotificationOutput struct { // The subscriber endpoint to which exception messages are posted. SubscriberEndpoint *string `locationName:"subscriberEndpoint" type:"string"` // contains filtered or unexported fields }
func (CreateSubscriberNotificationOutput) GoString ¶ added in v1.44.272
func (s CreateSubscriberNotificationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateSubscriberNotificationOutput) SetSubscriberEndpoint ¶ added in v1.44.272
func (s *CreateSubscriberNotificationOutput) SetSubscriberEndpoint(v string) *CreateSubscriberNotificationOutput
SetSubscriberEndpoint sets the SubscriberEndpoint field's value.
func (CreateSubscriberNotificationOutput) String ¶ added in v1.44.272
func (s CreateSubscriberNotificationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateSubscriberOutput ¶
type CreateSubscriberOutput struct { // Retrieve information about the subscriber created using the CreateSubscriber // API. Subscriber *SubscriberResource `locationName:"subscriber" type:"structure"` // contains filtered or unexported fields }
func (CreateSubscriberOutput) GoString ¶
func (s CreateSubscriberOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateSubscriberOutput) SetSubscriber ¶ added in v1.44.272
func (s *CreateSubscriberOutput) SetSubscriber(v *SubscriberResource) *CreateSubscriberOutput
SetSubscriber sets the Subscriber field's value.
func (CreateSubscriberOutput) String ¶
func (s CreateSubscriberOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CustomLogSourceAttributes ¶ added in v1.44.272
type CustomLogSourceAttributes struct { // The ARN of the Glue crawler. CrawlerArn *string `locationName:"crawlerArn" min:"1" type:"string"` // The ARN of the Glue database where results are written, such as: arn:aws:daylight:us-east-1::database/sometable/*. DatabaseArn *string `locationName:"databaseArn" min:"1" type:"string"` // The ARN of the Glue table. TableArn *string `locationName:"tableArn" min:"1" type:"string"` // contains filtered or unexported fields }
The attributes of a third-party custom source.
func (CustomLogSourceAttributes) GoString ¶ added in v1.44.272
func (s CustomLogSourceAttributes) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomLogSourceAttributes) SetCrawlerArn ¶ added in v1.44.272
func (s *CustomLogSourceAttributes) SetCrawlerArn(v string) *CustomLogSourceAttributes
SetCrawlerArn sets the CrawlerArn field's value.
func (*CustomLogSourceAttributes) SetDatabaseArn ¶ added in v1.44.272
func (s *CustomLogSourceAttributes) SetDatabaseArn(v string) *CustomLogSourceAttributes
SetDatabaseArn sets the DatabaseArn field's value.
func (*CustomLogSourceAttributes) SetTableArn ¶ added in v1.44.272
func (s *CustomLogSourceAttributes) SetTableArn(v string) *CustomLogSourceAttributes
SetTableArn sets the TableArn field's value.
func (CustomLogSourceAttributes) String ¶ added in v1.44.272
func (s CustomLogSourceAttributes) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomLogSourceAttributes) Validate ¶ added in v1.44.272
func (s *CustomLogSourceAttributes) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CustomLogSourceConfiguration ¶ added in v1.44.272
type CustomLogSourceConfiguration struct { // The configuration for the Glue Crawler for the third-party custom source. // // CrawlerConfiguration is a required field CrawlerConfiguration *CustomLogSourceCrawlerConfiguration `locationName:"crawlerConfiguration" type:"structure" required:"true"` // The identity of the log provider for the third-party custom source. // // ProviderIdentity is a required field ProviderIdentity *AwsIdentity `locationName:"providerIdentity" type:"structure" required:"true"` // contains filtered or unexported fields }
The configuration for the third-party custom source.
func (CustomLogSourceConfiguration) GoString ¶ added in v1.44.272
func (s CustomLogSourceConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomLogSourceConfiguration) SetCrawlerConfiguration ¶ added in v1.44.272
func (s *CustomLogSourceConfiguration) SetCrawlerConfiguration(v *CustomLogSourceCrawlerConfiguration) *CustomLogSourceConfiguration
SetCrawlerConfiguration sets the CrawlerConfiguration field's value.
func (*CustomLogSourceConfiguration) SetProviderIdentity ¶ added in v1.44.272
func (s *CustomLogSourceConfiguration) SetProviderIdentity(v *AwsIdentity) *CustomLogSourceConfiguration
SetProviderIdentity sets the ProviderIdentity field's value.
func (CustomLogSourceConfiguration) String ¶ added in v1.44.272
func (s CustomLogSourceConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomLogSourceConfiguration) Validate ¶ added in v1.44.272
func (s *CustomLogSourceConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CustomLogSourceCrawlerConfiguration ¶ added in v1.44.272
type CustomLogSourceCrawlerConfiguration struct { // The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) // role to be used by the Glue crawler. The recommended IAM policies are: // // * The managed policy AWSGlueServiceRole // // * A custom policy granting access to your Amazon S3 Data Lake // // RoleArn is a required field RoleArn *string `locationName:"roleArn" type:"string" required:"true"` // contains filtered or unexported fields }
The configuration for the Glue Crawler for the third-party custom source.
func (CustomLogSourceCrawlerConfiguration) GoString ¶ added in v1.44.272
func (s CustomLogSourceCrawlerConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomLogSourceCrawlerConfiguration) SetRoleArn ¶ added in v1.44.272
func (s *CustomLogSourceCrawlerConfiguration) SetRoleArn(v string) *CustomLogSourceCrawlerConfiguration
SetRoleArn sets the RoleArn field's value.
func (CustomLogSourceCrawlerConfiguration) String ¶ added in v1.44.272
func (s CustomLogSourceCrawlerConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomLogSourceCrawlerConfiguration) Validate ¶ added in v1.44.272
func (s *CustomLogSourceCrawlerConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CustomLogSourceProvider ¶ added in v1.44.272
type CustomLogSourceProvider struct { // The location of the partition in the Amazon S3 bucket for Security Lake. Location *string `locationName:"location" type:"string"` // The ARN of the IAM role to be used by the entity putting logs into your custom // source partition. Security Lake will apply the correct access policies to // this role, but you must first manually create the trust policy for this role. // The IAM role name must start with the text 'Security Lake'. The IAM role // must trust the logProviderAccountId to assume the role. RoleArn *string `locationName:"roleArn" type:"string"` // contains filtered or unexported fields }
The details of the log provider for a third-party custom source.
func (CustomLogSourceProvider) GoString ¶ added in v1.44.272
func (s CustomLogSourceProvider) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomLogSourceProvider) SetLocation ¶ added in v1.44.272
func (s *CustomLogSourceProvider) SetLocation(v string) *CustomLogSourceProvider
SetLocation sets the Location field's value.
func (*CustomLogSourceProvider) SetRoleArn ¶ added in v1.44.272
func (s *CustomLogSourceProvider) SetRoleArn(v string) *CustomLogSourceProvider
SetRoleArn sets the RoleArn field's value.
func (CustomLogSourceProvider) String ¶ added in v1.44.272
func (s CustomLogSourceProvider) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CustomLogSourceResource ¶ added in v1.44.272
type CustomLogSourceResource struct { // The attributes of a third-party custom source. Attributes *CustomLogSourceAttributes `locationName:"attributes" type:"structure"` // The details of the log provider for a third-party custom source. Provider *CustomLogSourceProvider `locationName:"provider" type:"structure"` // The name for a third-party custom source. This must be a Regionally unique // value. SourceName *string `locationName:"sourceName" min:"1" type:"string"` // The version for a third-party custom source. This must be a Regionally unique // value. SourceVersion *string `locationName:"sourceVersion" min:"1" type:"string"` // contains filtered or unexported fields }
Amazon Security Lake can collect logs and events from third-party custom sources.
func (CustomLogSourceResource) GoString ¶ added in v1.44.272
func (s CustomLogSourceResource) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomLogSourceResource) SetAttributes ¶ added in v1.44.272
func (s *CustomLogSourceResource) SetAttributes(v *CustomLogSourceAttributes) *CustomLogSourceResource
SetAttributes sets the Attributes field's value.
func (*CustomLogSourceResource) SetProvider ¶ added in v1.44.272
func (s *CustomLogSourceResource) SetProvider(v *CustomLogSourceProvider) *CustomLogSourceResource
SetProvider sets the Provider field's value.
func (*CustomLogSourceResource) SetSourceName ¶ added in v1.44.272
func (s *CustomLogSourceResource) SetSourceName(v string) *CustomLogSourceResource
SetSourceName sets the SourceName field's value.
func (*CustomLogSourceResource) SetSourceVersion ¶ added in v1.44.272
func (s *CustomLogSourceResource) SetSourceVersion(v string) *CustomLogSourceResource
SetSourceVersion sets the SourceVersion field's value.
func (CustomLogSourceResource) String ¶ added in v1.44.272
func (s CustomLogSourceResource) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomLogSourceResource) Validate ¶ added in v1.44.272
func (s *CustomLogSourceResource) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DataLakeAutoEnableNewAccountConfiguration ¶ added in v1.44.272
type DataLakeAutoEnableNewAccountConfiguration struct { // The Amazon Web Services Regions where Security Lake is automatically enabled. // // Region is a required field Region *string `locationName:"region" type:"string" required:"true"` // The Amazon Web Services sources that are automatically enabled in Security // Lake. // // Sources is a required field Sources []*AwsLogSourceResource `locationName:"sources" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
Automatically enable new organization accounts as member accounts from an Amazon Security Lake administrator account.
func (DataLakeAutoEnableNewAccountConfiguration) GoString ¶ added in v1.44.272
func (s DataLakeAutoEnableNewAccountConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataLakeAutoEnableNewAccountConfiguration) SetRegion ¶ added in v1.44.272
func (s *DataLakeAutoEnableNewAccountConfiguration) SetRegion(v string) *DataLakeAutoEnableNewAccountConfiguration
SetRegion sets the Region field's value.
func (*DataLakeAutoEnableNewAccountConfiguration) SetSources ¶ added in v1.44.272
func (s *DataLakeAutoEnableNewAccountConfiguration) SetSources(v []*AwsLogSourceResource) *DataLakeAutoEnableNewAccountConfiguration
SetSources sets the Sources field's value.
func (DataLakeAutoEnableNewAccountConfiguration) String ¶ added in v1.44.272
func (s DataLakeAutoEnableNewAccountConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataLakeAutoEnableNewAccountConfiguration) Validate ¶ added in v1.44.272
func (s *DataLakeAutoEnableNewAccountConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DataLakeConfiguration ¶ added in v1.44.272
type DataLakeConfiguration struct { // Provides encryption details of Amazon Security Lake object. EncryptionConfiguration *DataLakeEncryptionConfiguration `locationName:"encryptionConfiguration" type:"structure"` // Provides lifecycle details of Amazon Security Lake object. LifecycleConfiguration *DataLakeLifecycleConfiguration `locationName:"lifecycleConfiguration" type:"structure"` // The Amazon Web Services Regions where Security Lake is automatically enabled. // // Region is a required field Region *string `locationName:"region" type:"string" required:"true"` // Provides replication details of Amazon Security Lake object. ReplicationConfiguration *DataLakeReplicationConfiguration `locationName:"replicationConfiguration" type:"structure"` // contains filtered or unexported fields }
Provides details of Amazon Security Lake object.
func (DataLakeConfiguration) GoString ¶ added in v1.44.272
func (s DataLakeConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataLakeConfiguration) SetEncryptionConfiguration ¶ added in v1.44.272
func (s *DataLakeConfiguration) SetEncryptionConfiguration(v *DataLakeEncryptionConfiguration) *DataLakeConfiguration
SetEncryptionConfiguration sets the EncryptionConfiguration field's value.
func (*DataLakeConfiguration) SetLifecycleConfiguration ¶ added in v1.44.272
func (s *DataLakeConfiguration) SetLifecycleConfiguration(v *DataLakeLifecycleConfiguration) *DataLakeConfiguration
SetLifecycleConfiguration sets the LifecycleConfiguration field's value.
func (*DataLakeConfiguration) SetRegion ¶ added in v1.44.272
func (s *DataLakeConfiguration) SetRegion(v string) *DataLakeConfiguration
SetRegion sets the Region field's value.
func (*DataLakeConfiguration) SetReplicationConfiguration ¶ added in v1.44.272
func (s *DataLakeConfiguration) SetReplicationConfiguration(v *DataLakeReplicationConfiguration) *DataLakeConfiguration
SetReplicationConfiguration sets the ReplicationConfiguration field's value.
func (DataLakeConfiguration) String ¶ added in v1.44.272
func (s DataLakeConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataLakeConfiguration) Validate ¶ added in v1.44.272
func (s *DataLakeConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DataLakeEncryptionConfiguration ¶ added in v1.44.272
type DataLakeEncryptionConfiguration struct { // The id of KMS encryption key used by Amazon Security Lake to encrypt the // Security Lake object. KmsKeyId *string `locationName:"kmsKeyId" type:"string"` // contains filtered or unexported fields }
Provides encryption details of Amazon Security Lake object.
func (DataLakeEncryptionConfiguration) GoString ¶ added in v1.44.272
func (s DataLakeEncryptionConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataLakeEncryptionConfiguration) SetKmsKeyId ¶ added in v1.44.272
func (s *DataLakeEncryptionConfiguration) SetKmsKeyId(v string) *DataLakeEncryptionConfiguration
SetKmsKeyId sets the KmsKeyId field's value.
func (DataLakeEncryptionConfiguration) String ¶ added in v1.44.272
func (s DataLakeEncryptionConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DataLakeException ¶ added in v1.44.272
type DataLakeException struct { // The underlying exception of a Security Lake exception. Exception *string `locationName:"exception" type:"string"` // The Amazon Web Services Regions where the exception occurred. Region *string `locationName:"region" type:"string"` // List of all remediation steps for a Security Lake exception. Remediation *string `locationName:"remediation" type:"string"` // This error can occur if you configure the wrong timestamp format, or if the // subset of entries used for validation had errors or missing values. Timestamp *time.Time `locationName:"timestamp" type:"timestamp" timestampFormat:"iso8601"` // contains filtered or unexported fields }
The details for an Amazon Security Lake exception.
func (DataLakeException) GoString ¶ added in v1.44.272
func (s DataLakeException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataLakeException) SetException ¶ added in v1.44.272
func (s *DataLakeException) SetException(v string) *DataLakeException
SetException sets the Exception field's value.
func (*DataLakeException) SetRegion ¶ added in v1.44.272
func (s *DataLakeException) SetRegion(v string) *DataLakeException
SetRegion sets the Region field's value.
func (*DataLakeException) SetRemediation ¶ added in v1.44.272
func (s *DataLakeException) SetRemediation(v string) *DataLakeException
SetRemediation sets the Remediation field's value.
func (*DataLakeException) SetTimestamp ¶ added in v1.44.272
func (s *DataLakeException) SetTimestamp(v time.Time) *DataLakeException
SetTimestamp sets the Timestamp field's value.
func (DataLakeException) String ¶ added in v1.44.272
func (s DataLakeException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DataLakeLifecycleConfiguration ¶ added in v1.44.272
type DataLakeLifecycleConfiguration struct { // Provides data expiration details of Amazon Security Lake object. Expiration *DataLakeLifecycleExpiration `locationName:"expiration" type:"structure"` // Provides data storage transition details of Amazon Security Lake object. Transitions []*DataLakeLifecycleTransition `locationName:"transitions" type:"list"` // contains filtered or unexported fields }
Provides lifecycle details of Amazon Security Lake object.
func (DataLakeLifecycleConfiguration) GoString ¶ added in v1.44.272
func (s DataLakeLifecycleConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataLakeLifecycleConfiguration) SetExpiration ¶ added in v1.44.272
func (s *DataLakeLifecycleConfiguration) SetExpiration(v *DataLakeLifecycleExpiration) *DataLakeLifecycleConfiguration
SetExpiration sets the Expiration field's value.
func (*DataLakeLifecycleConfiguration) SetTransitions ¶ added in v1.44.272
func (s *DataLakeLifecycleConfiguration) SetTransitions(v []*DataLakeLifecycleTransition) *DataLakeLifecycleConfiguration
SetTransitions sets the Transitions field's value.
func (DataLakeLifecycleConfiguration) String ¶ added in v1.44.272
func (s DataLakeLifecycleConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataLakeLifecycleConfiguration) Validate ¶ added in v1.44.272
func (s *DataLakeLifecycleConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DataLakeLifecycleExpiration ¶ added in v1.44.272
type DataLakeLifecycleExpiration struct { // Number of days before data expires in the Amazon Security Lake object. Days *int64 `locationName:"days" min:"1" type:"integer"` // contains filtered or unexported fields }
Provide expiration lifecycle details of Amazon Security Lake object.
func (DataLakeLifecycleExpiration) GoString ¶ added in v1.44.272
func (s DataLakeLifecycleExpiration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataLakeLifecycleExpiration) SetDays ¶ added in v1.44.272
func (s *DataLakeLifecycleExpiration) SetDays(v int64) *DataLakeLifecycleExpiration
SetDays sets the Days field's value.
func (DataLakeLifecycleExpiration) String ¶ added in v1.44.272
func (s DataLakeLifecycleExpiration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataLakeLifecycleExpiration) Validate ¶ added in v1.44.272
func (s *DataLakeLifecycleExpiration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DataLakeLifecycleTransition ¶ added in v1.44.272
type DataLakeLifecycleTransition struct { // Number of days before data transitions to a different S3 Storage Class in // the Amazon Security Lake object. Days *int64 `locationName:"days" min:"1" type:"integer"` // The range of storage classes that you can choose from based on the data access, // resiliency, and cost requirements of your workloads. StorageClass *string `locationName:"storageClass" type:"string"` // contains filtered or unexported fields }
Provide transition lifecycle details of Amazon Security Lake object.
func (DataLakeLifecycleTransition) GoString ¶ added in v1.44.272
func (s DataLakeLifecycleTransition) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataLakeLifecycleTransition) SetDays ¶ added in v1.44.272
func (s *DataLakeLifecycleTransition) SetDays(v int64) *DataLakeLifecycleTransition
SetDays sets the Days field's value.
func (*DataLakeLifecycleTransition) SetStorageClass ¶ added in v1.44.272
func (s *DataLakeLifecycleTransition) SetStorageClass(v string) *DataLakeLifecycleTransition
SetStorageClass sets the StorageClass field's value.
func (DataLakeLifecycleTransition) String ¶ added in v1.44.272
func (s DataLakeLifecycleTransition) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataLakeLifecycleTransition) Validate ¶ added in v1.44.272
func (s *DataLakeLifecycleTransition) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DataLakeReplicationConfiguration ¶ added in v1.44.272
type DataLakeReplicationConfiguration struct { // Specifies one or more centralized rollup Regions. The Amazon Web Services // Region specified in the region parameter of the CreateDataLake (https://docs.aws.amazon.com/security-lake/latest/APIReference/API_CreateDataLake.html) // or UpdateDataLake (https://docs.aws.amazon.com/security-lake/latest/APIReference/API_UpdateDataLake.html) // operations contributes data to the rollup Region or Regions specified in // this parameter. // // Replication enables automatic, asynchronous copying of objects across Amazon // S3 buckets. S3 buckets that are configured for object replication can be // owned by the same Amazon Web Services account or by different accounts. You // can replicate objects to a single destination bucket or to multiple destination // buckets. The destination buckets can be in different Regions or within the // same Region as the source bucket. Regions []*string `locationName:"regions" type:"list"` // Replication settings for the Amazon S3 buckets. This parameter uses the Identity // and Access Management (IAM) role you created that is managed by Security // Lake, to ensure the replication setting is correct. RoleArn *string `locationName:"roleArn" type:"string"` // contains filtered or unexported fields }
Provides replication details for objects stored in the Amazon Security Lake data lake.
func (DataLakeReplicationConfiguration) GoString ¶ added in v1.44.272
func (s DataLakeReplicationConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataLakeReplicationConfiguration) SetRegions ¶ added in v1.44.272
func (s *DataLakeReplicationConfiguration) SetRegions(v []*string) *DataLakeReplicationConfiguration
SetRegions sets the Regions field's value.
func (*DataLakeReplicationConfiguration) SetRoleArn ¶ added in v1.44.272
func (s *DataLakeReplicationConfiguration) SetRoleArn(v string) *DataLakeReplicationConfiguration
SetRoleArn sets the RoleArn field's value.
func (DataLakeReplicationConfiguration) String ¶ added in v1.44.272
func (s DataLakeReplicationConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DataLakeResource ¶ added in v1.44.272
type DataLakeResource struct { // Retrieves the status of the configuration operation for an account in Amazon // Security Lake. CreateStatus *string `locationName:"createStatus" type:"string" enum:"DataLakeStatus"` // The Amazon Resource Name (ARN) created by you to provide to the subscriber. // For more information about ARNs and how to use them in policies, see the // Amazon Security Lake User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/subscriber-management.html). // // DataLakeArn is a required field DataLakeArn *string `locationName:"dataLakeArn" min:"1" type:"string" required:"true"` // Provides encryption details of Amazon Security Lake object. EncryptionConfiguration *DataLakeEncryptionConfiguration `locationName:"encryptionConfiguration" type:"structure"` // Provides lifecycle details of Amazon Security Lake object. LifecycleConfiguration *DataLakeLifecycleConfiguration `locationName:"lifecycleConfiguration" type:"structure"` // The Amazon Web Services Regions where Security Lake is enabled. // // Region is a required field Region *string `locationName:"region" type:"string" required:"true"` // Provides replication details of Amazon Security Lake object. ReplicationConfiguration *DataLakeReplicationConfiguration `locationName:"replicationConfiguration" type:"structure"` // The ARN for the Amazon Security Lake Amazon S3 bucket. S3BucketArn *string `locationName:"s3BucketArn" type:"string"` // The status of the last UpdateDataLake or DeleteDataLake API request. UpdateStatus *DataLakeUpdateStatus `locationName:"updateStatus" type:"structure"` // contains filtered or unexported fields }
Provides details of Amazon Security Lake object.
func (DataLakeResource) GoString ¶ added in v1.44.272
func (s DataLakeResource) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataLakeResource) SetCreateStatus ¶ added in v1.44.272
func (s *DataLakeResource) SetCreateStatus(v string) *DataLakeResource
SetCreateStatus sets the CreateStatus field's value.
func (*DataLakeResource) SetDataLakeArn ¶ added in v1.44.272
func (s *DataLakeResource) SetDataLakeArn(v string) *DataLakeResource
SetDataLakeArn sets the DataLakeArn field's value.
func (*DataLakeResource) SetEncryptionConfiguration ¶ added in v1.44.272
func (s *DataLakeResource) SetEncryptionConfiguration(v *DataLakeEncryptionConfiguration) *DataLakeResource
SetEncryptionConfiguration sets the EncryptionConfiguration field's value.
func (*DataLakeResource) SetLifecycleConfiguration ¶ added in v1.44.272
func (s *DataLakeResource) SetLifecycleConfiguration(v *DataLakeLifecycleConfiguration) *DataLakeResource
SetLifecycleConfiguration sets the LifecycleConfiguration field's value.
func (*DataLakeResource) SetRegion ¶ added in v1.44.272
func (s *DataLakeResource) SetRegion(v string) *DataLakeResource
SetRegion sets the Region field's value.
func (*DataLakeResource) SetReplicationConfiguration ¶ added in v1.44.272
func (s *DataLakeResource) SetReplicationConfiguration(v *DataLakeReplicationConfiguration) *DataLakeResource
SetReplicationConfiguration sets the ReplicationConfiguration field's value.
func (*DataLakeResource) SetS3BucketArn ¶ added in v1.44.272
func (s *DataLakeResource) SetS3BucketArn(v string) *DataLakeResource
SetS3BucketArn sets the S3BucketArn field's value.
func (*DataLakeResource) SetUpdateStatus ¶ added in v1.44.272
func (s *DataLakeResource) SetUpdateStatus(v *DataLakeUpdateStatus) *DataLakeResource
SetUpdateStatus sets the UpdateStatus field's value.
func (DataLakeResource) String ¶ added in v1.44.272
func (s DataLakeResource) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DataLakeSource ¶ added in v1.44.272
type DataLakeSource struct { // The ID of the Security Lake account for which logs are collected. Account *string `locationName:"account" type:"string"` // The Open Cybersecurity Schema Framework (OCSF) event classes which describes // the type of data that the custom source will send to Security Lake. The supported // event classes are: // // * ACCESS_ACTIVITY // // * FILE_ACTIVITY // // * KERNEL_ACTIVITY // // * KERNEL_EXTENSION // // * MEMORY_ACTIVITY // // * MODULE_ACTIVITY // // * PROCESS_ACTIVITY // // * REGISTRY_KEY_ACTIVITY // // * REGISTRY_VALUE_ACTIVITY // // * RESOURCE_ACTIVITY // // * SCHEDULED_JOB_ACTIVITY // // * SECURITY_FINDING // // * ACCOUNT_CHANGE // // * AUTHENTICATION // // * AUTHORIZATION // // * ENTITY_MANAGEMENT_AUDIT // // * DHCP_ACTIVITY // // * NETWORK_ACTIVITY // // * DNS_ACTIVITY // // * FTP_ACTIVITY // // * HTTP_ACTIVITY // // * RDP_ACTIVITY // // * SMB_ACTIVITY // // * SSH_ACTIVITY // // * CONFIG_STATE // // * INVENTORY_INFO // // * EMAIL_ACTIVITY // // * API_ACTIVITY // // * CLOUD_API EventClasses []*string `locationName:"eventClasses" type:"list"` // The supported Amazon Web Services from which logs and events are collected. // Amazon Security Lake supports log and event collection for natively supported // Amazon Web Services. SourceName *string `locationName:"sourceName" type:"string"` // The log status for the Security Lake account. SourceStatuses []*DataLakeSourceStatus `locationName:"sourceStatuses" type:"list"` // contains filtered or unexported fields }
Amazon Security Lake collects logs and events from supported Amazon Web Services and custom sources. For the list of supported Amazon Web Services, see the Amazon Security Lake User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html).
func (DataLakeSource) GoString ¶ added in v1.44.272
func (s DataLakeSource) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataLakeSource) SetAccount ¶ added in v1.44.272
func (s *DataLakeSource) SetAccount(v string) *DataLakeSource
SetAccount sets the Account field's value.
func (*DataLakeSource) SetEventClasses ¶ added in v1.44.272
func (s *DataLakeSource) SetEventClasses(v []*string) *DataLakeSource
SetEventClasses sets the EventClasses field's value.
func (*DataLakeSource) SetSourceName ¶ added in v1.44.272
func (s *DataLakeSource) SetSourceName(v string) *DataLakeSource
SetSourceName sets the SourceName field's value.
func (*DataLakeSource) SetSourceStatuses ¶ added in v1.44.272
func (s *DataLakeSource) SetSourceStatuses(v []*DataLakeSourceStatus) *DataLakeSource
SetSourceStatuses sets the SourceStatuses field's value.
func (DataLakeSource) String ¶ added in v1.44.272
func (s DataLakeSource) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DataLakeSourceStatus ¶ added in v1.44.272
type DataLakeSourceStatus struct { // Defines path the stored logs are available which has information on your // systems, applications, and services. Resource *string `locationName:"resource" type:"string"` // The health status of services, including error codes and patterns. Status *string `locationName:"status" type:"string" enum:"SourceCollectionStatus"` // contains filtered or unexported fields }
Retrieves the Logs status for the Amazon Security Lake account.
func (DataLakeSourceStatus) GoString ¶ added in v1.44.272
func (s DataLakeSourceStatus) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataLakeSourceStatus) SetResource ¶ added in v1.44.272
func (s *DataLakeSourceStatus) SetResource(v string) *DataLakeSourceStatus
SetResource sets the Resource field's value.
func (*DataLakeSourceStatus) SetStatus ¶ added in v1.44.272
func (s *DataLakeSourceStatus) SetStatus(v string) *DataLakeSourceStatus
SetStatus sets the Status field's value.
func (DataLakeSourceStatus) String ¶ added in v1.44.272
func (s DataLakeSourceStatus) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DataLakeUpdateException ¶ added in v1.44.272
type DataLakeUpdateException struct { // The reason code for the exception of the last UpdateDataLake or DeleteDataLake // API request. Code *string `locationName:"code" type:"string"` // The reason for the exception of the last UpdateDataLakeor DeleteDataLake // API request. Reason *string `locationName:"reason" type:"string"` // contains filtered or unexported fields }
The details of the last UpdateDataLake or DeleteDataLake API request which failed.
func (DataLakeUpdateException) GoString ¶ added in v1.44.272
func (s DataLakeUpdateException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataLakeUpdateException) SetCode ¶ added in v1.44.272
func (s *DataLakeUpdateException) SetCode(v string) *DataLakeUpdateException
SetCode sets the Code field's value.
func (*DataLakeUpdateException) SetReason ¶ added in v1.44.272
func (s *DataLakeUpdateException) SetReason(v string) *DataLakeUpdateException
SetReason sets the Reason field's value.
func (DataLakeUpdateException) String ¶ added in v1.44.272
func (s DataLakeUpdateException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DataLakeUpdateStatus ¶ added in v1.44.272
type DataLakeUpdateStatus struct { // The details of the last UpdateDataLakeor DeleteDataLake API request which // failed. Exception *DataLakeUpdateException `locationName:"exception" type:"structure"` // The unique ID for the last UpdateDataLake or DeleteDataLake API request. RequestId *string `locationName:"requestId" type:"string"` // The status of the last UpdateDataLake or DeleteDataLake API request that // was requested. Status *string `locationName:"status" type:"string" enum:"DataLakeStatus"` // contains filtered or unexported fields }
The status of the last UpdateDataLake or DeleteDataLake API request. This is set to Completed after the configuration is updated, or removed if deletion of the data lake is successful.
func (DataLakeUpdateStatus) GoString ¶ added in v1.44.272
func (s DataLakeUpdateStatus) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataLakeUpdateStatus) SetException ¶ added in v1.44.272
func (s *DataLakeUpdateStatus) SetException(v *DataLakeUpdateException) *DataLakeUpdateStatus
SetException sets the Exception field's value.
func (*DataLakeUpdateStatus) SetRequestId ¶ added in v1.44.272
func (s *DataLakeUpdateStatus) SetRequestId(v string) *DataLakeUpdateStatus
SetRequestId sets the RequestId field's value.
func (*DataLakeUpdateStatus) SetStatus ¶ added in v1.44.272
func (s *DataLakeUpdateStatus) SetStatus(v string) *DataLakeUpdateStatus
SetStatus sets the Status field's value.
func (DataLakeUpdateStatus) String ¶ added in v1.44.272
func (s DataLakeUpdateStatus) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteAwsLogSourceInput ¶
type DeleteAwsLogSourceInput struct { // Specify the natively-supported Amazon Web Services service to remove as a // source in Security Lake. // // Sources is a required field Sources []*AwsLogSourceConfiguration `locationName:"sources" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (DeleteAwsLogSourceInput) GoString ¶
func (s DeleteAwsLogSourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAwsLogSourceInput) SetSources ¶ added in v1.44.272
func (s *DeleteAwsLogSourceInput) SetSources(v []*AwsLogSourceConfiguration) *DeleteAwsLogSourceInput
SetSources sets the Sources field's value.
func (DeleteAwsLogSourceInput) String ¶
func (s DeleteAwsLogSourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAwsLogSourceInput) Validate ¶
func (s *DeleteAwsLogSourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAwsLogSourceOutput ¶
type DeleteAwsLogSourceOutput struct { // Deletion of the Amazon Web Services sources failed as the account is not // a part of the organization. Failed []*string `locationName:"failed" type:"list"` // contains filtered or unexported fields }
func (DeleteAwsLogSourceOutput) GoString ¶
func (s DeleteAwsLogSourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAwsLogSourceOutput) SetFailed ¶
func (s *DeleteAwsLogSourceOutput) SetFailed(v []*string) *DeleteAwsLogSourceOutput
SetFailed sets the Failed field's value.
func (DeleteAwsLogSourceOutput) String ¶
func (s DeleteAwsLogSourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteCustomLogSourceInput ¶
type DeleteCustomLogSourceInput struct { // The source name of custom log source that you want to delete. // // SourceName is a required field SourceName *string `location:"uri" locationName:"sourceName" min:"1" type:"string" required:"true"` // The source version for the third-party custom source. You can limit the custom // source removal to the specified source version. SourceVersion *string `location:"querystring" locationName:"sourceVersion" min:"1" type:"string"` // contains filtered or unexported fields }
func (DeleteCustomLogSourceInput) GoString ¶
func (s DeleteCustomLogSourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteCustomLogSourceInput) SetSourceName ¶ added in v1.44.272
func (s *DeleteCustomLogSourceInput) SetSourceName(v string) *DeleteCustomLogSourceInput
SetSourceName sets the SourceName field's value.
func (*DeleteCustomLogSourceInput) SetSourceVersion ¶ added in v1.44.272
func (s *DeleteCustomLogSourceInput) SetSourceVersion(v string) *DeleteCustomLogSourceInput
SetSourceVersion sets the SourceVersion field's value.
func (DeleteCustomLogSourceInput) String ¶
func (s DeleteCustomLogSourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteCustomLogSourceInput) Validate ¶
func (s *DeleteCustomLogSourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteCustomLogSourceOutput ¶
type DeleteCustomLogSourceOutput struct {
// contains filtered or unexported fields
}
func (DeleteCustomLogSourceOutput) GoString ¶
func (s DeleteCustomLogSourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteCustomLogSourceOutput) String ¶
func (s DeleteCustomLogSourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteDataLakeExceptionSubscriptionInput ¶ added in v1.44.272
type DeleteDataLakeExceptionSubscriptionInput struct {
// contains filtered or unexported fields
}
func (DeleteDataLakeExceptionSubscriptionInput) GoString ¶ added in v1.44.272
func (s DeleteDataLakeExceptionSubscriptionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteDataLakeExceptionSubscriptionInput) String ¶ added in v1.44.272
func (s DeleteDataLakeExceptionSubscriptionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteDataLakeExceptionSubscriptionOutput ¶ added in v1.44.272
type DeleteDataLakeExceptionSubscriptionOutput struct {
// contains filtered or unexported fields
}
func (DeleteDataLakeExceptionSubscriptionOutput) GoString ¶ added in v1.44.272
func (s DeleteDataLakeExceptionSubscriptionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteDataLakeExceptionSubscriptionOutput) String ¶ added in v1.44.272
func (s DeleteDataLakeExceptionSubscriptionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteDataLakeInput ¶ added in v1.44.272
type DeleteDataLakeInput struct { // The list of Regions where Security Lake is enabled. // // Regions is a required field Regions []*string `locationName:"regions" type:"list" required:"true"` // contains filtered or unexported fields }
func (DeleteDataLakeInput) GoString ¶ added in v1.44.272
func (s DeleteDataLakeInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDataLakeInput) SetRegions ¶ added in v1.44.272
func (s *DeleteDataLakeInput) SetRegions(v []*string) *DeleteDataLakeInput
SetRegions sets the Regions field's value.
func (DeleteDataLakeInput) String ¶ added in v1.44.272
func (s DeleteDataLakeInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDataLakeInput) Validate ¶ added in v1.44.272
func (s *DeleteDataLakeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDataLakeOrganizationConfigurationInput ¶ added in v1.44.272
type DeleteDataLakeOrganizationConfigurationInput struct { // Turns off automatic enablement of Security Lake for member accounts that // are added to an organization. AutoEnableNewAccount []*DataLakeAutoEnableNewAccountConfiguration `locationName:"autoEnableNewAccount" min:"1" type:"list"` // contains filtered or unexported fields }
func (DeleteDataLakeOrganizationConfigurationInput) GoString ¶ added in v1.44.272
func (s DeleteDataLakeOrganizationConfigurationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDataLakeOrganizationConfigurationInput) SetAutoEnableNewAccount ¶ added in v1.44.272
func (s *DeleteDataLakeOrganizationConfigurationInput) SetAutoEnableNewAccount(v []*DataLakeAutoEnableNewAccountConfiguration) *DeleteDataLakeOrganizationConfigurationInput
SetAutoEnableNewAccount sets the AutoEnableNewAccount field's value.
func (DeleteDataLakeOrganizationConfigurationInput) String ¶ added in v1.44.272
func (s DeleteDataLakeOrganizationConfigurationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDataLakeOrganizationConfigurationInput) Validate ¶ added in v1.44.272
func (s *DeleteDataLakeOrganizationConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDataLakeOrganizationConfigurationOutput ¶ added in v1.44.272
type DeleteDataLakeOrganizationConfigurationOutput struct {
// contains filtered or unexported fields
}
func (DeleteDataLakeOrganizationConfigurationOutput) GoString ¶ added in v1.44.272
func (s DeleteDataLakeOrganizationConfigurationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteDataLakeOrganizationConfigurationOutput) String ¶ added in v1.44.272
func (s DeleteDataLakeOrganizationConfigurationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteDataLakeOutput ¶ added in v1.44.272
type DeleteDataLakeOutput struct {
// contains filtered or unexported fields
}
func (DeleteDataLakeOutput) GoString ¶ added in v1.44.272
func (s DeleteDataLakeOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteDataLakeOutput) String ¶ added in v1.44.272
func (s DeleteDataLakeOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteSubscriberInput ¶
type DeleteSubscriberInput struct { // A value created by Security Lake that uniquely identifies your DeleteSubscriber // API request. // // SubscriberId is a required field SubscriberId *string `location:"uri" locationName:"subscriberId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteSubscriberInput) GoString ¶
func (s DeleteSubscriberInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteSubscriberInput) SetSubscriberId ¶ added in v1.44.272
func (s *DeleteSubscriberInput) SetSubscriberId(v string) *DeleteSubscriberInput
SetSubscriberId sets the SubscriberId field's value.
func (DeleteSubscriberInput) String ¶
func (s DeleteSubscriberInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteSubscriberInput) Validate ¶
func (s *DeleteSubscriberInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSubscriberNotificationInput ¶ added in v1.44.272
type DeleteSubscriberNotificationInput struct { // The ID of the Security Lake subscriber account. // // SubscriberId is a required field SubscriberId *string `location:"uri" locationName:"subscriberId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteSubscriberNotificationInput) GoString ¶ added in v1.44.272
func (s DeleteSubscriberNotificationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteSubscriberNotificationInput) SetSubscriberId ¶ added in v1.44.272
func (s *DeleteSubscriberNotificationInput) SetSubscriberId(v string) *DeleteSubscriberNotificationInput
SetSubscriberId sets the SubscriberId field's value.
func (DeleteSubscriberNotificationInput) String ¶ added in v1.44.272
func (s DeleteSubscriberNotificationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteSubscriberNotificationInput) Validate ¶ added in v1.44.272
func (s *DeleteSubscriberNotificationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSubscriberNotificationOutput ¶ added in v1.44.272
type DeleteSubscriberNotificationOutput struct {
// contains filtered or unexported fields
}
func (DeleteSubscriberNotificationOutput) GoString ¶ added in v1.44.272
func (s DeleteSubscriberNotificationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteSubscriberNotificationOutput) String ¶ added in v1.44.272
func (s DeleteSubscriberNotificationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteSubscriberOutput ¶
type DeleteSubscriberOutput struct {
// contains filtered or unexported fields
}
func (DeleteSubscriberOutput) GoString ¶
func (s DeleteSubscriberOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteSubscriberOutput) String ¶
func (s DeleteSubscriberOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeregisterDataLakeDelegatedAdministratorInput ¶ added in v1.44.272
type DeregisterDataLakeDelegatedAdministratorInput struct {
// contains filtered or unexported fields
}
func (DeregisterDataLakeDelegatedAdministratorInput) GoString ¶ added in v1.44.272
func (s DeregisterDataLakeDelegatedAdministratorInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeregisterDataLakeDelegatedAdministratorInput) String ¶ added in v1.44.272
func (s DeregisterDataLakeDelegatedAdministratorInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeregisterDataLakeDelegatedAdministratorOutput ¶ added in v1.44.272
type DeregisterDataLakeDelegatedAdministratorOutput struct {
// contains filtered or unexported fields
}
func (DeregisterDataLakeDelegatedAdministratorOutput) GoString ¶ added in v1.44.272
func (s DeregisterDataLakeDelegatedAdministratorOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeregisterDataLakeDelegatedAdministratorOutput) String ¶ added in v1.44.272
func (s DeregisterDataLakeDelegatedAdministratorOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDataLakeExceptionSubscriptionInput ¶ added in v1.44.272
type GetDataLakeExceptionSubscriptionInput struct {
// contains filtered or unexported fields
}
func (GetDataLakeExceptionSubscriptionInput) GoString ¶ added in v1.44.272
func (s GetDataLakeExceptionSubscriptionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (GetDataLakeExceptionSubscriptionInput) String ¶ added in v1.44.272
func (s GetDataLakeExceptionSubscriptionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDataLakeExceptionSubscriptionOutput ¶ added in v1.44.272
type GetDataLakeExceptionSubscriptionOutput struct { // The expiration period and time-to-live (TTL). ExceptionTimeToLive *int64 `locationName:"exceptionTimeToLive" type:"long"` // The Amazon Web Services account where you receive exception notifications. NotificationEndpoint *string `locationName:"notificationEndpoint" type:"string"` // The subscription protocol to which exception notifications are posted. SubscriptionProtocol *string `locationName:"subscriptionProtocol" type:"string"` // contains filtered or unexported fields }
func (GetDataLakeExceptionSubscriptionOutput) GoString ¶ added in v1.44.272
func (s GetDataLakeExceptionSubscriptionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDataLakeExceptionSubscriptionOutput) SetExceptionTimeToLive ¶ added in v1.44.272
func (s *GetDataLakeExceptionSubscriptionOutput) SetExceptionTimeToLive(v int64) *GetDataLakeExceptionSubscriptionOutput
SetExceptionTimeToLive sets the ExceptionTimeToLive field's value.
func (*GetDataLakeExceptionSubscriptionOutput) SetNotificationEndpoint ¶ added in v1.44.272
func (s *GetDataLakeExceptionSubscriptionOutput) SetNotificationEndpoint(v string) *GetDataLakeExceptionSubscriptionOutput
SetNotificationEndpoint sets the NotificationEndpoint field's value.
func (*GetDataLakeExceptionSubscriptionOutput) SetSubscriptionProtocol ¶ added in v1.44.272
func (s *GetDataLakeExceptionSubscriptionOutput) SetSubscriptionProtocol(v string) *GetDataLakeExceptionSubscriptionOutput
SetSubscriptionProtocol sets the SubscriptionProtocol field's value.
func (GetDataLakeExceptionSubscriptionOutput) String ¶ added in v1.44.272
func (s GetDataLakeExceptionSubscriptionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDataLakeOrganizationConfigurationInput ¶ added in v1.44.272
type GetDataLakeOrganizationConfigurationInput struct {
// contains filtered or unexported fields
}
func (GetDataLakeOrganizationConfigurationInput) GoString ¶ added in v1.44.272
func (s GetDataLakeOrganizationConfigurationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (GetDataLakeOrganizationConfigurationInput) String ¶ added in v1.44.272
func (s GetDataLakeOrganizationConfigurationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDataLakeOrganizationConfigurationOutput ¶ added in v1.44.272
type GetDataLakeOrganizationConfigurationOutput struct { // The configuration for new accounts. AutoEnableNewAccount []*DataLakeAutoEnableNewAccountConfiguration `locationName:"autoEnableNewAccount" min:"1" type:"list"` // contains filtered or unexported fields }
func (GetDataLakeOrganizationConfigurationOutput) GoString ¶ added in v1.44.272
func (s GetDataLakeOrganizationConfigurationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDataLakeOrganizationConfigurationOutput) SetAutoEnableNewAccount ¶ added in v1.44.272
func (s *GetDataLakeOrganizationConfigurationOutput) SetAutoEnableNewAccount(v []*DataLakeAutoEnableNewAccountConfiguration) *GetDataLakeOrganizationConfigurationOutput
SetAutoEnableNewAccount sets the AutoEnableNewAccount field's value.
func (GetDataLakeOrganizationConfigurationOutput) String ¶ added in v1.44.272
func (s GetDataLakeOrganizationConfigurationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDataLakeSourcesInput ¶ added in v1.44.272
type GetDataLakeSourcesInput struct { // The Amazon Web Services account ID for which a static snapshot of the current // Amazon Web Services Region, including enabled accounts and log sources, is // retrieved. Accounts []*string `locationName:"accounts" type:"list"` // The maximum limit of accounts for which the static snapshot of the current // Region, including enabled accounts and log sources, is retrieved. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // Lists if there are more results available. The value of nextToken is a unique // pagination token for each page. Repeat the call using the returned token // to retrieve the next page. Keep all other arguments unchanged. // // Each pagination token expires after 24 hours. Using an expired pagination // token will return an HTTP 400 InvalidToken error. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (GetDataLakeSourcesInput) GoString ¶ added in v1.44.272
func (s GetDataLakeSourcesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDataLakeSourcesInput) SetAccounts ¶ added in v1.44.272
func (s *GetDataLakeSourcesInput) SetAccounts(v []*string) *GetDataLakeSourcesInput
SetAccounts sets the Accounts field's value.
func (*GetDataLakeSourcesInput) SetMaxResults ¶ added in v1.44.272
func (s *GetDataLakeSourcesInput) SetMaxResults(v int64) *GetDataLakeSourcesInput
SetMaxResults sets the MaxResults field's value.
func (*GetDataLakeSourcesInput) SetNextToken ¶ added in v1.44.272
func (s *GetDataLakeSourcesInput) SetNextToken(v string) *GetDataLakeSourcesInput
SetNextToken sets the NextToken field's value.
func (GetDataLakeSourcesInput) String ¶ added in v1.44.272
func (s GetDataLakeSourcesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDataLakeSourcesInput) Validate ¶ added in v1.44.272
func (s *GetDataLakeSourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDataLakeSourcesOutput ¶ added in v1.44.272
type GetDataLakeSourcesOutput struct { // The Amazon Resource Name (ARN) created by you to provide to the subscriber. // For more information about ARNs and how to use them in policies, see the // Amazon Security Lake User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/subscriber-management.html). DataLakeArn *string `locationName:"dataLakeArn" min:"1" type:"string"` // The list of enabled accounts and enabled sources. DataLakeSources []*DataLakeSource `locationName:"dataLakeSources" type:"list"` // Lists if there are more results available. The value of nextToken is a unique // pagination token for each page. Repeat the call using the returned token // to retrieve the next page. Keep all other arguments unchanged. // // Each pagination token expires after 24 hours. Using an expired pagination // token will return an HTTP 400 InvalidToken error. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (GetDataLakeSourcesOutput) GoString ¶ added in v1.44.272
func (s GetDataLakeSourcesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDataLakeSourcesOutput) SetDataLakeArn ¶ added in v1.44.272
func (s *GetDataLakeSourcesOutput) SetDataLakeArn(v string) *GetDataLakeSourcesOutput
SetDataLakeArn sets the DataLakeArn field's value.
func (*GetDataLakeSourcesOutput) SetDataLakeSources ¶ added in v1.44.272
func (s *GetDataLakeSourcesOutput) SetDataLakeSources(v []*DataLakeSource) *GetDataLakeSourcesOutput
SetDataLakeSources sets the DataLakeSources field's value.
func (*GetDataLakeSourcesOutput) SetNextToken ¶ added in v1.44.272
func (s *GetDataLakeSourcesOutput) SetNextToken(v string) *GetDataLakeSourcesOutput
SetNextToken sets the NextToken field's value.
func (GetDataLakeSourcesOutput) String ¶ added in v1.44.272
func (s GetDataLakeSourcesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetSubscriberInput ¶
type GetSubscriberInput struct { // A value created by Amazon Security Lake that uniquely identifies your GetSubscriber // API request. // // SubscriberId is a required field SubscriberId *string `location:"uri" locationName:"subscriberId" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetSubscriberInput) GoString ¶
func (s GetSubscriberInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSubscriberInput) SetSubscriberId ¶ added in v1.44.272
func (s *GetSubscriberInput) SetSubscriberId(v string) *GetSubscriberInput
SetSubscriberId sets the SubscriberId field's value.
func (GetSubscriberInput) String ¶
func (s GetSubscriberInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSubscriberInput) Validate ¶
func (s *GetSubscriberInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSubscriberOutput ¶
type GetSubscriberOutput struct { // The subscriber information for the specified subscriber ID. Subscriber *SubscriberResource `locationName:"subscriber" type:"structure"` // contains filtered or unexported fields }
func (GetSubscriberOutput) GoString ¶
func (s GetSubscriberOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSubscriberOutput) SetSubscriber ¶
func (s *GetSubscriberOutput) SetSubscriber(v *SubscriberResource) *GetSubscriberOutput
SetSubscriber sets the Subscriber field's value.
func (GetSubscriberOutput) String ¶
func (s GetSubscriberOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type HttpsNotificationConfiguration ¶ added in v1.44.272
type HttpsNotificationConfiguration struct { // The key name for the notification subscription. AuthorizationApiKeyName *string `locationName:"authorizationApiKeyName" type:"string"` // The key value for the notification subscription. AuthorizationApiKeyValue *string `locationName:"authorizationApiKeyValue" type:"string"` // The subscription endpoint in Security Lake. If you prefer notification with // an HTTPs endpoint, populate this field. // // Endpoint is a required field Endpoint *string `locationName:"endpoint" type:"string" required:"true"` // The HTTPS method used for the notification subscription. HttpMethod *string `locationName:"httpMethod" type:"string" enum:"HttpMethod"` // The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role // that you created. For more information about ARNs and how to use them in // policies, see Managing data access (https://docs.aws.amazon.com//security-lake/latest/userguide/subscriber-data-access.html) // and Amazon Web Services Managed Policies (https://docs.aws.amazon.com/security-lake/latest/userguide/security-iam-awsmanpol.html) // in the Amazon Security Lake User Guide. // // TargetRoleArn is a required field TargetRoleArn *string `locationName:"targetRoleArn" type:"string" required:"true"` // contains filtered or unexported fields }
The configurations for HTTPS subscriber notification.
func (HttpsNotificationConfiguration) GoString ¶ added in v1.44.272
func (s HttpsNotificationConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*HttpsNotificationConfiguration) SetAuthorizationApiKeyName ¶ added in v1.44.272
func (s *HttpsNotificationConfiguration) SetAuthorizationApiKeyName(v string) *HttpsNotificationConfiguration
SetAuthorizationApiKeyName sets the AuthorizationApiKeyName field's value.
func (*HttpsNotificationConfiguration) SetAuthorizationApiKeyValue ¶ added in v1.44.272
func (s *HttpsNotificationConfiguration) SetAuthorizationApiKeyValue(v string) *HttpsNotificationConfiguration
SetAuthorizationApiKeyValue sets the AuthorizationApiKeyValue field's value.
func (*HttpsNotificationConfiguration) SetEndpoint ¶ added in v1.44.272
func (s *HttpsNotificationConfiguration) SetEndpoint(v string) *HttpsNotificationConfiguration
SetEndpoint sets the Endpoint field's value.
func (*HttpsNotificationConfiguration) SetHttpMethod ¶ added in v1.44.272
func (s *HttpsNotificationConfiguration) SetHttpMethod(v string) *HttpsNotificationConfiguration
SetHttpMethod sets the HttpMethod field's value.
func (*HttpsNotificationConfiguration) SetTargetRoleArn ¶ added in v1.44.272
func (s *HttpsNotificationConfiguration) SetTargetRoleArn(v string) *HttpsNotificationConfiguration
SetTargetRoleArn sets the TargetRoleArn field's value.
func (HttpsNotificationConfiguration) String ¶ added in v1.44.272
func (s HttpsNotificationConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*HttpsNotificationConfiguration) Validate ¶ added in v1.44.272
func (s *HttpsNotificationConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InternalServerException ¶
type InternalServerException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
func (*InternalServerException) Code ¶
func (s *InternalServerException) Code() string
Code returns the exception type name.
func (*InternalServerException) Error ¶
func (s *InternalServerException) Error() string
func (InternalServerException) GoString ¶
func (s InternalServerException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InternalServerException) Message ¶
func (s *InternalServerException) Message() string
Message returns the exception's message.
func (*InternalServerException) OrigErr ¶
func (s *InternalServerException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InternalServerException) RequestID ¶
func (s *InternalServerException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InternalServerException) StatusCode ¶
func (s *InternalServerException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InternalServerException) String ¶
func (s InternalServerException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListDataLakeExceptionsInput ¶ added in v1.44.272
type ListDataLakeExceptionsInput struct { // List the maximum number of failures in Security Lake. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // List if there are more results available. The value of nextToken is a unique // pagination token for each page. Repeat the call using the returned token // to retrieve the next page. Keep all other arguments unchanged. // // Each pagination token expires after 24 hours. Using an expired pagination // token will return an HTTP 400 InvalidToken error. NextToken *string `locationName:"nextToken" type:"string"` // The Amazon Web Services Regions from which exceptions are retrieved. Regions []*string `locationName:"regions" type:"list"` // contains filtered or unexported fields }
func (ListDataLakeExceptionsInput) GoString ¶ added in v1.44.272
func (s ListDataLakeExceptionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDataLakeExceptionsInput) SetMaxResults ¶ added in v1.44.272
func (s *ListDataLakeExceptionsInput) SetMaxResults(v int64) *ListDataLakeExceptionsInput
SetMaxResults sets the MaxResults field's value.
func (*ListDataLakeExceptionsInput) SetNextToken ¶ added in v1.44.272
func (s *ListDataLakeExceptionsInput) SetNextToken(v string) *ListDataLakeExceptionsInput
SetNextToken sets the NextToken field's value.
func (*ListDataLakeExceptionsInput) SetRegions ¶ added in v1.44.272
func (s *ListDataLakeExceptionsInput) SetRegions(v []*string) *ListDataLakeExceptionsInput
SetRegions sets the Regions field's value.
func (ListDataLakeExceptionsInput) String ¶ added in v1.44.272
func (s ListDataLakeExceptionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDataLakeExceptionsInput) Validate ¶ added in v1.44.272
func (s *ListDataLakeExceptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDataLakeExceptionsOutput ¶ added in v1.44.272
type ListDataLakeExceptionsOutput struct { // Lists the failures that cannot be retried in the current Region. Exceptions []*DataLakeException `locationName:"exceptions" type:"list"` // List if there are more results available. The value of nextToken is a unique // pagination token for each page. Repeat the call using the returned token // to retrieve the next page. Keep all other arguments unchanged. // // Each pagination token expires after 24 hours. Using an expired pagination // token will return an HTTP 400 InvalidToken error. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListDataLakeExceptionsOutput) GoString ¶ added in v1.44.272
func (s ListDataLakeExceptionsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDataLakeExceptionsOutput) SetExceptions ¶ added in v1.44.272
func (s *ListDataLakeExceptionsOutput) SetExceptions(v []*DataLakeException) *ListDataLakeExceptionsOutput
SetExceptions sets the Exceptions field's value.
func (*ListDataLakeExceptionsOutput) SetNextToken ¶ added in v1.44.272
func (s *ListDataLakeExceptionsOutput) SetNextToken(v string) *ListDataLakeExceptionsOutput
SetNextToken sets the NextToken field's value.
func (ListDataLakeExceptionsOutput) String ¶ added in v1.44.272
func (s ListDataLakeExceptionsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListDataLakesInput ¶ added in v1.44.272
type ListDataLakesInput struct { // The list of Regions where Security Lake is enabled. Regions []*string `location:"querystring" locationName:"regions" type:"list"` // contains filtered or unexported fields }
func (ListDataLakesInput) GoString ¶ added in v1.44.272
func (s ListDataLakesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDataLakesInput) SetRegions ¶ added in v1.44.272
func (s *ListDataLakesInput) SetRegions(v []*string) *ListDataLakesInput
SetRegions sets the Regions field's value.
func (ListDataLakesInput) String ¶ added in v1.44.272
func (s ListDataLakesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListDataLakesOutput ¶ added in v1.44.272
type ListDataLakesOutput struct { // Retrieves the Security Lake configuration object. DataLakes []*DataLakeResource `locationName:"dataLakes" type:"list"` // contains filtered or unexported fields }
func (ListDataLakesOutput) GoString ¶ added in v1.44.272
func (s ListDataLakesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDataLakesOutput) SetDataLakes ¶ added in v1.44.272
func (s *ListDataLakesOutput) SetDataLakes(v []*DataLakeResource) *ListDataLakesOutput
SetDataLakes sets the DataLakes field's value.
func (ListDataLakesOutput) String ¶ added in v1.44.272
func (s ListDataLakesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListLogSourcesInput ¶
type ListLogSourcesInput struct { // The list of Amazon Web Services accounts for which log sources are displayed. Accounts []*string `locationName:"accounts" type:"list"` // The maximum number of accounts for which the log sources are displayed. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // If nextToken is returned, there are more results available. You can repeat // the call using the returned token to retrieve the next page. NextToken *string `locationName:"nextToken" type:"string"` // The list of Regions for which log sources are displayed. Regions []*string `locationName:"regions" type:"list"` // The list of sources for which log sources are displayed. Sources []*LogSourceResource `locationName:"sources" type:"list"` // contains filtered or unexported fields }
func (ListLogSourcesInput) GoString ¶
func (s ListLogSourcesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListLogSourcesInput) SetAccounts ¶ added in v1.44.272
func (s *ListLogSourcesInput) SetAccounts(v []*string) *ListLogSourcesInput
SetAccounts sets the Accounts field's value.
func (*ListLogSourcesInput) SetMaxResults ¶
func (s *ListLogSourcesInput) SetMaxResults(v int64) *ListLogSourcesInput
SetMaxResults sets the MaxResults field's value.
func (*ListLogSourcesInput) SetNextToken ¶
func (s *ListLogSourcesInput) SetNextToken(v string) *ListLogSourcesInput
SetNextToken sets the NextToken field's value.
func (*ListLogSourcesInput) SetRegions ¶ added in v1.44.272
func (s *ListLogSourcesInput) SetRegions(v []*string) *ListLogSourcesInput
SetRegions sets the Regions field's value.
func (*ListLogSourcesInput) SetSources ¶ added in v1.44.272
func (s *ListLogSourcesInput) SetSources(v []*LogSourceResource) *ListLogSourcesInput
SetSources sets the Sources field's value.
func (ListLogSourcesInput) String ¶
func (s ListLogSourcesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListLogSourcesInput) Validate ¶ added in v1.44.272
func (s *ListLogSourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListLogSourcesOutput ¶
type ListLogSourcesOutput struct { // If nextToken is returned, there are more results available. You can repeat // the call using the returned token to retrieve the next page. NextToken *string `locationName:"nextToken" type:"string"` // The list of log sources in your organization that send data to the data lake. Sources []*LogSource `locationName:"sources" type:"list"` // contains filtered or unexported fields }
func (ListLogSourcesOutput) GoString ¶
func (s ListLogSourcesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListLogSourcesOutput) SetNextToken ¶
func (s *ListLogSourcesOutput) SetNextToken(v string) *ListLogSourcesOutput
SetNextToken sets the NextToken field's value.
func (*ListLogSourcesOutput) SetSources ¶ added in v1.44.272
func (s *ListLogSourcesOutput) SetSources(v []*LogSource) *ListLogSourcesOutput
SetSources sets the Sources field's value.
func (ListLogSourcesOutput) String ¶
func (s ListLogSourcesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListSubscribersInput ¶
type ListSubscribersInput struct { // The maximum number of accounts for which the configuration is displayed. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // If nextToken is returned, there are more results available. You can repeat // the call using the returned token to retrieve the next page. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListSubscribersInput) GoString ¶
func (s ListSubscribersInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListSubscribersInput) SetMaxResults ¶
func (s *ListSubscribersInput) SetMaxResults(v int64) *ListSubscribersInput
SetMaxResults sets the MaxResults field's value.
func (*ListSubscribersInput) SetNextToken ¶
func (s *ListSubscribersInput) SetNextToken(v string) *ListSubscribersInput
SetNextToken sets the NextToken field's value.
func (ListSubscribersInput) String ¶
func (s ListSubscribersInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListSubscribersInput) Validate ¶ added in v1.44.272
func (s *ListSubscribersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListSubscribersOutput ¶
type ListSubscribersOutput struct { // If nextToken is returned, there are more results available. You can repeat // the call using the returned token to retrieve the next page. NextToken *string `locationName:"nextToken" type:"string"` // The subscribers available for the specified Security Lake account ID. Subscribers []*SubscriberResource `locationName:"subscribers" type:"list"` // contains filtered or unexported fields }
func (ListSubscribersOutput) GoString ¶
func (s ListSubscribersOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListSubscribersOutput) SetNextToken ¶
func (s *ListSubscribersOutput) SetNextToken(v string) *ListSubscribersOutput
SetNextToken sets the NextToken field's value.
func (*ListSubscribersOutput) SetSubscribers ¶
func (s *ListSubscribersOutput) SetSubscribers(v []*SubscriberResource) *ListSubscribersOutput
SetSubscribers sets the Subscribers field's value.
func (ListSubscribersOutput) String ¶
func (s ListSubscribersOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListTagsForResourceInput ¶ added in v1.44.305
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) of the Amazon Security Lake resource for which // you want to retrieve the tags. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTagsForResourceInput) GoString ¶ added in v1.44.305
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) SetResourceArn ¶ added in v1.44.305
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (ListTagsForResourceInput) String ¶ added in v1.44.305
func (s ListTagsForResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) Validate ¶ added in v1.44.305
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶ added in v1.44.305
type ListTagsForResourceOutput struct { // An array of objects, one for each tag (key and value) that’s associated // with the Amazon Security Lake resource. Tags []*Tag `locationName:"tags" type:"list"` // contains filtered or unexported fields }
func (ListTagsForResourceOutput) GoString ¶ added in v1.44.305
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceOutput) SetTags ¶ added in v1.44.305
func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (ListTagsForResourceOutput) String ¶ added in v1.44.305
func (s ListTagsForResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type LogSource ¶ added in v1.44.272
type LogSource struct { // Specify the account from which you want to collect logs. Account *string `locationName:"account" min:"12" type:"string"` // Specify the Regions from which you want to collect logs. Region *string `locationName:"region" type:"string"` // Specify the sources from which you want to collect logs. Sources []*LogSourceResource `locationName:"sources" type:"list"` // contains filtered or unexported fields }
Amazon Security Lake can collect logs and events from natively-supported Amazon Web Services services and custom sources.
func (LogSource) GoString ¶ added in v1.44.272
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LogSource) SetAccount ¶ added in v1.44.272
SetAccount sets the Account field's value.
func (*LogSource) SetSources ¶ added in v1.44.272
func (s *LogSource) SetSources(v []*LogSourceResource) *LogSource
SetSources sets the Sources field's value.
type LogSourceResource ¶ added in v1.44.272
type LogSourceResource struct { // Amazon Security Lake supports log and event collection for natively supported // Amazon Web Services. For more information, see the Amazon Security Lake User // Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html). AwsLogSource *AwsLogSourceResource `locationName:"awsLogSource" type:"structure"` // Amazon Security Lake supports custom source types. For more information, // see the Amazon Security Lake User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/custom-sources.html). CustomLogSource *CustomLogSourceResource `locationName:"customLogSource" type:"structure"` // contains filtered or unexported fields }
The supported source types from which logs and events are collected in Amazon Security Lake. For a list of supported Amazon Web Services, see the Amazon Security Lake User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html).
func (LogSourceResource) GoString ¶ added in v1.44.272
func (s LogSourceResource) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LogSourceResource) SetAwsLogSource ¶ added in v1.44.272
func (s *LogSourceResource) SetAwsLogSource(v *AwsLogSourceResource) *LogSourceResource
SetAwsLogSource sets the AwsLogSource field's value.
func (*LogSourceResource) SetCustomLogSource ¶ added in v1.44.272
func (s *LogSourceResource) SetCustomLogSource(v *CustomLogSourceResource) *LogSourceResource
SetCustomLogSource sets the CustomLogSource field's value.
func (LogSourceResource) String ¶ added in v1.44.272
func (s LogSourceResource) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LogSourceResource) Validate ¶ added in v1.44.272
func (s *LogSourceResource) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type NotificationConfiguration ¶ added in v1.44.272
type NotificationConfiguration struct { // The configurations for HTTPS subscriber notification. HttpsNotificationConfiguration *HttpsNotificationConfiguration `locationName:"httpsNotificationConfiguration" type:"structure"` // The configurations for SQS subscriber notification. SqsNotificationConfiguration *SqsNotificationConfiguration `locationName:"sqsNotificationConfiguration" type:"structure"` // contains filtered or unexported fields }
Specify the configurations you want to use for subscriber notification to notify the subscriber when new data is written to the data lake for sources that the subscriber consumes in Security Lake.
func (NotificationConfiguration) GoString ¶ added in v1.44.272
func (s NotificationConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NotificationConfiguration) SetHttpsNotificationConfiguration ¶ added in v1.44.272
func (s *NotificationConfiguration) SetHttpsNotificationConfiguration(v *HttpsNotificationConfiguration) *NotificationConfiguration
SetHttpsNotificationConfiguration sets the HttpsNotificationConfiguration field's value.
func (*NotificationConfiguration) SetSqsNotificationConfiguration ¶ added in v1.44.272
func (s *NotificationConfiguration) SetSqsNotificationConfiguration(v *SqsNotificationConfiguration) *NotificationConfiguration
SetSqsNotificationConfiguration sets the SqsNotificationConfiguration field's value.
func (NotificationConfiguration) String ¶ added in v1.44.272
func (s NotificationConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NotificationConfiguration) Validate ¶ added in v1.44.272
func (s *NotificationConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RegisterDataLakeDelegatedAdministratorInput ¶ added in v1.44.272
type RegisterDataLakeDelegatedAdministratorInput struct { // The Amazon Web Services account ID of the Security Lake delegated administrator. // // AccountId is a required field AccountId *string `locationName:"accountId" type:"string" required:"true"` // contains filtered or unexported fields }
func (RegisterDataLakeDelegatedAdministratorInput) GoString ¶ added in v1.44.272
func (s RegisterDataLakeDelegatedAdministratorInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RegisterDataLakeDelegatedAdministratorInput) SetAccountId ¶ added in v1.44.272
func (s *RegisterDataLakeDelegatedAdministratorInput) SetAccountId(v string) *RegisterDataLakeDelegatedAdministratorInput
SetAccountId sets the AccountId field's value.
func (RegisterDataLakeDelegatedAdministratorInput) String ¶ added in v1.44.272
func (s RegisterDataLakeDelegatedAdministratorInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RegisterDataLakeDelegatedAdministratorInput) Validate ¶ added in v1.44.272
func (s *RegisterDataLakeDelegatedAdministratorInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RegisterDataLakeDelegatedAdministratorOutput ¶ added in v1.44.272
type RegisterDataLakeDelegatedAdministratorOutput struct {
// contains filtered or unexported fields
}
func (RegisterDataLakeDelegatedAdministratorOutput) GoString ¶ added in v1.44.272
func (s RegisterDataLakeDelegatedAdministratorOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (RegisterDataLakeDelegatedAdministratorOutput) String ¶ added in v1.44.272
func (s RegisterDataLakeDelegatedAdministratorOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceNotFoundException ¶
type ResourceNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // The name of the resource that could not be found. ResourceName *string `locationName:"resourceName" type:"string"` // The type of the resource that could not be found. ResourceType *string `locationName:"resourceType" type:"string"` // contains filtered or unexported fields }
The resource could not be found.
func (*ResourceNotFoundException) Code ¶
func (s *ResourceNotFoundException) Code() string
Code returns the exception type name.
func (*ResourceNotFoundException) Error ¶
func (s *ResourceNotFoundException) Error() string
func (ResourceNotFoundException) GoString ¶
func (s ResourceNotFoundException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceNotFoundException) Message ¶
func (s *ResourceNotFoundException) Message() string
Message returns the exception's message.
func (*ResourceNotFoundException) OrigErr ¶
func (s *ResourceNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceNotFoundException) RequestID ¶
func (s *ResourceNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceNotFoundException) StatusCode ¶
func (s *ResourceNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceNotFoundException) String ¶
func (s ResourceNotFoundException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SecurityLake ¶
SecurityLake provides the API operation methods for making requests to Amazon Security Lake. See this package's package overview docs for details on the service.
SecurityLake methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *SecurityLake
New creates a new instance of the SecurityLake client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a SecurityLake client from just a session. svc := securitylake.New(mySession) // Create a SecurityLake client with additional configuration svc := securitylake.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*SecurityLake) CreateAwsLogSource ¶
func (c *SecurityLake) CreateAwsLogSource(input *CreateAwsLogSourceInput) (*CreateAwsLogSourceOutput, error)
CreateAwsLogSource API operation for Amazon Security Lake.
Adds a natively supported Amazon Web Service as an Amazon Security Lake source. Enables source types for member accounts in required Amazon Web Services Regions, based on the parameters you specify. You can choose any source type in any Region for either accounts that are part of a trusted organization or standalone accounts. Once you add an Amazon Web Service as a source, Security Lake starts collecting logs and events from it.
You can use this API only to enable natively supported Amazon Web Services as a source. Use CreateCustomLogSource to enable data collection from a custom source.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation CreateAwsLogSource for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateAwsLogSource
func (*SecurityLake) CreateAwsLogSourceRequest ¶
func (c *SecurityLake) CreateAwsLogSourceRequest(input *CreateAwsLogSourceInput) (req *request.Request, output *CreateAwsLogSourceOutput)
CreateAwsLogSourceRequest generates a "aws/request.Request" representing the client's request for the CreateAwsLogSource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateAwsLogSource for more information on using the CreateAwsLogSource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateAwsLogSourceRequest method. req, resp := client.CreateAwsLogSourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateAwsLogSource
func (*SecurityLake) CreateAwsLogSourceWithContext ¶
func (c *SecurityLake) CreateAwsLogSourceWithContext(ctx aws.Context, input *CreateAwsLogSourceInput, opts ...request.Option) (*CreateAwsLogSourceOutput, error)
CreateAwsLogSourceWithContext is the same as CreateAwsLogSource with the addition of the ability to pass a context and additional request options.
See CreateAwsLogSource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) CreateCustomLogSource ¶
func (c *SecurityLake) CreateCustomLogSource(input *CreateCustomLogSourceInput) (*CreateCustomLogSourceOutput, error)
CreateCustomLogSource API operation for Amazon Security Lake.
Adds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region where you want to create a custom source. Security Lake can collect logs and events from third-party custom sources. After creating the appropriate IAM role to invoke Glue crawler, use this API to add a custom source name in Security Lake. This operation creates a partition in the Amazon S3 bucket for Security Lake as the target location for log files from the custom source. In addition, this operation also creates an associated Glue table and an Glue crawler.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation CreateCustomLogSource for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateCustomLogSource
func (*SecurityLake) CreateCustomLogSourceRequest ¶
func (c *SecurityLake) CreateCustomLogSourceRequest(input *CreateCustomLogSourceInput) (req *request.Request, output *CreateCustomLogSourceOutput)
CreateCustomLogSourceRequest generates a "aws/request.Request" representing the client's request for the CreateCustomLogSource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateCustomLogSource for more information on using the CreateCustomLogSource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateCustomLogSourceRequest method. req, resp := client.CreateCustomLogSourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateCustomLogSource
func (*SecurityLake) CreateCustomLogSourceWithContext ¶
func (c *SecurityLake) CreateCustomLogSourceWithContext(ctx aws.Context, input *CreateCustomLogSourceInput, opts ...request.Option) (*CreateCustomLogSourceOutput, error)
CreateCustomLogSourceWithContext is the same as CreateCustomLogSource with the addition of the ability to pass a context and additional request options.
See CreateCustomLogSource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) CreateDataLake ¶ added in v1.44.272
func (c *SecurityLake) CreateDataLake(input *CreateDataLakeInput) (*CreateDataLakeOutput, error)
CreateDataLake API operation for Amazon Security Lake.
Initializes an Amazon Security Lake instance with the provided (or default) configuration. You can enable Security Lake in Amazon Web Services Regions with customized settings before enabling log collection in Regions. To specify particular Regions, configure these Regions using the configurations parameter. If you have already enabled Security Lake in a Region when you call this command, the command will update the Region if you provide new configuration parameters. If you have not already enabled Security Lake in the Region when you call this API, it will set up the data lake in the Region with the specified configurations.
When you enable Security Lake, it starts ingesting security data after the CreateAwsLogSource call. This includes ingesting security data from sources, storing data, and making data accessible to subscribers. Security Lake also enables all the existing settings and resources that it stores or maintains for your Amazon Web Services account in the current Region, including security log and event data. For more information, see the Amazon Security Lake User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/what-is-security-lake.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation CreateDataLake for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDataLake
func (*SecurityLake) CreateDataLakeExceptionSubscription ¶ added in v1.44.272
func (c *SecurityLake) CreateDataLakeExceptionSubscription(input *CreateDataLakeExceptionSubscriptionInput) (*CreateDataLakeExceptionSubscriptionOutput, error)
CreateDataLakeExceptionSubscription API operation for Amazon Security Lake.
Creates the specified notification subscription in Amazon Security Lake for the organization you specify.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation CreateDataLakeExceptionSubscription for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDataLakeExceptionSubscription
func (*SecurityLake) CreateDataLakeExceptionSubscriptionRequest ¶ added in v1.44.272
func (c *SecurityLake) CreateDataLakeExceptionSubscriptionRequest(input *CreateDataLakeExceptionSubscriptionInput) (req *request.Request, output *CreateDataLakeExceptionSubscriptionOutput)
CreateDataLakeExceptionSubscriptionRequest generates a "aws/request.Request" representing the client's request for the CreateDataLakeExceptionSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDataLakeExceptionSubscription for more information on using the CreateDataLakeExceptionSubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDataLakeExceptionSubscriptionRequest method. req, resp := client.CreateDataLakeExceptionSubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDataLakeExceptionSubscription
func (*SecurityLake) CreateDataLakeExceptionSubscriptionWithContext ¶ added in v1.44.272
func (c *SecurityLake) CreateDataLakeExceptionSubscriptionWithContext(ctx aws.Context, input *CreateDataLakeExceptionSubscriptionInput, opts ...request.Option) (*CreateDataLakeExceptionSubscriptionOutput, error)
CreateDataLakeExceptionSubscriptionWithContext is the same as CreateDataLakeExceptionSubscription with the addition of the ability to pass a context and additional request options.
See CreateDataLakeExceptionSubscription for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) CreateDataLakeOrganizationConfiguration ¶ added in v1.44.272
func (c *SecurityLake) CreateDataLakeOrganizationConfiguration(input *CreateDataLakeOrganizationConfigurationInput) (*CreateDataLakeOrganizationConfigurationOutput, error)
CreateDataLakeOrganizationConfiguration API operation for Amazon Security Lake.
Automatically enables Amazon Security Lake for new member accounts in your organization. Security Lake is not automatically enabled for any existing member accounts in your organization.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation CreateDataLakeOrganizationConfiguration for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
func (*SecurityLake) CreateDataLakeOrganizationConfigurationRequest ¶ added in v1.44.272
func (c *SecurityLake) CreateDataLakeOrganizationConfigurationRequest(input *CreateDataLakeOrganizationConfigurationInput) (req *request.Request, output *CreateDataLakeOrganizationConfigurationOutput)
CreateDataLakeOrganizationConfigurationRequest generates a "aws/request.Request" representing the client's request for the CreateDataLakeOrganizationConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDataLakeOrganizationConfiguration for more information on using the CreateDataLakeOrganizationConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDataLakeOrganizationConfigurationRequest method. req, resp := client.CreateDataLakeOrganizationConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*SecurityLake) CreateDataLakeOrganizationConfigurationWithContext ¶ added in v1.44.272
func (c *SecurityLake) CreateDataLakeOrganizationConfigurationWithContext(ctx aws.Context, input *CreateDataLakeOrganizationConfigurationInput, opts ...request.Option) (*CreateDataLakeOrganizationConfigurationOutput, error)
CreateDataLakeOrganizationConfigurationWithContext is the same as CreateDataLakeOrganizationConfiguration with the addition of the ability to pass a context and additional request options.
See CreateDataLakeOrganizationConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) CreateDataLakeRequest ¶ added in v1.44.272
func (c *SecurityLake) CreateDataLakeRequest(input *CreateDataLakeInput) (req *request.Request, output *CreateDataLakeOutput)
CreateDataLakeRequest generates a "aws/request.Request" representing the client's request for the CreateDataLake operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDataLake for more information on using the CreateDataLake API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDataLakeRequest method. req, resp := client.CreateDataLakeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDataLake
func (*SecurityLake) CreateDataLakeWithContext ¶ added in v1.44.272
func (c *SecurityLake) CreateDataLakeWithContext(ctx aws.Context, input *CreateDataLakeInput, opts ...request.Option) (*CreateDataLakeOutput, error)
CreateDataLakeWithContext is the same as CreateDataLake with the addition of the ability to pass a context and additional request options.
See CreateDataLake for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) CreateSubscriber ¶
func (c *SecurityLake) CreateSubscriber(input *CreateSubscriberInput) (*CreateSubscriberOutput, error)
CreateSubscriber API operation for Amazon Security Lake.
Creates a subscription permission for accounts that are already enabled in Amazon Security Lake. You can create a subscriber with access to data in the current Amazon Web Services Region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation CreateSubscriber for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateSubscriber
func (*SecurityLake) CreateSubscriberNotification ¶ added in v1.44.272
func (c *SecurityLake) CreateSubscriberNotification(input *CreateSubscriberNotificationInput) (*CreateSubscriberNotificationOutput, error)
CreateSubscriberNotification API operation for Amazon Security Lake.
Notifies the subscriber when new data is written to the data lake for the sources that the subscriber consumes in Security Lake. You can create only one subscriber notification per subscriber.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation CreateSubscriberNotification for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateSubscriberNotification
func (*SecurityLake) CreateSubscriberNotificationRequest ¶ added in v1.44.272
func (c *SecurityLake) CreateSubscriberNotificationRequest(input *CreateSubscriberNotificationInput) (req *request.Request, output *CreateSubscriberNotificationOutput)
CreateSubscriberNotificationRequest generates a "aws/request.Request" representing the client's request for the CreateSubscriberNotification operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateSubscriberNotification for more information on using the CreateSubscriberNotification API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateSubscriberNotificationRequest method. req, resp := client.CreateSubscriberNotificationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateSubscriberNotification
func (*SecurityLake) CreateSubscriberNotificationWithContext ¶ added in v1.44.272
func (c *SecurityLake) CreateSubscriberNotificationWithContext(ctx aws.Context, input *CreateSubscriberNotificationInput, opts ...request.Option) (*CreateSubscriberNotificationOutput, error)
CreateSubscriberNotificationWithContext is the same as CreateSubscriberNotification with the addition of the ability to pass a context and additional request options.
See CreateSubscriberNotification for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) CreateSubscriberRequest ¶
func (c *SecurityLake) CreateSubscriberRequest(input *CreateSubscriberInput) (req *request.Request, output *CreateSubscriberOutput)
CreateSubscriberRequest generates a "aws/request.Request" representing the client's request for the CreateSubscriber operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateSubscriber for more information on using the CreateSubscriber API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateSubscriberRequest method. req, resp := client.CreateSubscriberRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateSubscriber
func (*SecurityLake) CreateSubscriberWithContext ¶
func (c *SecurityLake) CreateSubscriberWithContext(ctx aws.Context, input *CreateSubscriberInput, opts ...request.Option) (*CreateSubscriberOutput, error)
CreateSubscriberWithContext is the same as CreateSubscriber with the addition of the ability to pass a context and additional request options.
See CreateSubscriber for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) DeleteAwsLogSource ¶
func (c *SecurityLake) DeleteAwsLogSource(input *DeleteAwsLogSourceInput) (*DeleteAwsLogSourceOutput, error)
DeleteAwsLogSource API operation for Amazon Security Lake.
Removes a natively supported Amazon Web Service as an Amazon Security Lake source. You can remove a source for one or more Regions. When you remove the source, Security Lake stops collecting data from that source in the specified Regions and accounts, and subscribers can no longer consume new data from the source. However, subscribers can still consume data that Security Lake collected from the source before removal.
You can choose any source type in any Amazon Web Services Region for either accounts that are part of a trusted organization or standalone accounts.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation DeleteAwsLogSource for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteAwsLogSource
func (*SecurityLake) DeleteAwsLogSourceRequest ¶
func (c *SecurityLake) DeleteAwsLogSourceRequest(input *DeleteAwsLogSourceInput) (req *request.Request, output *DeleteAwsLogSourceOutput)
DeleteAwsLogSourceRequest generates a "aws/request.Request" representing the client's request for the DeleteAwsLogSource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteAwsLogSource for more information on using the DeleteAwsLogSource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteAwsLogSourceRequest method. req, resp := client.DeleteAwsLogSourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteAwsLogSource
func (*SecurityLake) DeleteAwsLogSourceWithContext ¶
func (c *SecurityLake) DeleteAwsLogSourceWithContext(ctx aws.Context, input *DeleteAwsLogSourceInput, opts ...request.Option) (*DeleteAwsLogSourceOutput, error)
DeleteAwsLogSourceWithContext is the same as DeleteAwsLogSource with the addition of the ability to pass a context and additional request options.
See DeleteAwsLogSource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) DeleteCustomLogSource ¶
func (c *SecurityLake) DeleteCustomLogSource(input *DeleteCustomLogSourceInput) (*DeleteCustomLogSourceOutput, error)
DeleteCustomLogSource API operation for Amazon Security Lake.
Removes a custom log source from Amazon Security Lake, to stop sending data from the custom source to Security Lake.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation DeleteCustomLogSource for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteCustomLogSource
func (*SecurityLake) DeleteCustomLogSourceRequest ¶
func (c *SecurityLake) DeleteCustomLogSourceRequest(input *DeleteCustomLogSourceInput) (req *request.Request, output *DeleteCustomLogSourceOutput)
DeleteCustomLogSourceRequest generates a "aws/request.Request" representing the client's request for the DeleteCustomLogSource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteCustomLogSource for more information on using the DeleteCustomLogSource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteCustomLogSourceRequest method. req, resp := client.DeleteCustomLogSourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteCustomLogSource
func (*SecurityLake) DeleteCustomLogSourceWithContext ¶
func (c *SecurityLake) DeleteCustomLogSourceWithContext(ctx aws.Context, input *DeleteCustomLogSourceInput, opts ...request.Option) (*DeleteCustomLogSourceOutput, error)
DeleteCustomLogSourceWithContext is the same as DeleteCustomLogSource with the addition of the ability to pass a context and additional request options.
See DeleteCustomLogSource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) DeleteDataLake ¶ added in v1.44.272
func (c *SecurityLake) DeleteDataLake(input *DeleteDataLakeInput) (*DeleteDataLakeOutput, error)
DeleteDataLake API operation for Amazon Security Lake.
When you disable Amazon Security Lake from your account, Security Lake is disabled in all Amazon Web Services Regions and it stops collecting data from your sources. Also, this API automatically takes steps to remove the account from Security Lake. However, Security Lake retains all of your existing settings and the resources that it created in your Amazon Web Services account in the current Amazon Web Services Region.
The DeleteDataLake operation does not delete the data that is stored in your Amazon S3 bucket, which is owned by your Amazon Web Services account. For more information, see the Amazon Security Lake User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/disable-security-lake.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation DeleteDataLake for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDataLake
func (*SecurityLake) DeleteDataLakeExceptionSubscription ¶ added in v1.44.272
func (c *SecurityLake) DeleteDataLakeExceptionSubscription(input *DeleteDataLakeExceptionSubscriptionInput) (*DeleteDataLakeExceptionSubscriptionOutput, error)
DeleteDataLakeExceptionSubscription API operation for Amazon Security Lake.
Deletes the specified notification subscription in Amazon Security Lake for the organization you specify.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation DeleteDataLakeExceptionSubscription for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDataLakeExceptionSubscription
func (*SecurityLake) DeleteDataLakeExceptionSubscriptionRequest ¶ added in v1.44.272
func (c *SecurityLake) DeleteDataLakeExceptionSubscriptionRequest(input *DeleteDataLakeExceptionSubscriptionInput) (req *request.Request, output *DeleteDataLakeExceptionSubscriptionOutput)
DeleteDataLakeExceptionSubscriptionRequest generates a "aws/request.Request" representing the client's request for the DeleteDataLakeExceptionSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDataLakeExceptionSubscription for more information on using the DeleteDataLakeExceptionSubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDataLakeExceptionSubscriptionRequest method. req, resp := client.DeleteDataLakeExceptionSubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDataLakeExceptionSubscription
func (*SecurityLake) DeleteDataLakeExceptionSubscriptionWithContext ¶ added in v1.44.272
func (c *SecurityLake) DeleteDataLakeExceptionSubscriptionWithContext(ctx aws.Context, input *DeleteDataLakeExceptionSubscriptionInput, opts ...request.Option) (*DeleteDataLakeExceptionSubscriptionOutput, error)
DeleteDataLakeExceptionSubscriptionWithContext is the same as DeleteDataLakeExceptionSubscription with the addition of the ability to pass a context and additional request options.
See DeleteDataLakeExceptionSubscription for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) DeleteDataLakeOrganizationConfiguration ¶ added in v1.44.272
func (c *SecurityLake) DeleteDataLakeOrganizationConfiguration(input *DeleteDataLakeOrganizationConfigurationInput) (*DeleteDataLakeOrganizationConfigurationOutput, error)
DeleteDataLakeOrganizationConfiguration API operation for Amazon Security Lake.
Turns off automatic enablement of Amazon Security Lake for member accounts that are added to an organization in Organizations. Only the delegated Security Lake administrator for an organization can perform this operation. If the delegated Security Lake administrator performs this operation, new member accounts won't automatically contribute data to the data lake.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation DeleteDataLakeOrganizationConfiguration for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
func (*SecurityLake) DeleteDataLakeOrganizationConfigurationRequest ¶ added in v1.44.272
func (c *SecurityLake) DeleteDataLakeOrganizationConfigurationRequest(input *DeleteDataLakeOrganizationConfigurationInput) (req *request.Request, output *DeleteDataLakeOrganizationConfigurationOutput)
DeleteDataLakeOrganizationConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteDataLakeOrganizationConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDataLakeOrganizationConfiguration for more information on using the DeleteDataLakeOrganizationConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDataLakeOrganizationConfigurationRequest method. req, resp := client.DeleteDataLakeOrganizationConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*SecurityLake) DeleteDataLakeOrganizationConfigurationWithContext ¶ added in v1.44.272
func (c *SecurityLake) DeleteDataLakeOrganizationConfigurationWithContext(ctx aws.Context, input *DeleteDataLakeOrganizationConfigurationInput, opts ...request.Option) (*DeleteDataLakeOrganizationConfigurationOutput, error)
DeleteDataLakeOrganizationConfigurationWithContext is the same as DeleteDataLakeOrganizationConfiguration with the addition of the ability to pass a context and additional request options.
See DeleteDataLakeOrganizationConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) DeleteDataLakeRequest ¶ added in v1.44.272
func (c *SecurityLake) DeleteDataLakeRequest(input *DeleteDataLakeInput) (req *request.Request, output *DeleteDataLakeOutput)
DeleteDataLakeRequest generates a "aws/request.Request" representing the client's request for the DeleteDataLake operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDataLake for more information on using the DeleteDataLake API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDataLakeRequest method. req, resp := client.DeleteDataLakeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDataLake
func (*SecurityLake) DeleteDataLakeWithContext ¶ added in v1.44.272
func (c *SecurityLake) DeleteDataLakeWithContext(ctx aws.Context, input *DeleteDataLakeInput, opts ...request.Option) (*DeleteDataLakeOutput, error)
DeleteDataLakeWithContext is the same as DeleteDataLake with the addition of the ability to pass a context and additional request options.
See DeleteDataLake for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) DeleteSubscriber ¶
func (c *SecurityLake) DeleteSubscriber(input *DeleteSubscriberInput) (*DeleteSubscriberOutput, error)
DeleteSubscriber API operation for Amazon Security Lake.
Deletes the subscription permission and all notification settings for accounts that are already enabled in Amazon Security Lake. When you run DeleteSubscriber, the subscriber will no longer consume data from Security Lake and the subscriber is removed. This operation deletes the subscriber and removes access to data in the current Amazon Web Services Region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation DeleteSubscriber for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteSubscriber
func (*SecurityLake) DeleteSubscriberNotification ¶ added in v1.44.272
func (c *SecurityLake) DeleteSubscriberNotification(input *DeleteSubscriberNotificationInput) (*DeleteSubscriberNotificationOutput, error)
DeleteSubscriberNotification API operation for Amazon Security Lake.
Deletes the specified notification subscription in Amazon Security Lake for the organization you specify.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation DeleteSubscriberNotification for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteSubscriberNotification
func (*SecurityLake) DeleteSubscriberNotificationRequest ¶ added in v1.44.272
func (c *SecurityLake) DeleteSubscriberNotificationRequest(input *DeleteSubscriberNotificationInput) (req *request.Request, output *DeleteSubscriberNotificationOutput)
DeleteSubscriberNotificationRequest generates a "aws/request.Request" representing the client's request for the DeleteSubscriberNotification operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteSubscriberNotification for more information on using the DeleteSubscriberNotification API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteSubscriberNotificationRequest method. req, resp := client.DeleteSubscriberNotificationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteSubscriberNotification
func (*SecurityLake) DeleteSubscriberNotificationWithContext ¶ added in v1.44.272
func (c *SecurityLake) DeleteSubscriberNotificationWithContext(ctx aws.Context, input *DeleteSubscriberNotificationInput, opts ...request.Option) (*DeleteSubscriberNotificationOutput, error)
DeleteSubscriberNotificationWithContext is the same as DeleteSubscriberNotification with the addition of the ability to pass a context and additional request options.
See DeleteSubscriberNotification for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) DeleteSubscriberRequest ¶
func (c *SecurityLake) DeleteSubscriberRequest(input *DeleteSubscriberInput) (req *request.Request, output *DeleteSubscriberOutput)
DeleteSubscriberRequest generates a "aws/request.Request" representing the client's request for the DeleteSubscriber operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteSubscriber for more information on using the DeleteSubscriber API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteSubscriberRequest method. req, resp := client.DeleteSubscriberRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteSubscriber
func (*SecurityLake) DeleteSubscriberWithContext ¶
func (c *SecurityLake) DeleteSubscriberWithContext(ctx aws.Context, input *DeleteSubscriberInput, opts ...request.Option) (*DeleteSubscriberOutput, error)
DeleteSubscriberWithContext is the same as DeleteSubscriber with the addition of the ability to pass a context and additional request options.
See DeleteSubscriber for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) DeregisterDataLakeDelegatedAdministrator ¶ added in v1.44.272
func (c *SecurityLake) DeregisterDataLakeDelegatedAdministrator(input *DeregisterDataLakeDelegatedAdministratorInput) (*DeregisterDataLakeDelegatedAdministratorOutput, error)
DeregisterDataLakeDelegatedAdministrator API operation for Amazon Security Lake.
Deletes the Amazon Security Lake delegated administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation DeregisterDataLakeDelegatedAdministrator for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
func (*SecurityLake) DeregisterDataLakeDelegatedAdministratorRequest ¶ added in v1.44.272
func (c *SecurityLake) DeregisterDataLakeDelegatedAdministratorRequest(input *DeregisterDataLakeDelegatedAdministratorInput) (req *request.Request, output *DeregisterDataLakeDelegatedAdministratorOutput)
DeregisterDataLakeDelegatedAdministratorRequest generates a "aws/request.Request" representing the client's request for the DeregisterDataLakeDelegatedAdministrator operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeregisterDataLakeDelegatedAdministrator for more information on using the DeregisterDataLakeDelegatedAdministrator API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeregisterDataLakeDelegatedAdministratorRequest method. req, resp := client.DeregisterDataLakeDelegatedAdministratorRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*SecurityLake) DeregisterDataLakeDelegatedAdministratorWithContext ¶ added in v1.44.272
func (c *SecurityLake) DeregisterDataLakeDelegatedAdministratorWithContext(ctx aws.Context, input *DeregisterDataLakeDelegatedAdministratorInput, opts ...request.Option) (*DeregisterDataLakeDelegatedAdministratorOutput, error)
DeregisterDataLakeDelegatedAdministratorWithContext is the same as DeregisterDataLakeDelegatedAdministrator with the addition of the ability to pass a context and additional request options.
See DeregisterDataLakeDelegatedAdministrator for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) GetDataLakeExceptionSubscription ¶ added in v1.44.272
func (c *SecurityLake) GetDataLakeExceptionSubscription(input *GetDataLakeExceptionSubscriptionInput) (*GetDataLakeExceptionSubscriptionOutput, error)
GetDataLakeExceptionSubscription API operation for Amazon Security Lake.
Retrieves the details of exception notifications for the account in Amazon Security Lake.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation GetDataLakeExceptionSubscription for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDataLakeExceptionSubscription
func (*SecurityLake) GetDataLakeExceptionSubscriptionRequest ¶ added in v1.44.272
func (c *SecurityLake) GetDataLakeExceptionSubscriptionRequest(input *GetDataLakeExceptionSubscriptionInput) (req *request.Request, output *GetDataLakeExceptionSubscriptionOutput)
GetDataLakeExceptionSubscriptionRequest generates a "aws/request.Request" representing the client's request for the GetDataLakeExceptionSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDataLakeExceptionSubscription for more information on using the GetDataLakeExceptionSubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDataLakeExceptionSubscriptionRequest method. req, resp := client.GetDataLakeExceptionSubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDataLakeExceptionSubscription
func (*SecurityLake) GetDataLakeExceptionSubscriptionWithContext ¶ added in v1.44.272
func (c *SecurityLake) GetDataLakeExceptionSubscriptionWithContext(ctx aws.Context, input *GetDataLakeExceptionSubscriptionInput, opts ...request.Option) (*GetDataLakeExceptionSubscriptionOutput, error)
GetDataLakeExceptionSubscriptionWithContext is the same as GetDataLakeExceptionSubscription with the addition of the ability to pass a context and additional request options.
See GetDataLakeExceptionSubscription for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) GetDataLakeOrganizationConfiguration ¶ added in v1.44.272
func (c *SecurityLake) GetDataLakeOrganizationConfiguration(input *GetDataLakeOrganizationConfigurationInput) (*GetDataLakeOrganizationConfigurationOutput, error)
GetDataLakeOrganizationConfiguration API operation for Amazon Security Lake.
Retrieves the configuration that will be automatically set up for accounts added to the organization after the organization has onboarded to Amazon Security Lake. This API does not take input parameters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation GetDataLakeOrganizationConfiguration for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDataLakeOrganizationConfiguration
func (*SecurityLake) GetDataLakeOrganizationConfigurationRequest ¶ added in v1.44.272
func (c *SecurityLake) GetDataLakeOrganizationConfigurationRequest(input *GetDataLakeOrganizationConfigurationInput) (req *request.Request, output *GetDataLakeOrganizationConfigurationOutput)
GetDataLakeOrganizationConfigurationRequest generates a "aws/request.Request" representing the client's request for the GetDataLakeOrganizationConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDataLakeOrganizationConfiguration for more information on using the GetDataLakeOrganizationConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDataLakeOrganizationConfigurationRequest method. req, resp := client.GetDataLakeOrganizationConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDataLakeOrganizationConfiguration
func (*SecurityLake) GetDataLakeOrganizationConfigurationWithContext ¶ added in v1.44.272
func (c *SecurityLake) GetDataLakeOrganizationConfigurationWithContext(ctx aws.Context, input *GetDataLakeOrganizationConfigurationInput, opts ...request.Option) (*GetDataLakeOrganizationConfigurationOutput, error)
GetDataLakeOrganizationConfigurationWithContext is the same as GetDataLakeOrganizationConfiguration with the addition of the ability to pass a context and additional request options.
See GetDataLakeOrganizationConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) GetDataLakeSources ¶ added in v1.44.272
func (c *SecurityLake) GetDataLakeSources(input *GetDataLakeSourcesInput) (*GetDataLakeSourcesOutput, error)
GetDataLakeSources API operation for Amazon Security Lake.
Retrieves a snapshot of the current Region, including whether Amazon Security Lake is enabled for those accounts and which sources Security Lake is collecting data from.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation GetDataLakeSources for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDataLakeSources
func (*SecurityLake) GetDataLakeSourcesPages ¶ added in v1.44.272
func (c *SecurityLake) GetDataLakeSourcesPages(input *GetDataLakeSourcesInput, fn func(*GetDataLakeSourcesOutput, bool) bool) error
GetDataLakeSourcesPages iterates over the pages of a GetDataLakeSources operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetDataLakeSources method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetDataLakeSources operation. pageNum := 0 err := client.GetDataLakeSourcesPages(params, func(page *securitylake.GetDataLakeSourcesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SecurityLake) GetDataLakeSourcesPagesWithContext ¶ added in v1.44.272
func (c *SecurityLake) GetDataLakeSourcesPagesWithContext(ctx aws.Context, input *GetDataLakeSourcesInput, fn func(*GetDataLakeSourcesOutput, bool) bool, opts ...request.Option) error
GetDataLakeSourcesPagesWithContext same as GetDataLakeSourcesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) GetDataLakeSourcesRequest ¶ added in v1.44.272
func (c *SecurityLake) GetDataLakeSourcesRequest(input *GetDataLakeSourcesInput) (req *request.Request, output *GetDataLakeSourcesOutput)
GetDataLakeSourcesRequest generates a "aws/request.Request" representing the client's request for the GetDataLakeSources operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDataLakeSources for more information on using the GetDataLakeSources API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDataLakeSourcesRequest method. req, resp := client.GetDataLakeSourcesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDataLakeSources
func (*SecurityLake) GetDataLakeSourcesWithContext ¶ added in v1.44.272
func (c *SecurityLake) GetDataLakeSourcesWithContext(ctx aws.Context, input *GetDataLakeSourcesInput, opts ...request.Option) (*GetDataLakeSourcesOutput, error)
GetDataLakeSourcesWithContext is the same as GetDataLakeSources with the addition of the ability to pass a context and additional request options.
See GetDataLakeSources for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) GetSubscriber ¶
func (c *SecurityLake) GetSubscriber(input *GetSubscriberInput) (*GetSubscriberOutput, error)
GetSubscriber API operation for Amazon Security Lake.
Retrieves the subscription information for the specified subscription ID. You can get information about a specific subscriber.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation GetSubscriber for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetSubscriber
func (*SecurityLake) GetSubscriberRequest ¶
func (c *SecurityLake) GetSubscriberRequest(input *GetSubscriberInput) (req *request.Request, output *GetSubscriberOutput)
GetSubscriberRequest generates a "aws/request.Request" representing the client's request for the GetSubscriber operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetSubscriber for more information on using the GetSubscriber API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetSubscriberRequest method. req, resp := client.GetSubscriberRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetSubscriber
func (*SecurityLake) GetSubscriberWithContext ¶
func (c *SecurityLake) GetSubscriberWithContext(ctx aws.Context, input *GetSubscriberInput, opts ...request.Option) (*GetSubscriberOutput, error)
GetSubscriberWithContext is the same as GetSubscriber with the addition of the ability to pass a context and additional request options.
See GetSubscriber for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) ListDataLakeExceptions ¶ added in v1.44.272
func (c *SecurityLake) ListDataLakeExceptions(input *ListDataLakeExceptionsInput) (*ListDataLakeExceptionsOutput, error)
ListDataLakeExceptions API operation for Amazon Security Lake.
Lists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation ListDataLakeExceptions for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListDataLakeExceptions
func (*SecurityLake) ListDataLakeExceptionsPages ¶ added in v1.44.272
func (c *SecurityLake) ListDataLakeExceptionsPages(input *ListDataLakeExceptionsInput, fn func(*ListDataLakeExceptionsOutput, bool) bool) error
ListDataLakeExceptionsPages iterates over the pages of a ListDataLakeExceptions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListDataLakeExceptions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListDataLakeExceptions operation. pageNum := 0 err := client.ListDataLakeExceptionsPages(params, func(page *securitylake.ListDataLakeExceptionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SecurityLake) ListDataLakeExceptionsPagesWithContext ¶ added in v1.44.272
func (c *SecurityLake) ListDataLakeExceptionsPagesWithContext(ctx aws.Context, input *ListDataLakeExceptionsInput, fn func(*ListDataLakeExceptionsOutput, bool) bool, opts ...request.Option) error
ListDataLakeExceptionsPagesWithContext same as ListDataLakeExceptionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) ListDataLakeExceptionsRequest ¶ added in v1.44.272
func (c *SecurityLake) ListDataLakeExceptionsRequest(input *ListDataLakeExceptionsInput) (req *request.Request, output *ListDataLakeExceptionsOutput)
ListDataLakeExceptionsRequest generates a "aws/request.Request" representing the client's request for the ListDataLakeExceptions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListDataLakeExceptions for more information on using the ListDataLakeExceptions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListDataLakeExceptionsRequest method. req, resp := client.ListDataLakeExceptionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListDataLakeExceptions
func (*SecurityLake) ListDataLakeExceptionsWithContext ¶ added in v1.44.272
func (c *SecurityLake) ListDataLakeExceptionsWithContext(ctx aws.Context, input *ListDataLakeExceptionsInput, opts ...request.Option) (*ListDataLakeExceptionsOutput, error)
ListDataLakeExceptionsWithContext is the same as ListDataLakeExceptions with the addition of the ability to pass a context and additional request options.
See ListDataLakeExceptions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) ListDataLakes ¶ added in v1.44.272
func (c *SecurityLake) ListDataLakes(input *ListDataLakesInput) (*ListDataLakesOutput, error)
ListDataLakes API operation for Amazon Security Lake.
Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services Regions. You can use this operation to determine whether Security Lake is enabled for a Region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation ListDataLakes for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListDataLakes
func (*SecurityLake) ListDataLakesRequest ¶ added in v1.44.272
func (c *SecurityLake) ListDataLakesRequest(input *ListDataLakesInput) (req *request.Request, output *ListDataLakesOutput)
ListDataLakesRequest generates a "aws/request.Request" representing the client's request for the ListDataLakes operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListDataLakes for more information on using the ListDataLakes API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListDataLakesRequest method. req, resp := client.ListDataLakesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListDataLakes
func (*SecurityLake) ListDataLakesWithContext ¶ added in v1.44.272
func (c *SecurityLake) ListDataLakesWithContext(ctx aws.Context, input *ListDataLakesInput, opts ...request.Option) (*ListDataLakesOutput, error)
ListDataLakesWithContext is the same as ListDataLakes with the addition of the ability to pass a context and additional request options.
See ListDataLakes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) ListLogSources ¶
func (c *SecurityLake) ListLogSources(input *ListLogSourcesInput) (*ListLogSourcesOutput, error)
ListLogSources API operation for Amazon Security Lake.
Retrieves the log sources in the current Amazon Web Services Region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation ListLogSources for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListLogSources
func (*SecurityLake) ListLogSourcesPages ¶
func (c *SecurityLake) ListLogSourcesPages(input *ListLogSourcesInput, fn func(*ListLogSourcesOutput, bool) bool) error
ListLogSourcesPages iterates over the pages of a ListLogSources operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListLogSources method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListLogSources operation. pageNum := 0 err := client.ListLogSourcesPages(params, func(page *securitylake.ListLogSourcesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SecurityLake) ListLogSourcesPagesWithContext ¶
func (c *SecurityLake) ListLogSourcesPagesWithContext(ctx aws.Context, input *ListLogSourcesInput, fn func(*ListLogSourcesOutput, bool) bool, opts ...request.Option) error
ListLogSourcesPagesWithContext same as ListLogSourcesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) ListLogSourcesRequest ¶
func (c *SecurityLake) ListLogSourcesRequest(input *ListLogSourcesInput) (req *request.Request, output *ListLogSourcesOutput)
ListLogSourcesRequest generates a "aws/request.Request" representing the client's request for the ListLogSources operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListLogSources for more information on using the ListLogSources API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListLogSourcesRequest method. req, resp := client.ListLogSourcesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListLogSources
func (*SecurityLake) ListLogSourcesWithContext ¶
func (c *SecurityLake) ListLogSourcesWithContext(ctx aws.Context, input *ListLogSourcesInput, opts ...request.Option) (*ListLogSourcesOutput, error)
ListLogSourcesWithContext is the same as ListLogSources with the addition of the ability to pass a context and additional request options.
See ListLogSources for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) ListSubscribers ¶
func (c *SecurityLake) ListSubscribers(input *ListSubscribersInput) (*ListSubscribersOutput, error)
ListSubscribers API operation for Amazon Security Lake.
List all subscribers for the specific Amazon Security Lake account ID. You can retrieve a list of subscriptions associated with a specific organization or Amazon Web Services account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation ListSubscribers for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListSubscribers
func (*SecurityLake) ListSubscribersPages ¶
func (c *SecurityLake) ListSubscribersPages(input *ListSubscribersInput, fn func(*ListSubscribersOutput, bool) bool) error
ListSubscribersPages iterates over the pages of a ListSubscribers operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListSubscribers method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListSubscribers operation. pageNum := 0 err := client.ListSubscribersPages(params, func(page *securitylake.ListSubscribersOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SecurityLake) ListSubscribersPagesWithContext ¶
func (c *SecurityLake) ListSubscribersPagesWithContext(ctx aws.Context, input *ListSubscribersInput, fn func(*ListSubscribersOutput, bool) bool, opts ...request.Option) error
ListSubscribersPagesWithContext same as ListSubscribersPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) ListSubscribersRequest ¶
func (c *SecurityLake) ListSubscribersRequest(input *ListSubscribersInput) (req *request.Request, output *ListSubscribersOutput)
ListSubscribersRequest generates a "aws/request.Request" representing the client's request for the ListSubscribers operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListSubscribers for more information on using the ListSubscribers API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListSubscribersRequest method. req, resp := client.ListSubscribersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListSubscribers
func (*SecurityLake) ListSubscribersWithContext ¶
func (c *SecurityLake) ListSubscribersWithContext(ctx aws.Context, input *ListSubscribersInput, opts ...request.Option) (*ListSubscribersOutput, error)
ListSubscribersWithContext is the same as ListSubscribers with the addition of the ability to pass a context and additional request options.
See ListSubscribers for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) ListTagsForResource ¶ added in v1.44.305
func (c *SecurityLake) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for Amazon Security Lake.
Retrieves the tags (keys and values) that are associated with an Amazon Security Lake resource: a subscriber, or the data lake configuration for your Amazon Web Services account in a particular Amazon Web Services Region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation ListTagsForResource for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListTagsForResource
func (*SecurityLake) ListTagsForResourceRequest ¶ added in v1.44.305
func (c *SecurityLake) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListTagsForResource
func (*SecurityLake) ListTagsForResourceWithContext ¶ added in v1.44.305
func (c *SecurityLake) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) RegisterDataLakeDelegatedAdministrator ¶ added in v1.44.272
func (c *SecurityLake) RegisterDataLakeDelegatedAdministrator(input *RegisterDataLakeDelegatedAdministratorInput) (*RegisterDataLakeDelegatedAdministratorOutput, error)
RegisterDataLakeDelegatedAdministrator API operation for Amazon Security Lake.
Designates the Amazon Security Lake delegated administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation RegisterDataLakeDelegatedAdministrator for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
func (*SecurityLake) RegisterDataLakeDelegatedAdministratorRequest ¶ added in v1.44.272
func (c *SecurityLake) RegisterDataLakeDelegatedAdministratorRequest(input *RegisterDataLakeDelegatedAdministratorInput) (req *request.Request, output *RegisterDataLakeDelegatedAdministratorOutput)
RegisterDataLakeDelegatedAdministratorRequest generates a "aws/request.Request" representing the client's request for the RegisterDataLakeDelegatedAdministrator operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RegisterDataLakeDelegatedAdministrator for more information on using the RegisterDataLakeDelegatedAdministrator API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RegisterDataLakeDelegatedAdministratorRequest method. req, resp := client.RegisterDataLakeDelegatedAdministratorRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*SecurityLake) RegisterDataLakeDelegatedAdministratorWithContext ¶ added in v1.44.272
func (c *SecurityLake) RegisterDataLakeDelegatedAdministratorWithContext(ctx aws.Context, input *RegisterDataLakeDelegatedAdministratorInput, opts ...request.Option) (*RegisterDataLakeDelegatedAdministratorOutput, error)
RegisterDataLakeDelegatedAdministratorWithContext is the same as RegisterDataLakeDelegatedAdministrator with the addition of the ability to pass a context and additional request options.
See RegisterDataLakeDelegatedAdministrator for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) TagResource ¶ added in v1.44.305
func (c *SecurityLake) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for Amazon Security Lake.
Adds or updates one or more tags that are associated with an Amazon Security Lake resource: a subscriber, or the data lake configuration for your Amazon Web Services account in a particular Amazon Web Services Region. A tag is a label that you can define and associate with Amazon Web Services resources. Each tag consists of a required tag key and an associated tag value. A tag key is a general label that acts as a category for a more specific tag value. A tag value acts as a descriptor for a tag key. Tags can help you identify, categorize, and manage resources in different ways, such as by owner, environment, or other criteria. For more information, see Tagging Amazon Security Lake resources (https://docs.aws.amazon.com/security-lake/latest/userguide/tagging-resources.html) in the Amazon Security Lake User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation TagResource for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/TagResource
func (*SecurityLake) TagResourceRequest ¶ added in v1.44.305
func (c *SecurityLake) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TagResource for more information on using the TagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TagResourceRequest method. req, resp := client.TagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/TagResource
func (*SecurityLake) TagResourceWithContext ¶ added in v1.44.305
func (c *SecurityLake) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.
See TagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) UntagResource ¶ added in v1.44.305
func (c *SecurityLake) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for Amazon Security Lake.
Removes one or more tags (keys and values) from an Amazon Security Lake resource: a subscriber, or the data lake configuration for your Amazon Web Services account in a particular Amazon Web Services Region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation UntagResource for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UntagResource
func (*SecurityLake) UntagResourceRequest ¶ added in v1.44.305
func (c *SecurityLake) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UntagResource for more information on using the UntagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UntagResourceRequest method. req, resp := client.UntagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UntagResource
func (*SecurityLake) UntagResourceWithContext ¶ added in v1.44.305
func (c *SecurityLake) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.
See UntagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) UpdateDataLake ¶ added in v1.44.272
func (c *SecurityLake) UpdateDataLake(input *UpdateDataLakeInput) (*UpdateDataLakeOutput, error)
UpdateDataLake API operation for Amazon Security Lake.
Specifies where to store your security data and for how long. You can add a rollup Region to consolidate data from multiple Amazon Web Services Regions.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation UpdateDataLake for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateDataLake
func (*SecurityLake) UpdateDataLakeExceptionSubscription ¶ added in v1.44.272
func (c *SecurityLake) UpdateDataLakeExceptionSubscription(input *UpdateDataLakeExceptionSubscriptionInput) (*UpdateDataLakeExceptionSubscriptionOutput, error)
UpdateDataLakeExceptionSubscription API operation for Amazon Security Lake.
Updates the specified notification subscription in Amazon Security Lake for the organization you specify.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation UpdateDataLakeExceptionSubscription for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateDataLakeExceptionSubscription
func (*SecurityLake) UpdateDataLakeExceptionSubscriptionRequest ¶ added in v1.44.272
func (c *SecurityLake) UpdateDataLakeExceptionSubscriptionRequest(input *UpdateDataLakeExceptionSubscriptionInput) (req *request.Request, output *UpdateDataLakeExceptionSubscriptionOutput)
UpdateDataLakeExceptionSubscriptionRequest generates a "aws/request.Request" representing the client's request for the UpdateDataLakeExceptionSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateDataLakeExceptionSubscription for more information on using the UpdateDataLakeExceptionSubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateDataLakeExceptionSubscriptionRequest method. req, resp := client.UpdateDataLakeExceptionSubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateDataLakeExceptionSubscription
func (*SecurityLake) UpdateDataLakeExceptionSubscriptionWithContext ¶ added in v1.44.272
func (c *SecurityLake) UpdateDataLakeExceptionSubscriptionWithContext(ctx aws.Context, input *UpdateDataLakeExceptionSubscriptionInput, opts ...request.Option) (*UpdateDataLakeExceptionSubscriptionOutput, error)
UpdateDataLakeExceptionSubscriptionWithContext is the same as UpdateDataLakeExceptionSubscription with the addition of the ability to pass a context and additional request options.
See UpdateDataLakeExceptionSubscription for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) UpdateDataLakeRequest ¶ added in v1.44.272
func (c *SecurityLake) UpdateDataLakeRequest(input *UpdateDataLakeInput) (req *request.Request, output *UpdateDataLakeOutput)
UpdateDataLakeRequest generates a "aws/request.Request" representing the client's request for the UpdateDataLake operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateDataLake for more information on using the UpdateDataLake API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateDataLakeRequest method. req, resp := client.UpdateDataLakeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateDataLake
func (*SecurityLake) UpdateDataLakeWithContext ¶ added in v1.44.272
func (c *SecurityLake) UpdateDataLakeWithContext(ctx aws.Context, input *UpdateDataLakeInput, opts ...request.Option) (*UpdateDataLakeOutput, error)
UpdateDataLakeWithContext is the same as UpdateDataLake with the addition of the ability to pass a context and additional request options.
See UpdateDataLake for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) UpdateSubscriber ¶
func (c *SecurityLake) UpdateSubscriber(input *UpdateSubscriberInput) (*UpdateSubscriberOutput, error)
UpdateSubscriber API operation for Amazon Security Lake.
Updates an existing subscription for the given Amazon Security Lake account ID. You can update a subscriber by changing the sources that the subscriber consumes data from.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation UpdateSubscriber for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateSubscriber
func (*SecurityLake) UpdateSubscriberNotification ¶ added in v1.44.272
func (c *SecurityLake) UpdateSubscriberNotification(input *UpdateSubscriberNotificationInput) (*UpdateSubscriberNotificationOutput, error)
UpdateSubscriberNotification API operation for Amazon Security Lake.
Updates an existing notification method for the subscription (SQS or HTTPs endpoint) or switches the notification subscription endpoint for a subscriber.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation UpdateSubscriberNotification for usage and error information.
Returned Error Types:
BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
ResourceNotFoundException The resource could not be found.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
ThrottlingException The limit on the number of requests per second was exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateSubscriberNotification
func (*SecurityLake) UpdateSubscriberNotificationRequest ¶ added in v1.44.272
func (c *SecurityLake) UpdateSubscriberNotificationRequest(input *UpdateSubscriberNotificationInput) (req *request.Request, output *UpdateSubscriberNotificationOutput)
UpdateSubscriberNotificationRequest generates a "aws/request.Request" representing the client's request for the UpdateSubscriberNotification operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateSubscriberNotification for more information on using the UpdateSubscriberNotification API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateSubscriberNotificationRequest method. req, resp := client.UpdateSubscriberNotificationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateSubscriberNotification
func (*SecurityLake) UpdateSubscriberNotificationWithContext ¶ added in v1.44.272
func (c *SecurityLake) UpdateSubscriberNotificationWithContext(ctx aws.Context, input *UpdateSubscriberNotificationInput, opts ...request.Option) (*UpdateSubscriberNotificationOutput, error)
UpdateSubscriberNotificationWithContext is the same as UpdateSubscriberNotification with the addition of the ability to pass a context and additional request options.
See UpdateSubscriberNotification for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) UpdateSubscriberRequest ¶
func (c *SecurityLake) UpdateSubscriberRequest(input *UpdateSubscriberInput) (req *request.Request, output *UpdateSubscriberOutput)
UpdateSubscriberRequest generates a "aws/request.Request" representing the client's request for the UpdateSubscriber operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateSubscriber for more information on using the UpdateSubscriber API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateSubscriberRequest method. req, resp := client.UpdateSubscriberRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateSubscriber
func (*SecurityLake) UpdateSubscriberWithContext ¶
func (c *SecurityLake) UpdateSubscriberWithContext(ctx aws.Context, input *UpdateSubscriberInput, opts ...request.Option) (*UpdateSubscriberOutput, error)
UpdateSubscriberWithContext is the same as UpdateSubscriber with the addition of the ability to pass a context and additional request options.
See UpdateSubscriber for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type SqsNotificationConfiguration ¶ added in v1.44.272
type SqsNotificationConfiguration struct {
// contains filtered or unexported fields
}
The configurations for SQS subscriber notification.
func (SqsNotificationConfiguration) GoString ¶ added in v1.44.272
func (s SqsNotificationConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (SqsNotificationConfiguration) String ¶ added in v1.44.272
func (s SqsNotificationConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SubscriberResource ¶
type SubscriberResource struct { // You can choose to notify subscribers of new objects with an Amazon Simple // Queue Service (Amazon SQS) queue or through messaging to an HTTPS endpoint // provided by the subscriber. // // Subscribers can consume data by directly querying Lake Formation tables in // your Amazon S3 bucket through services like Amazon Athena. This subscription // type is defined as LAKEFORMATION. AccessTypes []*string `locationName:"accessTypes" type:"list" enum:"AccessType"` // The date and time when the subscriber was created. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" timestampFormat:"iso8601"` // share. Before accepting the RAM resource share invitation, you can view details // related to the RAM resource share. // // This field is available only for Lake Formation subscribers created after // March 8, 2023. ResourceShareArn *string `locationName:"resourceShareArn" type:"string"` ResourceShareName *string `locationName:"resourceShareName" type:"string"` // The Amazon Resource Name (ARN) specifying the role of the subscriber. RoleArn *string `locationName:"roleArn" type:"string"` // The ARN for the Amazon S3 bucket. S3BucketArn *string `locationName:"s3BucketArn" type:"string"` // Amazon Security Lake supports log and event collection for natively supported // Amazon Web Services. For more information, see the Amazon Security Lake User // Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/source-management.html). // // Sources is a required field Sources []*LogSourceResource `locationName:"sources" type:"list" required:"true"` // The subscriber ARN of the Amazon Security Lake subscriber account. // // SubscriberArn is a required field SubscriberArn *string `locationName:"subscriberArn" min:"1" type:"string" required:"true"` // The subscriber descriptions for a subscriber account. The description for // a subscriber includes subscriberName, accountID, externalID, and subscriberId. SubscriberDescription *string `locationName:"subscriberDescription" type:"string"` // The subscriber endpoint to which exception messages are posted. SubscriberEndpoint *string `locationName:"subscriberEndpoint" type:"string"` // The subscriber ID of the Amazon Security Lake subscriber account. // // SubscriberId is a required field SubscriberId *string `locationName:"subscriberId" type:"string" required:"true"` // The AWS identity used to access your data. // // SubscriberIdentity is a required field SubscriberIdentity *AwsIdentity `locationName:"subscriberIdentity" type:"structure" required:"true"` // The name of your Amazon Security Lake subscriber account. // // SubscriberName is a required field SubscriberName *string `locationName:"subscriberName" type:"string" required:"true"` // The subscriber status of the Amazon Security Lake subscriber account. SubscriberStatus *string `locationName:"subscriberStatus" type:"string" enum:"SubscriberStatus"` // The date and time when the subscriber was last updated. UpdatedAt *time.Time `locationName:"updatedAt" type:"timestamp" timestampFormat:"iso8601"` // contains filtered or unexported fields }
Provides details about the Amazon Security Lake account subscription. Subscribers are notified of new objects for a source as the data is written to your Amazon S3 bucket for Security Lake.
func (SubscriberResource) GoString ¶
func (s SubscriberResource) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SubscriberResource) SetAccessTypes ¶
func (s *SubscriberResource) SetAccessTypes(v []*string) *SubscriberResource
SetAccessTypes sets the AccessTypes field's value.
func (*SubscriberResource) SetCreatedAt ¶
func (s *SubscriberResource) SetCreatedAt(v time.Time) *SubscriberResource
SetCreatedAt sets the CreatedAt field's value.
func (*SubscriberResource) SetResourceShareArn ¶ added in v1.44.222
func (s *SubscriberResource) SetResourceShareArn(v string) *SubscriberResource
SetResourceShareArn sets the ResourceShareArn field's value.
func (*SubscriberResource) SetResourceShareName ¶ added in v1.44.222
func (s *SubscriberResource) SetResourceShareName(v string) *SubscriberResource
SetResourceShareName sets the ResourceShareName field's value.
func (*SubscriberResource) SetRoleArn ¶
func (s *SubscriberResource) SetRoleArn(v string) *SubscriberResource
SetRoleArn sets the RoleArn field's value.
func (*SubscriberResource) SetS3BucketArn ¶
func (s *SubscriberResource) SetS3BucketArn(v string) *SubscriberResource
SetS3BucketArn sets the S3BucketArn field's value.
func (*SubscriberResource) SetSources ¶ added in v1.44.272
func (s *SubscriberResource) SetSources(v []*LogSourceResource) *SubscriberResource
SetSources sets the Sources field's value.
func (*SubscriberResource) SetSubscriberArn ¶ added in v1.44.272
func (s *SubscriberResource) SetSubscriberArn(v string) *SubscriberResource
SetSubscriberArn sets the SubscriberArn field's value.
func (*SubscriberResource) SetSubscriberDescription ¶
func (s *SubscriberResource) SetSubscriberDescription(v string) *SubscriberResource
SetSubscriberDescription sets the SubscriberDescription field's value.
func (*SubscriberResource) SetSubscriberEndpoint ¶ added in v1.44.272
func (s *SubscriberResource) SetSubscriberEndpoint(v string) *SubscriberResource
SetSubscriberEndpoint sets the SubscriberEndpoint field's value.
func (*SubscriberResource) SetSubscriberId ¶ added in v1.44.272
func (s *SubscriberResource) SetSubscriberId(v string) *SubscriberResource
SetSubscriberId sets the SubscriberId field's value.
func (*SubscriberResource) SetSubscriberIdentity ¶ added in v1.44.272
func (s *SubscriberResource) SetSubscriberIdentity(v *AwsIdentity) *SubscriberResource
SetSubscriberIdentity sets the SubscriberIdentity field's value.
func (*SubscriberResource) SetSubscriberName ¶
func (s *SubscriberResource) SetSubscriberName(v string) *SubscriberResource
SetSubscriberName sets the SubscriberName field's value.
func (*SubscriberResource) SetSubscriberStatus ¶ added in v1.44.272
func (s *SubscriberResource) SetSubscriberStatus(v string) *SubscriberResource
SetSubscriberStatus sets the SubscriberStatus field's value.
func (*SubscriberResource) SetUpdatedAt ¶
func (s *SubscriberResource) SetUpdatedAt(v time.Time) *SubscriberResource
SetUpdatedAt sets the UpdatedAt field's value.
func (SubscriberResource) String ¶
func (s SubscriberResource) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Tag ¶ added in v1.44.305
type Tag struct { // The name of the tag. This is a general label that acts as a category for // a more specific tag value (value). // // Key is a required field Key *string `locationName:"key" min:"1" type:"string" required:"true"` // The value that’s associated with the specified tag key (key). This value // acts as a descriptor for the tag key. A tag value cannot be null, but it // can be an empty string. // // Value is a required field Value *string `locationName:"value" type:"string" required:"true"` // contains filtered or unexported fields }
A tag is a label that you can define and associate with Amazon Web Services resources, including certain types of Amazon Security Lake resources. Tags can help you identify, categorize, and manage resources in different ways, such as by owner, environment, or other criteria. You can associate tags with the following types of Security Lake resources: subscribers, and the data lake configuration for your Amazon Web Services account in individual Amazon Web Services Regions.
A resource can have up to 50 tags. Each tag consists of a required tag key and an associated tag value. A tag key is a general label that acts as a category for a more specific tag value. Each tag key must be unique and it can have only one tag value. A tag value acts as a descriptor for a tag key. Tag keys and values are case sensitive. They can contain letters, numbers, spaces, or the following symbols: _ . : / = + @ -
For more information, see Tagging Amazon Security Lake resources (https://docs.aws.amazon.com/security-lake/latest/userguide/tagging-resources.html) in the Amazon Security Lake User Guide.
func (Tag) GoString ¶ added in v1.44.305
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TagResourceInput ¶ added in v1.44.305
type TagResourceInput struct { // The Amazon Resource Name (ARN) of the Amazon Security Lake resource to add // or update the tags for. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" min:"1" type:"string" required:"true"` // An array of objects, one for each tag (key and value) to associate with the // Amazon Security Lake resource. For each tag, you must specify both a tag // key and a tag value. A tag value cannot be null, but it can be an empty string. // // Tags is a required field Tags []*Tag `locationName:"tags" type:"list" required:"true"` // contains filtered or unexported fields }
func (TagResourceInput) GoString ¶ added in v1.44.305
func (s TagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) SetResourceArn ¶ added in v1.44.305
func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*TagResourceInput) SetTags ¶ added in v1.44.305
func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput
SetTags sets the Tags field's value.
func (TagResourceInput) String ¶ added in v1.44.305
func (s TagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) Validate ¶ added in v1.44.305
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶ added in v1.44.305
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (TagResourceOutput) GoString ¶ added in v1.44.305
func (s TagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (TagResourceOutput) String ¶ added in v1.44.305
func (s TagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ThrottlingException ¶
type ThrottlingException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // That the rate of requests to Security Lake is exceeding the request quotas // for your Amazon Web Services account. QuotaCode *string `locationName:"quotaCode" type:"string"` // Retry the request after the specified time. RetryAfterSeconds *int64 `location:"header" locationName:"Retry-After" type:"integer"` // The code for the service in Service Quotas. ServiceCode *string `locationName:"serviceCode" type:"string"` // contains filtered or unexported fields }
The limit on the number of requests per second was exceeded.
func (*ThrottlingException) Code ¶
func (s *ThrottlingException) Code() string
Code returns the exception type name.
func (*ThrottlingException) Error ¶
func (s *ThrottlingException) Error() string
func (ThrottlingException) GoString ¶
func (s ThrottlingException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ThrottlingException) Message ¶
func (s *ThrottlingException) Message() string
Message returns the exception's message.
func (*ThrottlingException) OrigErr ¶
func (s *ThrottlingException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ThrottlingException) RequestID ¶
func (s *ThrottlingException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ThrottlingException) StatusCode ¶
func (s *ThrottlingException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ThrottlingException) String ¶
func (s ThrottlingException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UntagResourceInput ¶ added in v1.44.305
type UntagResourceInput struct { // The Amazon Resource Name (ARN) of the Amazon Security Lake resource to remove // one or more tags from. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" min:"1" type:"string" required:"true"` // A list of one or more tag keys. For each value in the list, specify the tag // key for a tag to remove from the Amazon Security Lake resource. // // TagKeys is a required field TagKeys []*string `location:"querystring" locationName:"tagKeys" type:"list" required:"true"` // contains filtered or unexported fields }
func (UntagResourceInput) GoString ¶ added in v1.44.305
func (s UntagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) SetResourceArn ¶ added in v1.44.305
func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*UntagResourceInput) SetTagKeys ¶ added in v1.44.305
func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourceInput) String ¶ added in v1.44.305
func (s UntagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) Validate ¶ added in v1.44.305
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶ added in v1.44.305
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (UntagResourceOutput) GoString ¶ added in v1.44.305
func (s UntagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UntagResourceOutput) String ¶ added in v1.44.305
func (s UntagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateDataLakeExceptionSubscriptionInput ¶ added in v1.44.272
type UpdateDataLakeExceptionSubscriptionInput struct { // The time-to-live (TTL) for the exception message to remain. ExceptionTimeToLive *int64 `locationName:"exceptionTimeToLive" min:"1" type:"long"` // The account that is subscribed to receive exception notifications. // // NotificationEndpoint is a required field NotificationEndpoint *string `locationName:"notificationEndpoint" type:"string" required:"true"` // The subscription protocol to which exception messages are posted. // // SubscriptionProtocol is a required field SubscriptionProtocol *string `locationName:"subscriptionProtocol" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateDataLakeExceptionSubscriptionInput) GoString ¶ added in v1.44.272
func (s UpdateDataLakeExceptionSubscriptionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDataLakeExceptionSubscriptionInput) SetExceptionTimeToLive ¶ added in v1.44.272
func (s *UpdateDataLakeExceptionSubscriptionInput) SetExceptionTimeToLive(v int64) *UpdateDataLakeExceptionSubscriptionInput
SetExceptionTimeToLive sets the ExceptionTimeToLive field's value.
func (*UpdateDataLakeExceptionSubscriptionInput) SetNotificationEndpoint ¶ added in v1.44.272
func (s *UpdateDataLakeExceptionSubscriptionInput) SetNotificationEndpoint(v string) *UpdateDataLakeExceptionSubscriptionInput
SetNotificationEndpoint sets the NotificationEndpoint field's value.
func (*UpdateDataLakeExceptionSubscriptionInput) SetSubscriptionProtocol ¶ added in v1.44.272
func (s *UpdateDataLakeExceptionSubscriptionInput) SetSubscriptionProtocol(v string) *UpdateDataLakeExceptionSubscriptionInput
SetSubscriptionProtocol sets the SubscriptionProtocol field's value.
func (UpdateDataLakeExceptionSubscriptionInput) String ¶ added in v1.44.272
func (s UpdateDataLakeExceptionSubscriptionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDataLakeExceptionSubscriptionInput) Validate ¶ added in v1.44.272
func (s *UpdateDataLakeExceptionSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateDataLakeExceptionSubscriptionOutput ¶ added in v1.44.272
type UpdateDataLakeExceptionSubscriptionOutput struct {
// contains filtered or unexported fields
}
func (UpdateDataLakeExceptionSubscriptionOutput) GoString ¶ added in v1.44.272
func (s UpdateDataLakeExceptionSubscriptionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UpdateDataLakeExceptionSubscriptionOutput) String ¶ added in v1.44.272
func (s UpdateDataLakeExceptionSubscriptionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateDataLakeInput ¶ added in v1.44.272
type UpdateDataLakeInput struct { // Specify the Region or Regions that will contribute data to the rollup region. // // Configurations is a required field Configurations []*DataLakeConfiguration `locationName:"configurations" min:"1" type:"list" required:"true"` // The Amazon Resource Name (ARN) used to create and update the Glue table. // This table contains partitions generated by the ingestion and normalization // of Amazon Web Services log sources and custom sources. MetaStoreManagerRoleArn *string `locationName:"metaStoreManagerRoleArn" type:"string"` // contains filtered or unexported fields }
func (UpdateDataLakeInput) GoString ¶ added in v1.44.272
func (s UpdateDataLakeInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDataLakeInput) SetConfigurations ¶ added in v1.44.272
func (s *UpdateDataLakeInput) SetConfigurations(v []*DataLakeConfiguration) *UpdateDataLakeInput
SetConfigurations sets the Configurations field's value.
func (*UpdateDataLakeInput) SetMetaStoreManagerRoleArn ¶ added in v1.50.29
func (s *UpdateDataLakeInput) SetMetaStoreManagerRoleArn(v string) *UpdateDataLakeInput
SetMetaStoreManagerRoleArn sets the MetaStoreManagerRoleArn field's value.
func (UpdateDataLakeInput) String ¶ added in v1.44.272
func (s UpdateDataLakeInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDataLakeInput) Validate ¶ added in v1.44.272
func (s *UpdateDataLakeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateDataLakeOutput ¶ added in v1.44.272
type UpdateDataLakeOutput struct { // The created Security Lake configuration object. DataLakes []*DataLakeResource `locationName:"dataLakes" type:"list"` // contains filtered or unexported fields }
func (UpdateDataLakeOutput) GoString ¶ added in v1.44.272
func (s UpdateDataLakeOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDataLakeOutput) SetDataLakes ¶ added in v1.44.272
func (s *UpdateDataLakeOutput) SetDataLakes(v []*DataLakeResource) *UpdateDataLakeOutput
SetDataLakes sets the DataLakes field's value.
func (UpdateDataLakeOutput) String ¶ added in v1.44.272
func (s UpdateDataLakeOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateSubscriberInput ¶
type UpdateSubscriberInput struct { // The supported Amazon Web Services from which logs and events are collected. // For the list of supported Amazon Web Services, see the Amazon Security Lake // User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html). Sources []*LogSourceResource `locationName:"sources" type:"list"` // The description of the Security Lake account subscriber. SubscriberDescription *string `locationName:"subscriberDescription" type:"string"` // A value created by Security Lake that uniquely identifies your subscription. // // SubscriberId is a required field SubscriberId *string `location:"uri" locationName:"subscriberId" type:"string" required:"true"` // The AWS identity used to access your data. SubscriberIdentity *AwsIdentity `locationName:"subscriberIdentity" type:"structure"` // The name of the Security Lake account subscriber. SubscriberName *string `locationName:"subscriberName" type:"string"` // contains filtered or unexported fields }
func (UpdateSubscriberInput) GoString ¶
func (s UpdateSubscriberInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateSubscriberInput) SetSources ¶ added in v1.44.272
func (s *UpdateSubscriberInput) SetSources(v []*LogSourceResource) *UpdateSubscriberInput
SetSources sets the Sources field's value.
func (*UpdateSubscriberInput) SetSubscriberDescription ¶
func (s *UpdateSubscriberInput) SetSubscriberDescription(v string) *UpdateSubscriberInput
SetSubscriberDescription sets the SubscriberDescription field's value.
func (*UpdateSubscriberInput) SetSubscriberId ¶ added in v1.44.272
func (s *UpdateSubscriberInput) SetSubscriberId(v string) *UpdateSubscriberInput
SetSubscriberId sets the SubscriberId field's value.
func (*UpdateSubscriberInput) SetSubscriberIdentity ¶ added in v1.44.272
func (s *UpdateSubscriberInput) SetSubscriberIdentity(v *AwsIdentity) *UpdateSubscriberInput
SetSubscriberIdentity sets the SubscriberIdentity field's value.
func (*UpdateSubscriberInput) SetSubscriberName ¶
func (s *UpdateSubscriberInput) SetSubscriberName(v string) *UpdateSubscriberInput
SetSubscriberName sets the SubscriberName field's value.
func (UpdateSubscriberInput) String ¶
func (s UpdateSubscriberInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateSubscriberInput) Validate ¶
func (s *UpdateSubscriberInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateSubscriberNotificationInput ¶ added in v1.44.272
type UpdateSubscriberNotificationInput struct { // The configuration for subscriber notification. // // Configuration is a required field Configuration *NotificationConfiguration `locationName:"configuration" type:"structure" required:"true"` // The subscription ID for which the subscription notification is specified. // // SubscriberId is a required field SubscriberId *string `location:"uri" locationName:"subscriberId" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateSubscriberNotificationInput) GoString ¶ added in v1.44.272
func (s UpdateSubscriberNotificationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateSubscriberNotificationInput) SetConfiguration ¶ added in v1.44.272
func (s *UpdateSubscriberNotificationInput) SetConfiguration(v *NotificationConfiguration) *UpdateSubscriberNotificationInput
SetConfiguration sets the Configuration field's value.
func (*UpdateSubscriberNotificationInput) SetSubscriberId ¶ added in v1.44.272
func (s *UpdateSubscriberNotificationInput) SetSubscriberId(v string) *UpdateSubscriberNotificationInput
SetSubscriberId sets the SubscriberId field's value.
func (UpdateSubscriberNotificationInput) String ¶ added in v1.44.272
func (s UpdateSubscriberNotificationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateSubscriberNotificationInput) Validate ¶ added in v1.44.272
func (s *UpdateSubscriberNotificationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateSubscriberNotificationOutput ¶ added in v1.44.272
type UpdateSubscriberNotificationOutput struct { // The subscriber endpoint to which exception messages are posted. SubscriberEndpoint *string `locationName:"subscriberEndpoint" type:"string"` // contains filtered or unexported fields }
func (UpdateSubscriberNotificationOutput) GoString ¶ added in v1.44.272
func (s UpdateSubscriberNotificationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateSubscriberNotificationOutput) SetSubscriberEndpoint ¶ added in v1.44.272
func (s *UpdateSubscriberNotificationOutput) SetSubscriberEndpoint(v string) *UpdateSubscriberNotificationOutput
SetSubscriberEndpoint sets the SubscriberEndpoint field's value.
func (UpdateSubscriberNotificationOutput) String ¶ added in v1.44.272
func (s UpdateSubscriberNotificationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateSubscriberOutput ¶
type UpdateSubscriberOutput struct { // The updated subscriber information. Subscriber *SubscriberResource `locationName:"subscriber" type:"structure"` // contains filtered or unexported fields }
func (UpdateSubscriberOutput) GoString ¶
func (s UpdateSubscriberOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateSubscriberOutput) SetSubscriber ¶
func (s *UpdateSubscriberOutput) SetSubscriber(v *SubscriberResource) *UpdateSubscriberOutput
SetSubscriber sets the Subscriber field's value.
func (UpdateSubscriberOutput) String ¶
func (s UpdateSubscriberOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
Directories ¶
Path | Synopsis |
---|---|
Package securitylakeiface provides an interface to enable mocking the Amazon Security Lake service client for testing your code.
|
Package securitylakeiface provides an interface to enable mocking the Amazon Security Lake service client for testing your code. |