Documentation ¶
Overview ¶
Package securityhub provides the client and types for making API requests to AWS SecurityHub.
Security Hub provides you with a comprehensive view of the security state of your AWS environment and resources. It also provides you with the readiness status of your environment based on controls from supported security standards. Security Hub collects security data from AWS accounts, services, and integrated third-party products and helps you analyze security trends in your environment to identify the highest priority security issues. For more information about Security Hub, see the AWS Security Hub User Guide (https://docs.aws.amazon.com/securityhub/latest/userguide/what-is-securityhub.html) .
When you use operations in the Security Hub API, the requests are executed only in the AWS Region that is currently active or in the specific AWS Region that you specify in your request. Any configuration or settings change that results from the operation is applied only to that Region. To make the same change in other Regions, execute the same command for each Region to apply the change to.
For example, if your Region is set to us-west-2, when you use CreateMembers to add a member account to Security Hub, the association of the member account with the master account is created only in the us-west-2 Region. Security Hub must be enabled for the member account in the same Region that the invitation was sent from.
The following throttling limits apply to using Security Hub API operations.
GetFindings - RateLimit of 3 requests per second. BurstLimit of 6 requests per second.
UpdateFindings - RateLimit of 1 request per second. BurstLimit of 5 requests per second.
All other operations - RateLimit of 10 requests per second. BurstLimit of 30 requests per second.
See https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26 for more information on this service.
See securityhub package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/securityhub/
Using the Client ¶
To contact AWS SecurityHub 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 AWS SecurityHub client SecurityHub for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/securityhub/#New
Index ¶
- Constants
- type AcceptInvitationInput
- func (s AcceptInvitationInput) GoString() string
- func (s *AcceptInvitationInput) SetInvitationId(v string) *AcceptInvitationInput
- func (s *AcceptInvitationInput) SetMasterId(v string) *AcceptInvitationInput
- func (s AcceptInvitationInput) String() string
- func (s *AcceptInvitationInput) Validate() error
- type AcceptInvitationOutput
- 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 AccountDetails
- type ActionTarget
- type AvailabilityZone
- type AwsCloudFrontDistributionDetails
- func (s AwsCloudFrontDistributionDetails) GoString() string
- func (s *AwsCloudFrontDistributionDetails) SetDomainName(v string) *AwsCloudFrontDistributionDetails
- func (s *AwsCloudFrontDistributionDetails) SetETag(v string) *AwsCloudFrontDistributionDetails
- func (s *AwsCloudFrontDistributionDetails) SetLastModifiedTime(v string) *AwsCloudFrontDistributionDetails
- func (s *AwsCloudFrontDistributionDetails) SetLogging(v *AwsCloudFrontDistributionLogging) *AwsCloudFrontDistributionDetails
- func (s *AwsCloudFrontDistributionDetails) SetOrigins(v *AwsCloudFrontDistributionOrigins) *AwsCloudFrontDistributionDetails
- func (s *AwsCloudFrontDistributionDetails) SetStatus(v string) *AwsCloudFrontDistributionDetails
- func (s *AwsCloudFrontDistributionDetails) SetWebAclId(v string) *AwsCloudFrontDistributionDetails
- func (s AwsCloudFrontDistributionDetails) String() string
- type AwsCloudFrontDistributionLogging
- func (s AwsCloudFrontDistributionLogging) GoString() string
- func (s *AwsCloudFrontDistributionLogging) SetBucket(v string) *AwsCloudFrontDistributionLogging
- func (s *AwsCloudFrontDistributionLogging) SetEnabled(v bool) *AwsCloudFrontDistributionLogging
- func (s *AwsCloudFrontDistributionLogging) SetIncludeCookies(v bool) *AwsCloudFrontDistributionLogging
- func (s *AwsCloudFrontDistributionLogging) SetPrefix(v string) *AwsCloudFrontDistributionLogging
- func (s AwsCloudFrontDistributionLogging) String() string
- type AwsCloudFrontDistributionOriginItem
- func (s AwsCloudFrontDistributionOriginItem) GoString() string
- func (s *AwsCloudFrontDistributionOriginItem) SetDomainName(v string) *AwsCloudFrontDistributionOriginItem
- func (s *AwsCloudFrontDistributionOriginItem) SetId(v string) *AwsCloudFrontDistributionOriginItem
- func (s *AwsCloudFrontDistributionOriginItem) SetOriginPath(v string) *AwsCloudFrontDistributionOriginItem
- func (s AwsCloudFrontDistributionOriginItem) String() string
- type AwsCloudFrontDistributionOrigins
- type AwsCodeBuildProjectDetails
- func (s AwsCodeBuildProjectDetails) GoString() string
- func (s *AwsCodeBuildProjectDetails) SetEncryptionKey(v string) *AwsCodeBuildProjectDetails
- func (s *AwsCodeBuildProjectDetails) SetEnvironment(v *AwsCodeBuildProjectEnvironment) *AwsCodeBuildProjectDetails
- func (s *AwsCodeBuildProjectDetails) SetName(v string) *AwsCodeBuildProjectDetails
- func (s *AwsCodeBuildProjectDetails) SetServiceRole(v string) *AwsCodeBuildProjectDetails
- func (s *AwsCodeBuildProjectDetails) SetSource(v *AwsCodeBuildProjectSource) *AwsCodeBuildProjectDetails
- func (s *AwsCodeBuildProjectDetails) SetVpcConfig(v *AwsCodeBuildProjectVpcConfig) *AwsCodeBuildProjectDetails
- func (s AwsCodeBuildProjectDetails) String() string
- type AwsCodeBuildProjectEnvironment
- func (s AwsCodeBuildProjectEnvironment) GoString() string
- func (s *AwsCodeBuildProjectEnvironment) SetCertificate(v string) *AwsCodeBuildProjectEnvironment
- func (s *AwsCodeBuildProjectEnvironment) SetImagePullCredentialsType(v string) *AwsCodeBuildProjectEnvironment
- func (s *AwsCodeBuildProjectEnvironment) SetRegistryCredential(v *AwsCodeBuildProjectEnvironmentRegistryCredential) *AwsCodeBuildProjectEnvironment
- func (s *AwsCodeBuildProjectEnvironment) SetType(v string) *AwsCodeBuildProjectEnvironment
- func (s AwsCodeBuildProjectEnvironment) String() string
- type AwsCodeBuildProjectEnvironmentRegistryCredential
- func (s AwsCodeBuildProjectEnvironmentRegistryCredential) GoString() string
- func (s *AwsCodeBuildProjectEnvironmentRegistryCredential) SetCredential(v string) *AwsCodeBuildProjectEnvironmentRegistryCredential
- func (s *AwsCodeBuildProjectEnvironmentRegistryCredential) SetCredentialProvider(v string) *AwsCodeBuildProjectEnvironmentRegistryCredential
- func (s AwsCodeBuildProjectEnvironmentRegistryCredential) String() string
- type AwsCodeBuildProjectSource
- func (s AwsCodeBuildProjectSource) GoString() string
- func (s *AwsCodeBuildProjectSource) SetGitCloneDepth(v int64) *AwsCodeBuildProjectSource
- func (s *AwsCodeBuildProjectSource) SetInsecureSsl(v bool) *AwsCodeBuildProjectSource
- func (s *AwsCodeBuildProjectSource) SetLocation(v string) *AwsCodeBuildProjectSource
- func (s *AwsCodeBuildProjectSource) SetType(v string) *AwsCodeBuildProjectSource
- func (s AwsCodeBuildProjectSource) String() string
- type AwsCodeBuildProjectVpcConfig
- func (s AwsCodeBuildProjectVpcConfig) GoString() string
- func (s *AwsCodeBuildProjectVpcConfig) SetSecurityGroupIds(v []*string) *AwsCodeBuildProjectVpcConfig
- func (s *AwsCodeBuildProjectVpcConfig) SetSubnets(v []*string) *AwsCodeBuildProjectVpcConfig
- func (s *AwsCodeBuildProjectVpcConfig) SetVpcId(v string) *AwsCodeBuildProjectVpcConfig
- func (s AwsCodeBuildProjectVpcConfig) String() string
- type AwsEc2InstanceDetails
- func (s AwsEc2InstanceDetails) GoString() string
- func (s *AwsEc2InstanceDetails) SetIamInstanceProfileArn(v string) *AwsEc2InstanceDetails
- func (s *AwsEc2InstanceDetails) SetImageId(v string) *AwsEc2InstanceDetails
- func (s *AwsEc2InstanceDetails) SetIpV4Addresses(v []*string) *AwsEc2InstanceDetails
- func (s *AwsEc2InstanceDetails) SetIpV6Addresses(v []*string) *AwsEc2InstanceDetails
- func (s *AwsEc2InstanceDetails) SetKeyName(v string) *AwsEc2InstanceDetails
- func (s *AwsEc2InstanceDetails) SetLaunchedAt(v string) *AwsEc2InstanceDetails
- func (s *AwsEc2InstanceDetails) SetSubnetId(v string) *AwsEc2InstanceDetails
- func (s *AwsEc2InstanceDetails) SetType(v string) *AwsEc2InstanceDetails
- func (s *AwsEc2InstanceDetails) SetVpcId(v string) *AwsEc2InstanceDetails
- func (s AwsEc2InstanceDetails) String() string
- type AwsEc2NetworkInterfaceAttachment
- func (s AwsEc2NetworkInterfaceAttachment) GoString() string
- func (s *AwsEc2NetworkInterfaceAttachment) SetAttachTime(v string) *AwsEc2NetworkInterfaceAttachment
- func (s *AwsEc2NetworkInterfaceAttachment) SetAttachmentId(v string) *AwsEc2NetworkInterfaceAttachment
- func (s *AwsEc2NetworkInterfaceAttachment) SetDeleteOnTermination(v bool) *AwsEc2NetworkInterfaceAttachment
- func (s *AwsEc2NetworkInterfaceAttachment) SetDeviceIndex(v int64) *AwsEc2NetworkInterfaceAttachment
- func (s *AwsEc2NetworkInterfaceAttachment) SetInstanceId(v string) *AwsEc2NetworkInterfaceAttachment
- func (s *AwsEc2NetworkInterfaceAttachment) SetInstanceOwnerId(v string) *AwsEc2NetworkInterfaceAttachment
- func (s *AwsEc2NetworkInterfaceAttachment) SetStatus(v string) *AwsEc2NetworkInterfaceAttachment
- func (s AwsEc2NetworkInterfaceAttachment) String() string
- type AwsEc2NetworkInterfaceDetails
- func (s AwsEc2NetworkInterfaceDetails) GoString() string
- func (s *AwsEc2NetworkInterfaceDetails) SetAttachment(v *AwsEc2NetworkInterfaceAttachment) *AwsEc2NetworkInterfaceDetails
- func (s *AwsEc2NetworkInterfaceDetails) SetNetworkInterfaceId(v string) *AwsEc2NetworkInterfaceDetails
- func (s *AwsEc2NetworkInterfaceDetails) SetSecurityGroups(v []*AwsEc2NetworkInterfaceSecurityGroup) *AwsEc2NetworkInterfaceDetails
- func (s *AwsEc2NetworkInterfaceDetails) SetSourceDestCheck(v bool) *AwsEc2NetworkInterfaceDetails
- func (s AwsEc2NetworkInterfaceDetails) String() string
- type AwsEc2NetworkInterfaceSecurityGroup
- func (s AwsEc2NetworkInterfaceSecurityGroup) GoString() string
- func (s *AwsEc2NetworkInterfaceSecurityGroup) SetGroupId(v string) *AwsEc2NetworkInterfaceSecurityGroup
- func (s *AwsEc2NetworkInterfaceSecurityGroup) SetGroupName(v string) *AwsEc2NetworkInterfaceSecurityGroup
- func (s AwsEc2NetworkInterfaceSecurityGroup) String() string
- type AwsEc2SecurityGroupDetails
- func (s AwsEc2SecurityGroupDetails) GoString() string
- func (s *AwsEc2SecurityGroupDetails) SetGroupId(v string) *AwsEc2SecurityGroupDetails
- func (s *AwsEc2SecurityGroupDetails) SetGroupName(v string) *AwsEc2SecurityGroupDetails
- func (s *AwsEc2SecurityGroupDetails) SetIpPermissions(v []*AwsEc2SecurityGroupIpPermission) *AwsEc2SecurityGroupDetails
- func (s *AwsEc2SecurityGroupDetails) SetIpPermissionsEgress(v []*AwsEc2SecurityGroupIpPermission) *AwsEc2SecurityGroupDetails
- func (s *AwsEc2SecurityGroupDetails) SetOwnerId(v string) *AwsEc2SecurityGroupDetails
- func (s *AwsEc2SecurityGroupDetails) SetVpcId(v string) *AwsEc2SecurityGroupDetails
- func (s AwsEc2SecurityGroupDetails) String() string
- type AwsEc2SecurityGroupIpPermission
- func (s AwsEc2SecurityGroupIpPermission) GoString() string
- func (s *AwsEc2SecurityGroupIpPermission) SetFromPort(v int64) *AwsEc2SecurityGroupIpPermission
- func (s *AwsEc2SecurityGroupIpPermission) SetIpProtocol(v string) *AwsEc2SecurityGroupIpPermission
- func (s *AwsEc2SecurityGroupIpPermission) SetIpRanges(v []*AwsEc2SecurityGroupIpRange) *AwsEc2SecurityGroupIpPermission
- func (s *AwsEc2SecurityGroupIpPermission) SetIpv6Ranges(v []*AwsEc2SecurityGroupIpv6Range) *AwsEc2SecurityGroupIpPermission
- func (s *AwsEc2SecurityGroupIpPermission) SetPrefixListIds(v []*AwsEc2SecurityGroupPrefixListId) *AwsEc2SecurityGroupIpPermission
- func (s *AwsEc2SecurityGroupIpPermission) SetToPort(v int64) *AwsEc2SecurityGroupIpPermission
- func (s *AwsEc2SecurityGroupIpPermission) SetUserIdGroupPairs(v []*AwsEc2SecurityGroupUserIdGroupPair) *AwsEc2SecurityGroupIpPermission
- func (s AwsEc2SecurityGroupIpPermission) String() string
- type AwsEc2SecurityGroupIpRange
- type AwsEc2SecurityGroupIpv6Range
- type AwsEc2SecurityGroupPrefixListId
- type AwsEc2SecurityGroupUserIdGroupPair
- func (s AwsEc2SecurityGroupUserIdGroupPair) GoString() string
- func (s *AwsEc2SecurityGroupUserIdGroupPair) SetGroupId(v string) *AwsEc2SecurityGroupUserIdGroupPair
- func (s *AwsEc2SecurityGroupUserIdGroupPair) SetGroupName(v string) *AwsEc2SecurityGroupUserIdGroupPair
- func (s *AwsEc2SecurityGroupUserIdGroupPair) SetPeeringStatus(v string) *AwsEc2SecurityGroupUserIdGroupPair
- func (s *AwsEc2SecurityGroupUserIdGroupPair) SetUserId(v string) *AwsEc2SecurityGroupUserIdGroupPair
- func (s *AwsEc2SecurityGroupUserIdGroupPair) SetVpcId(v string) *AwsEc2SecurityGroupUserIdGroupPair
- func (s *AwsEc2SecurityGroupUserIdGroupPair) SetVpcPeeringConnectionId(v string) *AwsEc2SecurityGroupUserIdGroupPair
- func (s AwsEc2SecurityGroupUserIdGroupPair) String() string
- type AwsElasticsearchDomainDetails
- func (s AwsElasticsearchDomainDetails) GoString() string
- func (s *AwsElasticsearchDomainDetails) SetAccessPolicies(v string) *AwsElasticsearchDomainDetails
- func (s *AwsElasticsearchDomainDetails) SetDomainEndpointOptions(v *AwsElasticsearchDomainDomainEndpointOptions) *AwsElasticsearchDomainDetails
- func (s *AwsElasticsearchDomainDetails) SetDomainId(v string) *AwsElasticsearchDomainDetails
- func (s *AwsElasticsearchDomainDetails) SetDomainName(v string) *AwsElasticsearchDomainDetails
- func (s *AwsElasticsearchDomainDetails) SetElasticsearchVersion(v string) *AwsElasticsearchDomainDetails
- func (s *AwsElasticsearchDomainDetails) SetEncryptionAtRestOptions(v *AwsElasticsearchDomainEncryptionAtRestOptions) *AwsElasticsearchDomainDetails
- func (s *AwsElasticsearchDomainDetails) SetEndpoint(v string) *AwsElasticsearchDomainDetails
- func (s *AwsElasticsearchDomainDetails) SetEndpoints(v map[string]*string) *AwsElasticsearchDomainDetails
- func (s *AwsElasticsearchDomainDetails) SetNodeToNodeEncryptionOptions(v *AwsElasticsearchDomainNodeToNodeEncryptionOptions) *AwsElasticsearchDomainDetails
- func (s *AwsElasticsearchDomainDetails) SetVPCOptions(v *AwsElasticsearchDomainVPCOptions) *AwsElasticsearchDomainDetails
- func (s AwsElasticsearchDomainDetails) String() string
- type AwsElasticsearchDomainDomainEndpointOptions
- func (s AwsElasticsearchDomainDomainEndpointOptions) GoString() string
- func (s *AwsElasticsearchDomainDomainEndpointOptions) SetEnforceHTTPS(v bool) *AwsElasticsearchDomainDomainEndpointOptions
- func (s *AwsElasticsearchDomainDomainEndpointOptions) SetTLSSecurityPolicy(v string) *AwsElasticsearchDomainDomainEndpointOptions
- func (s AwsElasticsearchDomainDomainEndpointOptions) String() string
- type AwsElasticsearchDomainEncryptionAtRestOptions
- func (s AwsElasticsearchDomainEncryptionAtRestOptions) GoString() string
- func (s *AwsElasticsearchDomainEncryptionAtRestOptions) SetEnabled(v bool) *AwsElasticsearchDomainEncryptionAtRestOptions
- func (s *AwsElasticsearchDomainEncryptionAtRestOptions) SetKmsKeyId(v string) *AwsElasticsearchDomainEncryptionAtRestOptions
- func (s AwsElasticsearchDomainEncryptionAtRestOptions) String() string
- type AwsElasticsearchDomainNodeToNodeEncryptionOptions
- type AwsElasticsearchDomainVPCOptions
- func (s AwsElasticsearchDomainVPCOptions) GoString() string
- func (s *AwsElasticsearchDomainVPCOptions) SetAvailabilityZones(v []*string) *AwsElasticsearchDomainVPCOptions
- func (s *AwsElasticsearchDomainVPCOptions) SetSecurityGroupIds(v []*string) *AwsElasticsearchDomainVPCOptions
- func (s *AwsElasticsearchDomainVPCOptions) SetSubnetIds(v []*string) *AwsElasticsearchDomainVPCOptions
- func (s *AwsElasticsearchDomainVPCOptions) SetVPCId(v string) *AwsElasticsearchDomainVPCOptions
- func (s AwsElasticsearchDomainVPCOptions) String() string
- type AwsElbv2LoadBalancerDetails
- func (s AwsElbv2LoadBalancerDetails) GoString() string
- func (s *AwsElbv2LoadBalancerDetails) SetAvailabilityZones(v []*AvailabilityZone) *AwsElbv2LoadBalancerDetails
- func (s *AwsElbv2LoadBalancerDetails) SetCanonicalHostedZoneId(v string) *AwsElbv2LoadBalancerDetails
- func (s *AwsElbv2LoadBalancerDetails) SetCreatedTime(v string) *AwsElbv2LoadBalancerDetails
- func (s *AwsElbv2LoadBalancerDetails) SetDNSName(v string) *AwsElbv2LoadBalancerDetails
- func (s *AwsElbv2LoadBalancerDetails) SetIpAddressType(v string) *AwsElbv2LoadBalancerDetails
- func (s *AwsElbv2LoadBalancerDetails) SetScheme(v string) *AwsElbv2LoadBalancerDetails
- func (s *AwsElbv2LoadBalancerDetails) SetSecurityGroups(v []*string) *AwsElbv2LoadBalancerDetails
- func (s *AwsElbv2LoadBalancerDetails) SetState(v *LoadBalancerState) *AwsElbv2LoadBalancerDetails
- func (s *AwsElbv2LoadBalancerDetails) SetType(v string) *AwsElbv2LoadBalancerDetails
- func (s *AwsElbv2LoadBalancerDetails) SetVpcId(v string) *AwsElbv2LoadBalancerDetails
- func (s AwsElbv2LoadBalancerDetails) String() string
- type AwsIamAccessKeyDetails
- func (s AwsIamAccessKeyDetails) GoString() string
- func (s *AwsIamAccessKeyDetails) SetCreatedAt(v string) *AwsIamAccessKeyDetails
- func (s *AwsIamAccessKeyDetails) SetPrincipalId(v string) *AwsIamAccessKeyDetails
- func (s *AwsIamAccessKeyDetails) SetPrincipalName(v string) *AwsIamAccessKeyDetails
- func (s *AwsIamAccessKeyDetails) SetPrincipalType(v string) *AwsIamAccessKeyDetails
- func (s *AwsIamAccessKeyDetails) SetStatus(v string) *AwsIamAccessKeyDetails
- func (s *AwsIamAccessKeyDetails) SetUserName(v string) *AwsIamAccessKeyDetails
- func (s AwsIamAccessKeyDetails) String() string
- type AwsIamRoleDetails
- func (s AwsIamRoleDetails) GoString() string
- func (s *AwsIamRoleDetails) SetAssumeRolePolicyDocument(v string) *AwsIamRoleDetails
- func (s *AwsIamRoleDetails) SetCreateDate(v string) *AwsIamRoleDetails
- func (s *AwsIamRoleDetails) SetMaxSessionDuration(v int64) *AwsIamRoleDetails
- func (s *AwsIamRoleDetails) SetPath(v string) *AwsIamRoleDetails
- func (s *AwsIamRoleDetails) SetRoleId(v string) *AwsIamRoleDetails
- func (s *AwsIamRoleDetails) SetRoleName(v string) *AwsIamRoleDetails
- func (s AwsIamRoleDetails) String() string
- func (s *AwsIamRoleDetails) Validate() error
- type AwsKmsKeyDetails
- func (s AwsKmsKeyDetails) GoString() string
- func (s *AwsKmsKeyDetails) SetAWSAccountId(v string) *AwsKmsKeyDetails
- func (s *AwsKmsKeyDetails) SetCreationDate(v float64) *AwsKmsKeyDetails
- func (s *AwsKmsKeyDetails) SetKeyId(v string) *AwsKmsKeyDetails
- func (s *AwsKmsKeyDetails) SetKeyManager(v string) *AwsKmsKeyDetails
- func (s *AwsKmsKeyDetails) SetKeyState(v string) *AwsKmsKeyDetails
- func (s *AwsKmsKeyDetails) SetOrigin(v string) *AwsKmsKeyDetails
- func (s AwsKmsKeyDetails) String() string
- type AwsLambdaFunctionCode
- func (s AwsLambdaFunctionCode) GoString() string
- func (s *AwsLambdaFunctionCode) SetS3Bucket(v string) *AwsLambdaFunctionCode
- func (s *AwsLambdaFunctionCode) SetS3Key(v string) *AwsLambdaFunctionCode
- func (s *AwsLambdaFunctionCode) SetS3ObjectVersion(v string) *AwsLambdaFunctionCode
- func (s *AwsLambdaFunctionCode) SetZipFile(v string) *AwsLambdaFunctionCode
- func (s AwsLambdaFunctionCode) String() string
- type AwsLambdaFunctionDeadLetterConfig
- type AwsLambdaFunctionDetails
- func (s AwsLambdaFunctionDetails) GoString() string
- func (s *AwsLambdaFunctionDetails) SetCode(v *AwsLambdaFunctionCode) *AwsLambdaFunctionDetails
- func (s *AwsLambdaFunctionDetails) SetCodeSha256(v string) *AwsLambdaFunctionDetails
- func (s *AwsLambdaFunctionDetails) SetDeadLetterConfig(v *AwsLambdaFunctionDeadLetterConfig) *AwsLambdaFunctionDetails
- func (s *AwsLambdaFunctionDetails) SetEnvironment(v *AwsLambdaFunctionEnvironment) *AwsLambdaFunctionDetails
- func (s *AwsLambdaFunctionDetails) SetFunctionName(v string) *AwsLambdaFunctionDetails
- func (s *AwsLambdaFunctionDetails) SetHandler(v string) *AwsLambdaFunctionDetails
- func (s *AwsLambdaFunctionDetails) SetKmsKeyArn(v string) *AwsLambdaFunctionDetails
- func (s *AwsLambdaFunctionDetails) SetLastModified(v string) *AwsLambdaFunctionDetails
- func (s *AwsLambdaFunctionDetails) SetLayers(v []*AwsLambdaFunctionLayer) *AwsLambdaFunctionDetails
- func (s *AwsLambdaFunctionDetails) SetMasterArn(v string) *AwsLambdaFunctionDetails
- func (s *AwsLambdaFunctionDetails) SetMemorySize(v int64) *AwsLambdaFunctionDetails
- func (s *AwsLambdaFunctionDetails) SetRevisionId(v string) *AwsLambdaFunctionDetails
- func (s *AwsLambdaFunctionDetails) SetRole(v string) *AwsLambdaFunctionDetails
- func (s *AwsLambdaFunctionDetails) SetRuntime(v string) *AwsLambdaFunctionDetails
- func (s *AwsLambdaFunctionDetails) SetTimeout(v int64) *AwsLambdaFunctionDetails
- func (s *AwsLambdaFunctionDetails) SetTracingConfig(v *AwsLambdaFunctionTracingConfig) *AwsLambdaFunctionDetails
- func (s *AwsLambdaFunctionDetails) SetVersion(v string) *AwsLambdaFunctionDetails
- func (s *AwsLambdaFunctionDetails) SetVpcConfig(v *AwsLambdaFunctionVpcConfig) *AwsLambdaFunctionDetails
- func (s AwsLambdaFunctionDetails) String() string
- type AwsLambdaFunctionEnvironment
- func (s AwsLambdaFunctionEnvironment) GoString() string
- func (s *AwsLambdaFunctionEnvironment) SetError(v *AwsLambdaFunctionEnvironmentError) *AwsLambdaFunctionEnvironment
- func (s *AwsLambdaFunctionEnvironment) SetVariables(v map[string]*string) *AwsLambdaFunctionEnvironment
- func (s AwsLambdaFunctionEnvironment) String() string
- type AwsLambdaFunctionEnvironmentError
- func (s AwsLambdaFunctionEnvironmentError) GoString() string
- func (s *AwsLambdaFunctionEnvironmentError) SetErrorCode(v string) *AwsLambdaFunctionEnvironmentError
- func (s *AwsLambdaFunctionEnvironmentError) SetMessage(v string) *AwsLambdaFunctionEnvironmentError
- func (s AwsLambdaFunctionEnvironmentError) String() string
- type AwsLambdaFunctionLayer
- type AwsLambdaFunctionTracingConfig
- type AwsLambdaFunctionVpcConfig
- func (s AwsLambdaFunctionVpcConfig) GoString() string
- func (s *AwsLambdaFunctionVpcConfig) SetSecurityGroupIds(v []*string) *AwsLambdaFunctionVpcConfig
- func (s *AwsLambdaFunctionVpcConfig) SetSubnetIds(v []*string) *AwsLambdaFunctionVpcConfig
- func (s *AwsLambdaFunctionVpcConfig) SetVpcId(v string) *AwsLambdaFunctionVpcConfig
- func (s AwsLambdaFunctionVpcConfig) String() string
- type AwsLambdaLayerVersionDetails
- func (s AwsLambdaLayerVersionDetails) GoString() string
- func (s *AwsLambdaLayerVersionDetails) SetCompatibleRuntimes(v []*string) *AwsLambdaLayerVersionDetails
- func (s *AwsLambdaLayerVersionDetails) SetCreatedDate(v string) *AwsLambdaLayerVersionDetails
- func (s *AwsLambdaLayerVersionDetails) SetVersion(v int64) *AwsLambdaLayerVersionDetails
- func (s AwsLambdaLayerVersionDetails) String() string
- type AwsRdsDbInstanceAssociatedRole
- func (s AwsRdsDbInstanceAssociatedRole) GoString() string
- func (s *AwsRdsDbInstanceAssociatedRole) SetFeatureName(v string) *AwsRdsDbInstanceAssociatedRole
- func (s *AwsRdsDbInstanceAssociatedRole) SetRoleArn(v string) *AwsRdsDbInstanceAssociatedRole
- func (s *AwsRdsDbInstanceAssociatedRole) SetStatus(v string) *AwsRdsDbInstanceAssociatedRole
- func (s AwsRdsDbInstanceAssociatedRole) String() string
- type AwsRdsDbInstanceDetails
- func (s AwsRdsDbInstanceDetails) GoString() string
- func (s *AwsRdsDbInstanceDetails) SetAssociatedRoles(v []*AwsRdsDbInstanceAssociatedRole) *AwsRdsDbInstanceDetails
- func (s *AwsRdsDbInstanceDetails) SetCACertificateIdentifier(v string) *AwsRdsDbInstanceDetails
- func (s *AwsRdsDbInstanceDetails) SetDBClusterIdentifier(v string) *AwsRdsDbInstanceDetails
- func (s *AwsRdsDbInstanceDetails) SetDBInstanceClass(v string) *AwsRdsDbInstanceDetails
- func (s *AwsRdsDbInstanceDetails) SetDBInstanceIdentifier(v string) *AwsRdsDbInstanceDetails
- func (s *AwsRdsDbInstanceDetails) SetDBName(v string) *AwsRdsDbInstanceDetails
- func (s *AwsRdsDbInstanceDetails) SetDbInstancePort(v int64) *AwsRdsDbInstanceDetails
- func (s *AwsRdsDbInstanceDetails) SetDbiResourceId(v string) *AwsRdsDbInstanceDetails
- func (s *AwsRdsDbInstanceDetails) SetDeletionProtection(v bool) *AwsRdsDbInstanceDetails
- func (s *AwsRdsDbInstanceDetails) SetEndpoint(v *AwsRdsDbInstanceEndpoint) *AwsRdsDbInstanceDetails
- func (s *AwsRdsDbInstanceDetails) SetEngine(v string) *AwsRdsDbInstanceDetails
- func (s *AwsRdsDbInstanceDetails) SetEngineVersion(v string) *AwsRdsDbInstanceDetails
- func (s *AwsRdsDbInstanceDetails) SetIAMDatabaseAuthenticationEnabled(v bool) *AwsRdsDbInstanceDetails
- func (s *AwsRdsDbInstanceDetails) SetInstanceCreateTime(v string) *AwsRdsDbInstanceDetails
- func (s *AwsRdsDbInstanceDetails) SetKmsKeyId(v string) *AwsRdsDbInstanceDetails
- func (s *AwsRdsDbInstanceDetails) SetPubliclyAccessible(v bool) *AwsRdsDbInstanceDetails
- func (s *AwsRdsDbInstanceDetails) SetStorageEncrypted(v bool) *AwsRdsDbInstanceDetails
- func (s *AwsRdsDbInstanceDetails) SetTdeCredentialArn(v string) *AwsRdsDbInstanceDetails
- func (s *AwsRdsDbInstanceDetails) SetVpcSecurityGroups(v []*AwsRdsDbInstanceVpcSecurityGroup) *AwsRdsDbInstanceDetails
- func (s AwsRdsDbInstanceDetails) String() string
- type AwsRdsDbInstanceEndpoint
- func (s AwsRdsDbInstanceEndpoint) GoString() string
- func (s *AwsRdsDbInstanceEndpoint) SetAddress(v string) *AwsRdsDbInstanceEndpoint
- func (s *AwsRdsDbInstanceEndpoint) SetHostedZoneId(v string) *AwsRdsDbInstanceEndpoint
- func (s *AwsRdsDbInstanceEndpoint) SetPort(v int64) *AwsRdsDbInstanceEndpoint
- func (s AwsRdsDbInstanceEndpoint) String() string
- type AwsRdsDbInstanceVpcSecurityGroup
- func (s AwsRdsDbInstanceVpcSecurityGroup) GoString() string
- func (s *AwsRdsDbInstanceVpcSecurityGroup) SetStatus(v string) *AwsRdsDbInstanceVpcSecurityGroup
- func (s *AwsRdsDbInstanceVpcSecurityGroup) SetVpcSecurityGroupId(v string) *AwsRdsDbInstanceVpcSecurityGroup
- func (s AwsRdsDbInstanceVpcSecurityGroup) String() string
- type AwsS3BucketDetails
- func (s AwsS3BucketDetails) GoString() string
- func (s *AwsS3BucketDetails) SetCreatedAt(v string) *AwsS3BucketDetails
- func (s *AwsS3BucketDetails) SetOwnerId(v string) *AwsS3BucketDetails
- func (s *AwsS3BucketDetails) SetOwnerName(v string) *AwsS3BucketDetails
- func (s *AwsS3BucketDetails) SetServerSideEncryptionConfiguration(v *AwsS3BucketServerSideEncryptionConfiguration) *AwsS3BucketDetails
- func (s AwsS3BucketDetails) String() string
- type AwsS3BucketServerSideEncryptionByDefault
- func (s AwsS3BucketServerSideEncryptionByDefault) GoString() string
- func (s *AwsS3BucketServerSideEncryptionByDefault) SetKMSMasterKeyID(v string) *AwsS3BucketServerSideEncryptionByDefault
- func (s *AwsS3BucketServerSideEncryptionByDefault) SetSSEAlgorithm(v string) *AwsS3BucketServerSideEncryptionByDefault
- func (s AwsS3BucketServerSideEncryptionByDefault) String() string
- type AwsS3BucketServerSideEncryptionConfiguration
- type AwsS3BucketServerSideEncryptionRule
- type AwsS3ObjectDetails
- func (s AwsS3ObjectDetails) GoString() string
- func (s *AwsS3ObjectDetails) SetContentType(v string) *AwsS3ObjectDetails
- func (s *AwsS3ObjectDetails) SetETag(v string) *AwsS3ObjectDetails
- func (s *AwsS3ObjectDetails) SetLastModified(v string) *AwsS3ObjectDetails
- func (s *AwsS3ObjectDetails) SetSSEKMSKeyId(v string) *AwsS3ObjectDetails
- func (s *AwsS3ObjectDetails) SetServerSideEncryption(v string) *AwsS3ObjectDetails
- func (s *AwsS3ObjectDetails) SetVersionId(v string) *AwsS3ObjectDetails
- func (s AwsS3ObjectDetails) String() string
- type AwsSecurityFinding
- func (s AwsSecurityFinding) GoString() string
- func (s *AwsSecurityFinding) SetAwsAccountId(v string) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetCompliance(v *Compliance) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetConfidence(v int64) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetCreatedAt(v string) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetCriticality(v int64) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetDescription(v string) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetFirstObservedAt(v string) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetGeneratorId(v string) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetId(v string) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetLastObservedAt(v string) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetMalware(v []*Malware) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetNetwork(v *Network) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetNote(v *Note) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetProcess(v *ProcessDetails) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetProductArn(v string) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetProductFields(v map[string]*string) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetRecordState(v string) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetRelatedFindings(v []*RelatedFinding) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetRemediation(v *Remediation) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetResources(v []*Resource) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetSchemaVersion(v string) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetSeverity(v *Severity) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetSourceUrl(v string) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetThreatIntelIndicators(v []*ThreatIntelIndicator) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetTitle(v string) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetTypes(v []*string) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetUpdatedAt(v string) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetUserDefinedFields(v map[string]*string) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetVerificationState(v string) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetWorkflow(v *Workflow) *AwsSecurityFinding
- func (s *AwsSecurityFinding) SetWorkflowState(v string) *AwsSecurityFinding
- func (s AwsSecurityFinding) String() string
- func (s *AwsSecurityFinding) Validate() error
- type AwsSecurityFindingFilters
- func (s AwsSecurityFindingFilters) GoString() string
- func (s *AwsSecurityFindingFilters) SetAwsAccountId(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetCompanyName(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetComplianceStatus(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetConfidence(v []*NumberFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetCreatedAt(v []*DateFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetCriticality(v []*NumberFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetDescription(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetFirstObservedAt(v []*DateFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetGeneratorId(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetId(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetKeyword(v []*KeywordFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetLastObservedAt(v []*DateFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetMalwareName(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetMalwarePath(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetMalwareState(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetMalwareType(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetNetworkDestinationDomain(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetNetworkDestinationIpV4(v []*IpFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetNetworkDestinationIpV6(v []*IpFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetNetworkDestinationPort(v []*NumberFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetNetworkDirection(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetNetworkProtocol(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetNetworkSourceDomain(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetNetworkSourceIpV4(v []*IpFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetNetworkSourceIpV6(v []*IpFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetNetworkSourceMac(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetNetworkSourcePort(v []*NumberFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetNoteText(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetNoteUpdatedAt(v []*DateFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetNoteUpdatedBy(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetProcessLaunchedAt(v []*DateFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetProcessName(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetProcessParentPid(v []*NumberFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetProcessPath(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetProcessPid(v []*NumberFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetProcessTerminatedAt(v []*DateFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetProductArn(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetProductFields(v []*MapFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetProductName(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetRecommendationText(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetRecordState(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetRelatedFindingsId(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetRelatedFindingsProductArn(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceIamInstanceProfileArn(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceImageId(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceIpV4Addresses(v []*IpFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceIpV6Addresses(v []*IpFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceKeyName(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceLaunchedAt(v []*DateFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceSubnetId(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceType(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceVpcId(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceAwsIamAccessKeyCreatedAt(v []*DateFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceAwsIamAccessKeyStatus(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceAwsIamAccessKeyUserName(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceAwsS3BucketOwnerId(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceAwsS3BucketOwnerName(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceContainerImageId(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceContainerImageName(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceContainerLaunchedAt(v []*DateFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceContainerName(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceDetailsOther(v []*MapFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceId(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourcePartition(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceRegion(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceTags(v []*MapFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetResourceType(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetSeverityLabel(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetSeverityNormalized(v []*NumberFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetSeverityProduct(v []*NumberFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetSourceUrl(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorCategory(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorLastObservedAt(v []*DateFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorSource(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorSourceUrl(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorType(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorValue(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetTitle(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetType(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetUpdatedAt(v []*DateFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetUserDefinedFields(v []*MapFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetVerificationState(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetWorkflowState(v []*StringFilter) *AwsSecurityFindingFilters
- func (s *AwsSecurityFindingFilters) SetWorkflowStatus(v []*StringFilter) *AwsSecurityFindingFilters
- func (s AwsSecurityFindingFilters) String() string
- type AwsSnsTopicDetails
- func (s AwsSnsTopicDetails) GoString() string
- func (s *AwsSnsTopicDetails) SetKmsMasterKeyId(v string) *AwsSnsTopicDetails
- func (s *AwsSnsTopicDetails) SetOwner(v string) *AwsSnsTopicDetails
- func (s *AwsSnsTopicDetails) SetSubscription(v []*AwsSnsTopicSubscription) *AwsSnsTopicDetails
- func (s *AwsSnsTopicDetails) SetTopicName(v string) *AwsSnsTopicDetails
- func (s AwsSnsTopicDetails) String() string
- type AwsSnsTopicSubscription
- type AwsSqsQueueDetails
- func (s AwsSqsQueueDetails) GoString() string
- func (s *AwsSqsQueueDetails) SetDeadLetterTargetArn(v string) *AwsSqsQueueDetails
- func (s *AwsSqsQueueDetails) SetKmsDataKeyReusePeriodSeconds(v int64) *AwsSqsQueueDetails
- func (s *AwsSqsQueueDetails) SetKmsMasterKeyId(v string) *AwsSqsQueueDetails
- func (s *AwsSqsQueueDetails) SetQueueName(v string) *AwsSqsQueueDetails
- func (s AwsSqsQueueDetails) String() string
- type AwsWafWebAclDetails
- func (s AwsWafWebAclDetails) GoString() string
- func (s *AwsWafWebAclDetails) SetDefaultAction(v string) *AwsWafWebAclDetails
- func (s *AwsWafWebAclDetails) SetName(v string) *AwsWafWebAclDetails
- func (s *AwsWafWebAclDetails) SetRules(v []*AwsWafWebAclRule) *AwsWafWebAclDetails
- func (s *AwsWafWebAclDetails) SetWebAclId(v string) *AwsWafWebAclDetails
- func (s AwsWafWebAclDetails) String() string
- type AwsWafWebAclRule
- func (s AwsWafWebAclRule) GoString() string
- func (s *AwsWafWebAclRule) SetAction(v *WafAction) *AwsWafWebAclRule
- func (s *AwsWafWebAclRule) SetExcludedRules(v []*WafExcludedRule) *AwsWafWebAclRule
- func (s *AwsWafWebAclRule) SetOverrideAction(v *WafOverrideAction) *AwsWafWebAclRule
- func (s *AwsWafWebAclRule) SetPriority(v int64) *AwsWafWebAclRule
- func (s *AwsWafWebAclRule) SetRuleId(v string) *AwsWafWebAclRule
- func (s *AwsWafWebAclRule) SetType(v string) *AwsWafWebAclRule
- func (s AwsWafWebAclRule) String() string
- type BatchDisableStandardsInput
- type BatchDisableStandardsOutput
- type BatchEnableStandardsInput
- type BatchEnableStandardsOutput
- type BatchImportFindingsInput
- type BatchImportFindingsOutput
- func (s BatchImportFindingsOutput) GoString() string
- func (s *BatchImportFindingsOutput) SetFailedCount(v int64) *BatchImportFindingsOutput
- func (s *BatchImportFindingsOutput) SetFailedFindings(v []*ImportFindingsError) *BatchImportFindingsOutput
- func (s *BatchImportFindingsOutput) SetSuccessCount(v int64) *BatchImportFindingsOutput
- func (s BatchImportFindingsOutput) String() string
- type Compliance
- type ContainerDetails
- func (s ContainerDetails) GoString() string
- func (s *ContainerDetails) SetImageId(v string) *ContainerDetails
- func (s *ContainerDetails) SetImageName(v string) *ContainerDetails
- func (s *ContainerDetails) SetLaunchedAt(v string) *ContainerDetails
- func (s *ContainerDetails) SetName(v string) *ContainerDetails
- func (s ContainerDetails) String() string
- type CreateActionTargetInput
- func (s CreateActionTargetInput) GoString() string
- func (s *CreateActionTargetInput) SetDescription(v string) *CreateActionTargetInput
- func (s *CreateActionTargetInput) SetId(v string) *CreateActionTargetInput
- func (s *CreateActionTargetInput) SetName(v string) *CreateActionTargetInput
- func (s CreateActionTargetInput) String() string
- func (s *CreateActionTargetInput) Validate() error
- type CreateActionTargetOutput
- type CreateInsightInput
- func (s CreateInsightInput) GoString() string
- func (s *CreateInsightInput) SetFilters(v *AwsSecurityFindingFilters) *CreateInsightInput
- func (s *CreateInsightInput) SetGroupByAttribute(v string) *CreateInsightInput
- func (s *CreateInsightInput) SetName(v string) *CreateInsightInput
- func (s CreateInsightInput) String() string
- func (s *CreateInsightInput) Validate() error
- type CreateInsightOutput
- type CreateMembersInput
- type CreateMembersOutput
- type DateFilter
- type DateRange
- type DeclineInvitationsInput
- type DeclineInvitationsOutput
- type DeleteActionTargetInput
- type DeleteActionTargetOutput
- type DeleteInsightInput
- type DeleteInsightOutput
- type DeleteInvitationsInput
- type DeleteInvitationsOutput
- type DeleteMembersInput
- type DeleteMembersOutput
- type DescribeActionTargetsInput
- func (s DescribeActionTargetsInput) GoString() string
- func (s *DescribeActionTargetsInput) SetActionTargetArns(v []*string) *DescribeActionTargetsInput
- func (s *DescribeActionTargetsInput) SetMaxResults(v int64) *DescribeActionTargetsInput
- func (s *DescribeActionTargetsInput) SetNextToken(v string) *DescribeActionTargetsInput
- func (s DescribeActionTargetsInput) String() string
- func (s *DescribeActionTargetsInput) Validate() error
- type DescribeActionTargetsOutput
- func (s DescribeActionTargetsOutput) GoString() string
- func (s *DescribeActionTargetsOutput) SetActionTargets(v []*ActionTarget) *DescribeActionTargetsOutput
- func (s *DescribeActionTargetsOutput) SetNextToken(v string) *DescribeActionTargetsOutput
- func (s DescribeActionTargetsOutput) String() string
- type DescribeHubInput
- type DescribeHubOutput
- type DescribeProductsInput
- func (s DescribeProductsInput) GoString() string
- func (s *DescribeProductsInput) SetMaxResults(v int64) *DescribeProductsInput
- func (s *DescribeProductsInput) SetNextToken(v string) *DescribeProductsInput
- func (s DescribeProductsInput) String() string
- func (s *DescribeProductsInput) Validate() error
- type DescribeProductsOutput
- type DescribeStandardsControlsInput
- func (s DescribeStandardsControlsInput) GoString() string
- func (s *DescribeStandardsControlsInput) SetMaxResults(v int64) *DescribeStandardsControlsInput
- func (s *DescribeStandardsControlsInput) SetNextToken(v string) *DescribeStandardsControlsInput
- func (s *DescribeStandardsControlsInput) SetStandardsSubscriptionArn(v string) *DescribeStandardsControlsInput
- func (s DescribeStandardsControlsInput) String() string
- func (s *DescribeStandardsControlsInput) Validate() error
- type DescribeStandardsControlsOutput
- func (s DescribeStandardsControlsOutput) GoString() string
- func (s *DescribeStandardsControlsOutput) SetControls(v []*StandardsControl) *DescribeStandardsControlsOutput
- func (s *DescribeStandardsControlsOutput) SetNextToken(v string) *DescribeStandardsControlsOutput
- func (s DescribeStandardsControlsOutput) String() string
- type DescribeStandardsInput
- func (s DescribeStandardsInput) GoString() string
- func (s *DescribeStandardsInput) SetMaxResults(v int64) *DescribeStandardsInput
- func (s *DescribeStandardsInput) SetNextToken(v string) *DescribeStandardsInput
- func (s DescribeStandardsInput) String() string
- func (s *DescribeStandardsInput) Validate() error
- type DescribeStandardsOutput
- type DisableImportFindingsForProductInput
- func (s DisableImportFindingsForProductInput) GoString() string
- func (s *DisableImportFindingsForProductInput) SetProductSubscriptionArn(v string) *DisableImportFindingsForProductInput
- func (s DisableImportFindingsForProductInput) String() string
- func (s *DisableImportFindingsForProductInput) Validate() error
- type DisableImportFindingsForProductOutput
- type DisableSecurityHubInput
- type DisableSecurityHubOutput
- type DisassociateFromMasterAccountInput
- type DisassociateFromMasterAccountOutput
- type DisassociateMembersInput
- type DisassociateMembersOutput
- type EnableImportFindingsForProductInput
- type EnableImportFindingsForProductOutput
- type EnableSecurityHubInput
- type EnableSecurityHubOutput
- type GetEnabledStandardsInput
- func (s GetEnabledStandardsInput) GoString() string
- func (s *GetEnabledStandardsInput) SetMaxResults(v int64) *GetEnabledStandardsInput
- func (s *GetEnabledStandardsInput) SetNextToken(v string) *GetEnabledStandardsInput
- func (s *GetEnabledStandardsInput) SetStandardsSubscriptionArns(v []*string) *GetEnabledStandardsInput
- func (s GetEnabledStandardsInput) String() string
- func (s *GetEnabledStandardsInput) Validate() error
- type GetEnabledStandardsOutput
- func (s GetEnabledStandardsOutput) GoString() string
- func (s *GetEnabledStandardsOutput) SetNextToken(v string) *GetEnabledStandardsOutput
- func (s *GetEnabledStandardsOutput) SetStandardsSubscriptions(v []*StandardsSubscription) *GetEnabledStandardsOutput
- func (s GetEnabledStandardsOutput) String() string
- type GetFindingsInput
- func (s GetFindingsInput) GoString() string
- func (s *GetFindingsInput) SetFilters(v *AwsSecurityFindingFilters) *GetFindingsInput
- func (s *GetFindingsInput) SetMaxResults(v int64) *GetFindingsInput
- func (s *GetFindingsInput) SetNextToken(v string) *GetFindingsInput
- func (s *GetFindingsInput) SetSortCriteria(v []*SortCriterion) *GetFindingsInput
- func (s GetFindingsInput) String() string
- func (s *GetFindingsInput) Validate() error
- type GetFindingsOutput
- type GetInsightResultsInput
- type GetInsightResultsOutput
- type GetInsightsInput
- func (s GetInsightsInput) GoString() string
- func (s *GetInsightsInput) SetInsightArns(v []*string) *GetInsightsInput
- func (s *GetInsightsInput) SetMaxResults(v int64) *GetInsightsInput
- func (s *GetInsightsInput) SetNextToken(v string) *GetInsightsInput
- func (s GetInsightsInput) String() string
- func (s *GetInsightsInput) Validate() error
- type GetInsightsOutput
- type GetInvitationsCountInput
- type GetInvitationsCountOutput
- type GetMasterAccountInput
- type GetMasterAccountOutput
- type GetMembersInput
- type GetMembersOutput
- type ImportFindingsError
- func (s ImportFindingsError) GoString() string
- func (s *ImportFindingsError) SetErrorCode(v string) *ImportFindingsError
- func (s *ImportFindingsError) SetErrorMessage(v string) *ImportFindingsError
- func (s *ImportFindingsError) SetId(v string) *ImportFindingsError
- func (s ImportFindingsError) String() string
- type Insight
- type InsightResultValue
- type InsightResults
- type InternalException
- func (s InternalException) Code() string
- func (s InternalException) Error() string
- func (s InternalException) GoString() string
- func (s InternalException) Message() string
- func (s InternalException) OrigErr() error
- func (s InternalException) RequestID() string
- func (s InternalException) StatusCode() int
- func (s InternalException) String() string
- type InvalidAccessException
- func (s InvalidAccessException) Code() string
- func (s InvalidAccessException) Error() string
- func (s InvalidAccessException) GoString() string
- func (s InvalidAccessException) Message() string
- func (s InvalidAccessException) OrigErr() error
- func (s InvalidAccessException) RequestID() string
- func (s InvalidAccessException) StatusCode() int
- func (s InvalidAccessException) String() string
- type InvalidInputException
- func (s InvalidInputException) Code() string
- func (s InvalidInputException) Error() string
- func (s InvalidInputException) GoString() string
- func (s InvalidInputException) Message() string
- func (s InvalidInputException) OrigErr() error
- func (s InvalidInputException) RequestID() string
- func (s InvalidInputException) StatusCode() int
- func (s InvalidInputException) String() string
- type Invitation
- func (s Invitation) GoString() string
- func (s *Invitation) SetAccountId(v string) *Invitation
- func (s *Invitation) SetInvitationId(v string) *Invitation
- func (s *Invitation) SetInvitedAt(v time.Time) *Invitation
- func (s *Invitation) SetMemberStatus(v string) *Invitation
- func (s Invitation) String() string
- type InviteMembersInput
- type InviteMembersOutput
- type IpFilter
- type KeywordFilter
- type LimitExceededException
- func (s LimitExceededException) Code() string
- func (s LimitExceededException) Error() string
- func (s LimitExceededException) GoString() string
- func (s LimitExceededException) Message() string
- func (s LimitExceededException) OrigErr() error
- func (s LimitExceededException) RequestID() string
- func (s LimitExceededException) StatusCode() int
- func (s LimitExceededException) String() string
- type ListEnabledProductsForImportInput
- func (s ListEnabledProductsForImportInput) GoString() string
- func (s *ListEnabledProductsForImportInput) SetMaxResults(v int64) *ListEnabledProductsForImportInput
- func (s *ListEnabledProductsForImportInput) SetNextToken(v string) *ListEnabledProductsForImportInput
- func (s ListEnabledProductsForImportInput) String() string
- func (s *ListEnabledProductsForImportInput) Validate() error
- type ListEnabledProductsForImportOutput
- func (s ListEnabledProductsForImportOutput) GoString() string
- func (s *ListEnabledProductsForImportOutput) SetNextToken(v string) *ListEnabledProductsForImportOutput
- func (s *ListEnabledProductsForImportOutput) SetProductSubscriptions(v []*string) *ListEnabledProductsForImportOutput
- func (s ListEnabledProductsForImportOutput) String() string
- type ListInvitationsInput
- type ListInvitationsOutput
- type ListMembersInput
- func (s ListMembersInput) GoString() string
- func (s *ListMembersInput) SetMaxResults(v int64) *ListMembersInput
- func (s *ListMembersInput) SetNextToken(v string) *ListMembersInput
- func (s *ListMembersInput) SetOnlyAssociated(v bool) *ListMembersInput
- func (s ListMembersInput) String() string
- func (s *ListMembersInput) Validate() error
- type ListMembersOutput
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type LoadBalancerState
- type Malware
- type MapFilter
- type Member
- func (s Member) GoString() string
- func (s *Member) SetAccountId(v string) *Member
- func (s *Member) SetEmail(v string) *Member
- func (s *Member) SetInvitedAt(v time.Time) *Member
- func (s *Member) SetMasterId(v string) *Member
- func (s *Member) SetMemberStatus(v string) *Member
- func (s *Member) SetUpdatedAt(v time.Time) *Member
- func (s Member) String() string
- type Network
- func (s Network) GoString() string
- func (s *Network) SetDestinationDomain(v string) *Network
- func (s *Network) SetDestinationIpV4(v string) *Network
- func (s *Network) SetDestinationIpV6(v string) *Network
- func (s *Network) SetDestinationPort(v int64) *Network
- func (s *Network) SetDirection(v string) *Network
- func (s *Network) SetProtocol(v string) *Network
- func (s *Network) SetSourceDomain(v string) *Network
- func (s *Network) SetSourceIpV4(v string) *Network
- func (s *Network) SetSourceIpV6(v string) *Network
- func (s *Network) SetSourceMac(v string) *Network
- func (s *Network) SetSourcePort(v int64) *Network
- func (s Network) String() string
- type Note
- type NoteUpdate
- type NumberFilter
- type ProcessDetails
- func (s ProcessDetails) GoString() string
- func (s *ProcessDetails) SetLaunchedAt(v string) *ProcessDetails
- func (s *ProcessDetails) SetName(v string) *ProcessDetails
- func (s *ProcessDetails) SetParentPid(v int64) *ProcessDetails
- func (s *ProcessDetails) SetPath(v string) *ProcessDetails
- func (s *ProcessDetails) SetPid(v int64) *ProcessDetails
- func (s *ProcessDetails) SetTerminatedAt(v string) *ProcessDetails
- func (s ProcessDetails) String() string
- type Product
- func (s Product) GoString() string
- func (s *Product) SetActivationUrl(v string) *Product
- func (s *Product) SetCategories(v []*string) *Product
- func (s *Product) SetCompanyName(v string) *Product
- func (s *Product) SetDescription(v string) *Product
- func (s *Product) SetIntegrationTypes(v []*string) *Product
- func (s *Product) SetMarketplaceUrl(v string) *Product
- func (s *Product) SetProductArn(v string) *Product
- func (s *Product) SetProductName(v string) *Product
- func (s *Product) SetProductSubscriptionResourcePolicy(v string) *Product
- func (s Product) String() string
- type Recommendation
- type RelatedFinding
- type Remediation
- type Resource
- func (s Resource) GoString() string
- func (s *Resource) SetDetails(v *ResourceDetails) *Resource
- func (s *Resource) SetId(v string) *Resource
- func (s *Resource) SetPartition(v string) *Resource
- func (s *Resource) SetRegion(v string) *Resource
- func (s *Resource) SetTags(v map[string]*string) *Resource
- func (s *Resource) SetType(v string) *Resource
- func (s Resource) String() string
- func (s *Resource) Validate() error
- type ResourceConflictException
- func (s ResourceConflictException) Code() string
- func (s ResourceConflictException) Error() string
- func (s ResourceConflictException) GoString() string
- func (s ResourceConflictException) Message() string
- func (s ResourceConflictException) OrigErr() error
- func (s ResourceConflictException) RequestID() string
- func (s ResourceConflictException) StatusCode() int
- func (s ResourceConflictException) String() string
- type ResourceDetails
- func (s ResourceDetails) GoString() string
- func (s *ResourceDetails) SetAwsCloudFrontDistribution(v *AwsCloudFrontDistributionDetails) *ResourceDetails
- func (s *ResourceDetails) SetAwsCodeBuildProject(v *AwsCodeBuildProjectDetails) *ResourceDetails
- func (s *ResourceDetails) SetAwsEc2Instance(v *AwsEc2InstanceDetails) *ResourceDetails
- func (s *ResourceDetails) SetAwsEc2NetworkInterface(v *AwsEc2NetworkInterfaceDetails) *ResourceDetails
- func (s *ResourceDetails) SetAwsEc2SecurityGroup(v *AwsEc2SecurityGroupDetails) *ResourceDetails
- func (s *ResourceDetails) SetAwsElasticsearchDomain(v *AwsElasticsearchDomainDetails) *ResourceDetails
- func (s *ResourceDetails) SetAwsElbv2LoadBalancer(v *AwsElbv2LoadBalancerDetails) *ResourceDetails
- func (s *ResourceDetails) SetAwsIamAccessKey(v *AwsIamAccessKeyDetails) *ResourceDetails
- func (s *ResourceDetails) SetAwsIamRole(v *AwsIamRoleDetails) *ResourceDetails
- func (s *ResourceDetails) SetAwsKmsKey(v *AwsKmsKeyDetails) *ResourceDetails
- func (s *ResourceDetails) SetAwsLambdaFunction(v *AwsLambdaFunctionDetails) *ResourceDetails
- func (s *ResourceDetails) SetAwsLambdaLayerVersion(v *AwsLambdaLayerVersionDetails) *ResourceDetails
- func (s *ResourceDetails) SetAwsRdsDbInstance(v *AwsRdsDbInstanceDetails) *ResourceDetails
- func (s *ResourceDetails) SetAwsS3Bucket(v *AwsS3BucketDetails) *ResourceDetails
- func (s *ResourceDetails) SetAwsS3Object(v *AwsS3ObjectDetails) *ResourceDetails
- func (s *ResourceDetails) SetAwsSnsTopic(v *AwsSnsTopicDetails) *ResourceDetails
- func (s *ResourceDetails) SetAwsSqsQueue(v *AwsSqsQueueDetails) *ResourceDetails
- func (s *ResourceDetails) SetAwsWafWebAcl(v *AwsWafWebAclDetails) *ResourceDetails
- func (s *ResourceDetails) SetContainer(v *ContainerDetails) *ResourceDetails
- func (s *ResourceDetails) SetOther(v map[string]*string) *ResourceDetails
- func (s ResourceDetails) String() string
- func (s *ResourceDetails) Validate() error
- 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 Result
- type SecurityHub
- func (c *SecurityHub) AcceptInvitation(input *AcceptInvitationInput) (*AcceptInvitationOutput, error)
- func (c *SecurityHub) AcceptInvitationRequest(input *AcceptInvitationInput) (req *request.Request, output *AcceptInvitationOutput)
- func (c *SecurityHub) AcceptInvitationWithContext(ctx aws.Context, input *AcceptInvitationInput, opts ...request.Option) (*AcceptInvitationOutput, error)
- func (c *SecurityHub) BatchDisableStandards(input *BatchDisableStandardsInput) (*BatchDisableStandardsOutput, error)
- func (c *SecurityHub) BatchDisableStandardsRequest(input *BatchDisableStandardsInput) (req *request.Request, output *BatchDisableStandardsOutput)
- func (c *SecurityHub) BatchDisableStandardsWithContext(ctx aws.Context, input *BatchDisableStandardsInput, opts ...request.Option) (*BatchDisableStandardsOutput, error)
- func (c *SecurityHub) BatchEnableStandards(input *BatchEnableStandardsInput) (*BatchEnableStandardsOutput, error)
- func (c *SecurityHub) BatchEnableStandardsRequest(input *BatchEnableStandardsInput) (req *request.Request, output *BatchEnableStandardsOutput)
- func (c *SecurityHub) BatchEnableStandardsWithContext(ctx aws.Context, input *BatchEnableStandardsInput, opts ...request.Option) (*BatchEnableStandardsOutput, error)
- func (c *SecurityHub) BatchImportFindings(input *BatchImportFindingsInput) (*BatchImportFindingsOutput, error)
- func (c *SecurityHub) BatchImportFindingsRequest(input *BatchImportFindingsInput) (req *request.Request, output *BatchImportFindingsOutput)
- func (c *SecurityHub) BatchImportFindingsWithContext(ctx aws.Context, input *BatchImportFindingsInput, opts ...request.Option) (*BatchImportFindingsOutput, error)
- func (c *SecurityHub) CreateActionTarget(input *CreateActionTargetInput) (*CreateActionTargetOutput, error)
- func (c *SecurityHub) CreateActionTargetRequest(input *CreateActionTargetInput) (req *request.Request, output *CreateActionTargetOutput)
- func (c *SecurityHub) CreateActionTargetWithContext(ctx aws.Context, input *CreateActionTargetInput, opts ...request.Option) (*CreateActionTargetOutput, error)
- func (c *SecurityHub) CreateInsight(input *CreateInsightInput) (*CreateInsightOutput, error)
- func (c *SecurityHub) CreateInsightRequest(input *CreateInsightInput) (req *request.Request, output *CreateInsightOutput)
- func (c *SecurityHub) CreateInsightWithContext(ctx aws.Context, input *CreateInsightInput, opts ...request.Option) (*CreateInsightOutput, error)
- func (c *SecurityHub) CreateMembers(input *CreateMembersInput) (*CreateMembersOutput, error)
- func (c *SecurityHub) CreateMembersRequest(input *CreateMembersInput) (req *request.Request, output *CreateMembersOutput)
- func (c *SecurityHub) CreateMembersWithContext(ctx aws.Context, input *CreateMembersInput, opts ...request.Option) (*CreateMembersOutput, error)
- func (c *SecurityHub) DeclineInvitations(input *DeclineInvitationsInput) (*DeclineInvitationsOutput, error)
- func (c *SecurityHub) DeclineInvitationsRequest(input *DeclineInvitationsInput) (req *request.Request, output *DeclineInvitationsOutput)
- func (c *SecurityHub) DeclineInvitationsWithContext(ctx aws.Context, input *DeclineInvitationsInput, opts ...request.Option) (*DeclineInvitationsOutput, error)
- func (c *SecurityHub) DeleteActionTarget(input *DeleteActionTargetInput) (*DeleteActionTargetOutput, error)
- func (c *SecurityHub) DeleteActionTargetRequest(input *DeleteActionTargetInput) (req *request.Request, output *DeleteActionTargetOutput)
- func (c *SecurityHub) DeleteActionTargetWithContext(ctx aws.Context, input *DeleteActionTargetInput, opts ...request.Option) (*DeleteActionTargetOutput, error)
- func (c *SecurityHub) DeleteInsight(input *DeleteInsightInput) (*DeleteInsightOutput, error)
- func (c *SecurityHub) DeleteInsightRequest(input *DeleteInsightInput) (req *request.Request, output *DeleteInsightOutput)
- func (c *SecurityHub) DeleteInsightWithContext(ctx aws.Context, input *DeleteInsightInput, opts ...request.Option) (*DeleteInsightOutput, error)
- func (c *SecurityHub) DeleteInvitations(input *DeleteInvitationsInput) (*DeleteInvitationsOutput, error)
- func (c *SecurityHub) DeleteInvitationsRequest(input *DeleteInvitationsInput) (req *request.Request, output *DeleteInvitationsOutput)
- func (c *SecurityHub) DeleteInvitationsWithContext(ctx aws.Context, input *DeleteInvitationsInput, opts ...request.Option) (*DeleteInvitationsOutput, error)
- func (c *SecurityHub) DeleteMembers(input *DeleteMembersInput) (*DeleteMembersOutput, error)
- func (c *SecurityHub) DeleteMembersRequest(input *DeleteMembersInput) (req *request.Request, output *DeleteMembersOutput)
- func (c *SecurityHub) DeleteMembersWithContext(ctx aws.Context, input *DeleteMembersInput, opts ...request.Option) (*DeleteMembersOutput, error)
- func (c *SecurityHub) DescribeActionTargets(input *DescribeActionTargetsInput) (*DescribeActionTargetsOutput, error)
- func (c *SecurityHub) DescribeActionTargetsPages(input *DescribeActionTargetsInput, ...) error
- func (c *SecurityHub) DescribeActionTargetsPagesWithContext(ctx aws.Context, input *DescribeActionTargetsInput, ...) error
- func (c *SecurityHub) DescribeActionTargetsRequest(input *DescribeActionTargetsInput) (req *request.Request, output *DescribeActionTargetsOutput)
- func (c *SecurityHub) DescribeActionTargetsWithContext(ctx aws.Context, input *DescribeActionTargetsInput, opts ...request.Option) (*DescribeActionTargetsOutput, error)
- func (c *SecurityHub) DescribeHub(input *DescribeHubInput) (*DescribeHubOutput, error)
- func (c *SecurityHub) DescribeHubRequest(input *DescribeHubInput) (req *request.Request, output *DescribeHubOutput)
- func (c *SecurityHub) DescribeHubWithContext(ctx aws.Context, input *DescribeHubInput, opts ...request.Option) (*DescribeHubOutput, error)
- func (c *SecurityHub) DescribeProducts(input *DescribeProductsInput) (*DescribeProductsOutput, error)
- func (c *SecurityHub) DescribeProductsPages(input *DescribeProductsInput, fn func(*DescribeProductsOutput, bool) bool) error
- func (c *SecurityHub) DescribeProductsPagesWithContext(ctx aws.Context, input *DescribeProductsInput, ...) error
- func (c *SecurityHub) DescribeProductsRequest(input *DescribeProductsInput) (req *request.Request, output *DescribeProductsOutput)
- func (c *SecurityHub) DescribeProductsWithContext(ctx aws.Context, input *DescribeProductsInput, opts ...request.Option) (*DescribeProductsOutput, error)
- func (c *SecurityHub) DescribeStandards(input *DescribeStandardsInput) (*DescribeStandardsOutput, error)
- func (c *SecurityHub) DescribeStandardsControls(input *DescribeStandardsControlsInput) (*DescribeStandardsControlsOutput, error)
- func (c *SecurityHub) DescribeStandardsControlsPages(input *DescribeStandardsControlsInput, ...) error
- func (c *SecurityHub) DescribeStandardsControlsPagesWithContext(ctx aws.Context, input *DescribeStandardsControlsInput, ...) error
- func (c *SecurityHub) DescribeStandardsControlsRequest(input *DescribeStandardsControlsInput) (req *request.Request, output *DescribeStandardsControlsOutput)
- func (c *SecurityHub) DescribeStandardsControlsWithContext(ctx aws.Context, input *DescribeStandardsControlsInput, opts ...request.Option) (*DescribeStandardsControlsOutput, error)
- func (c *SecurityHub) DescribeStandardsPages(input *DescribeStandardsInput, fn func(*DescribeStandardsOutput, bool) bool) error
- func (c *SecurityHub) DescribeStandardsPagesWithContext(ctx aws.Context, input *DescribeStandardsInput, ...) error
- func (c *SecurityHub) DescribeStandardsRequest(input *DescribeStandardsInput) (req *request.Request, output *DescribeStandardsOutput)
- func (c *SecurityHub) DescribeStandardsWithContext(ctx aws.Context, input *DescribeStandardsInput, opts ...request.Option) (*DescribeStandardsOutput, error)
- func (c *SecurityHub) DisableImportFindingsForProduct(input *DisableImportFindingsForProductInput) (*DisableImportFindingsForProductOutput, error)
- func (c *SecurityHub) DisableImportFindingsForProductRequest(input *DisableImportFindingsForProductInput) (req *request.Request, output *DisableImportFindingsForProductOutput)
- func (c *SecurityHub) DisableImportFindingsForProductWithContext(ctx aws.Context, input *DisableImportFindingsForProductInput, ...) (*DisableImportFindingsForProductOutput, error)
- func (c *SecurityHub) DisableSecurityHub(input *DisableSecurityHubInput) (*DisableSecurityHubOutput, error)
- func (c *SecurityHub) DisableSecurityHubRequest(input *DisableSecurityHubInput) (req *request.Request, output *DisableSecurityHubOutput)
- func (c *SecurityHub) DisableSecurityHubWithContext(ctx aws.Context, input *DisableSecurityHubInput, opts ...request.Option) (*DisableSecurityHubOutput, error)
- func (c *SecurityHub) DisassociateFromMasterAccount(input *DisassociateFromMasterAccountInput) (*DisassociateFromMasterAccountOutput, error)
- func (c *SecurityHub) DisassociateFromMasterAccountRequest(input *DisassociateFromMasterAccountInput) (req *request.Request, output *DisassociateFromMasterAccountOutput)
- func (c *SecurityHub) DisassociateFromMasterAccountWithContext(ctx aws.Context, input *DisassociateFromMasterAccountInput, ...) (*DisassociateFromMasterAccountOutput, error)
- func (c *SecurityHub) DisassociateMembers(input *DisassociateMembersInput) (*DisassociateMembersOutput, error)
- func (c *SecurityHub) DisassociateMembersRequest(input *DisassociateMembersInput) (req *request.Request, output *DisassociateMembersOutput)
- func (c *SecurityHub) DisassociateMembersWithContext(ctx aws.Context, input *DisassociateMembersInput, opts ...request.Option) (*DisassociateMembersOutput, error)
- func (c *SecurityHub) EnableImportFindingsForProduct(input *EnableImportFindingsForProductInput) (*EnableImportFindingsForProductOutput, error)
- func (c *SecurityHub) EnableImportFindingsForProductRequest(input *EnableImportFindingsForProductInput) (req *request.Request, output *EnableImportFindingsForProductOutput)
- func (c *SecurityHub) EnableImportFindingsForProductWithContext(ctx aws.Context, input *EnableImportFindingsForProductInput, ...) (*EnableImportFindingsForProductOutput, error)
- func (c *SecurityHub) EnableSecurityHub(input *EnableSecurityHubInput) (*EnableSecurityHubOutput, error)
- func (c *SecurityHub) EnableSecurityHubRequest(input *EnableSecurityHubInput) (req *request.Request, output *EnableSecurityHubOutput)
- func (c *SecurityHub) EnableSecurityHubWithContext(ctx aws.Context, input *EnableSecurityHubInput, opts ...request.Option) (*EnableSecurityHubOutput, error)
- func (c *SecurityHub) GetEnabledStandards(input *GetEnabledStandardsInput) (*GetEnabledStandardsOutput, error)
- func (c *SecurityHub) GetEnabledStandardsPages(input *GetEnabledStandardsInput, ...) error
- func (c *SecurityHub) GetEnabledStandardsPagesWithContext(ctx aws.Context, input *GetEnabledStandardsInput, ...) error
- func (c *SecurityHub) GetEnabledStandardsRequest(input *GetEnabledStandardsInput) (req *request.Request, output *GetEnabledStandardsOutput)
- func (c *SecurityHub) GetEnabledStandardsWithContext(ctx aws.Context, input *GetEnabledStandardsInput, opts ...request.Option) (*GetEnabledStandardsOutput, error)
- func (c *SecurityHub) GetFindings(input *GetFindingsInput) (*GetFindingsOutput, error)
- func (c *SecurityHub) GetFindingsPages(input *GetFindingsInput, fn func(*GetFindingsOutput, bool) bool) error
- func (c *SecurityHub) GetFindingsPagesWithContext(ctx aws.Context, input *GetFindingsInput, ...) error
- func (c *SecurityHub) GetFindingsRequest(input *GetFindingsInput) (req *request.Request, output *GetFindingsOutput)
- func (c *SecurityHub) GetFindingsWithContext(ctx aws.Context, input *GetFindingsInput, opts ...request.Option) (*GetFindingsOutput, error)
- func (c *SecurityHub) GetInsightResults(input *GetInsightResultsInput) (*GetInsightResultsOutput, error)
- func (c *SecurityHub) GetInsightResultsRequest(input *GetInsightResultsInput) (req *request.Request, output *GetInsightResultsOutput)
- func (c *SecurityHub) GetInsightResultsWithContext(ctx aws.Context, input *GetInsightResultsInput, opts ...request.Option) (*GetInsightResultsOutput, error)
- func (c *SecurityHub) GetInsights(input *GetInsightsInput) (*GetInsightsOutput, error)
- func (c *SecurityHub) GetInsightsPages(input *GetInsightsInput, fn func(*GetInsightsOutput, bool) bool) error
- func (c *SecurityHub) GetInsightsPagesWithContext(ctx aws.Context, input *GetInsightsInput, ...) error
- func (c *SecurityHub) GetInsightsRequest(input *GetInsightsInput) (req *request.Request, output *GetInsightsOutput)
- func (c *SecurityHub) GetInsightsWithContext(ctx aws.Context, input *GetInsightsInput, opts ...request.Option) (*GetInsightsOutput, error)
- func (c *SecurityHub) GetInvitationsCount(input *GetInvitationsCountInput) (*GetInvitationsCountOutput, error)
- func (c *SecurityHub) GetInvitationsCountRequest(input *GetInvitationsCountInput) (req *request.Request, output *GetInvitationsCountOutput)
- func (c *SecurityHub) GetInvitationsCountWithContext(ctx aws.Context, input *GetInvitationsCountInput, opts ...request.Option) (*GetInvitationsCountOutput, error)
- func (c *SecurityHub) GetMasterAccount(input *GetMasterAccountInput) (*GetMasterAccountOutput, error)
- func (c *SecurityHub) GetMasterAccountRequest(input *GetMasterAccountInput) (req *request.Request, output *GetMasterAccountOutput)
- func (c *SecurityHub) GetMasterAccountWithContext(ctx aws.Context, input *GetMasterAccountInput, opts ...request.Option) (*GetMasterAccountOutput, error)
- func (c *SecurityHub) GetMembers(input *GetMembersInput) (*GetMembersOutput, error)
- func (c *SecurityHub) GetMembersRequest(input *GetMembersInput) (req *request.Request, output *GetMembersOutput)
- func (c *SecurityHub) GetMembersWithContext(ctx aws.Context, input *GetMembersInput, opts ...request.Option) (*GetMembersOutput, error)
- func (c *SecurityHub) InviteMembers(input *InviteMembersInput) (*InviteMembersOutput, error)
- func (c *SecurityHub) InviteMembersRequest(input *InviteMembersInput) (req *request.Request, output *InviteMembersOutput)
- func (c *SecurityHub) InviteMembersWithContext(ctx aws.Context, input *InviteMembersInput, opts ...request.Option) (*InviteMembersOutput, error)
- func (c *SecurityHub) ListEnabledProductsForImport(input *ListEnabledProductsForImportInput) (*ListEnabledProductsForImportOutput, error)
- func (c *SecurityHub) ListEnabledProductsForImportPages(input *ListEnabledProductsForImportInput, ...) error
- func (c *SecurityHub) ListEnabledProductsForImportPagesWithContext(ctx aws.Context, input *ListEnabledProductsForImportInput, ...) error
- func (c *SecurityHub) ListEnabledProductsForImportRequest(input *ListEnabledProductsForImportInput) (req *request.Request, output *ListEnabledProductsForImportOutput)
- func (c *SecurityHub) ListEnabledProductsForImportWithContext(ctx aws.Context, input *ListEnabledProductsForImportInput, ...) (*ListEnabledProductsForImportOutput, error)
- func (c *SecurityHub) ListInvitations(input *ListInvitationsInput) (*ListInvitationsOutput, error)
- func (c *SecurityHub) ListInvitationsPages(input *ListInvitationsInput, fn func(*ListInvitationsOutput, bool) bool) error
- func (c *SecurityHub) ListInvitationsPagesWithContext(ctx aws.Context, input *ListInvitationsInput, ...) error
- func (c *SecurityHub) ListInvitationsRequest(input *ListInvitationsInput) (req *request.Request, output *ListInvitationsOutput)
- func (c *SecurityHub) ListInvitationsWithContext(ctx aws.Context, input *ListInvitationsInput, opts ...request.Option) (*ListInvitationsOutput, error)
- func (c *SecurityHub) ListMembers(input *ListMembersInput) (*ListMembersOutput, error)
- func (c *SecurityHub) ListMembersPages(input *ListMembersInput, fn func(*ListMembersOutput, bool) bool) error
- func (c *SecurityHub) ListMembersPagesWithContext(ctx aws.Context, input *ListMembersInput, ...) error
- func (c *SecurityHub) ListMembersRequest(input *ListMembersInput) (req *request.Request, output *ListMembersOutput)
- func (c *SecurityHub) ListMembersWithContext(ctx aws.Context, input *ListMembersInput, opts ...request.Option) (*ListMembersOutput, error)
- func (c *SecurityHub) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *SecurityHub) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *SecurityHub) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
- func (c *SecurityHub) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
- func (c *SecurityHub) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
- func (c *SecurityHub) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
- func (c *SecurityHub) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
- func (c *SecurityHub) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
- func (c *SecurityHub) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
- func (c *SecurityHub) UpdateActionTarget(input *UpdateActionTargetInput) (*UpdateActionTargetOutput, error)
- func (c *SecurityHub) UpdateActionTargetRequest(input *UpdateActionTargetInput) (req *request.Request, output *UpdateActionTargetOutput)
- func (c *SecurityHub) UpdateActionTargetWithContext(ctx aws.Context, input *UpdateActionTargetInput, opts ...request.Option) (*UpdateActionTargetOutput, error)
- func (c *SecurityHub) UpdateFindings(input *UpdateFindingsInput) (*UpdateFindingsOutput, error)
- func (c *SecurityHub) UpdateFindingsRequest(input *UpdateFindingsInput) (req *request.Request, output *UpdateFindingsOutput)
- func (c *SecurityHub) UpdateFindingsWithContext(ctx aws.Context, input *UpdateFindingsInput, opts ...request.Option) (*UpdateFindingsOutput, error)
- func (c *SecurityHub) UpdateInsight(input *UpdateInsightInput) (*UpdateInsightOutput, error)
- func (c *SecurityHub) UpdateInsightRequest(input *UpdateInsightInput) (req *request.Request, output *UpdateInsightOutput)
- func (c *SecurityHub) UpdateInsightWithContext(ctx aws.Context, input *UpdateInsightInput, opts ...request.Option) (*UpdateInsightOutput, error)
- func (c *SecurityHub) UpdateStandardsControl(input *UpdateStandardsControlInput) (*UpdateStandardsControlOutput, error)
- func (c *SecurityHub) UpdateStandardsControlRequest(input *UpdateStandardsControlInput) (req *request.Request, output *UpdateStandardsControlOutput)
- func (c *SecurityHub) UpdateStandardsControlWithContext(ctx aws.Context, input *UpdateStandardsControlInput, opts ...request.Option) (*UpdateStandardsControlOutput, error)
- type Severity
- type SortCriterion
- type Standard
- type StandardsControl
- func (s StandardsControl) GoString() string
- func (s *StandardsControl) SetControlId(v string) *StandardsControl
- func (s *StandardsControl) SetControlStatus(v string) *StandardsControl
- func (s *StandardsControl) SetControlStatusUpdatedAt(v time.Time) *StandardsControl
- func (s *StandardsControl) SetDescription(v string) *StandardsControl
- func (s *StandardsControl) SetDisabledReason(v string) *StandardsControl
- func (s *StandardsControl) SetRelatedRequirements(v []*string) *StandardsControl
- func (s *StandardsControl) SetRemediationUrl(v string) *StandardsControl
- func (s *StandardsControl) SetSeverityRating(v string) *StandardsControl
- func (s *StandardsControl) SetStandardsControlArn(v string) *StandardsControl
- func (s *StandardsControl) SetTitle(v string) *StandardsControl
- func (s StandardsControl) String() string
- type StandardsSubscription
- func (s StandardsSubscription) GoString() string
- func (s *StandardsSubscription) SetStandardsArn(v string) *StandardsSubscription
- func (s *StandardsSubscription) SetStandardsInput(v map[string]*string) *StandardsSubscription
- func (s *StandardsSubscription) SetStandardsStatus(v string) *StandardsSubscription
- func (s *StandardsSubscription) SetStandardsSubscriptionArn(v string) *StandardsSubscription
- func (s StandardsSubscription) String() string
- type StandardsSubscriptionRequest
- func (s StandardsSubscriptionRequest) GoString() string
- func (s *StandardsSubscriptionRequest) SetStandardsArn(v string) *StandardsSubscriptionRequest
- func (s *StandardsSubscriptionRequest) SetStandardsInput(v map[string]*string) *StandardsSubscriptionRequest
- func (s StandardsSubscriptionRequest) String() string
- func (s *StandardsSubscriptionRequest) Validate() error
- type StringFilter
- type TagResourceInput
- type TagResourceOutput
- type ThreatIntelIndicator
- func (s ThreatIntelIndicator) GoString() string
- func (s *ThreatIntelIndicator) SetCategory(v string) *ThreatIntelIndicator
- func (s *ThreatIntelIndicator) SetLastObservedAt(v string) *ThreatIntelIndicator
- func (s *ThreatIntelIndicator) SetSource(v string) *ThreatIntelIndicator
- func (s *ThreatIntelIndicator) SetSourceUrl(v string) *ThreatIntelIndicator
- func (s *ThreatIntelIndicator) SetType(v string) *ThreatIntelIndicator
- func (s *ThreatIntelIndicator) SetValue(v string) *ThreatIntelIndicator
- func (s ThreatIntelIndicator) String() string
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateActionTargetInput
- func (s UpdateActionTargetInput) GoString() string
- func (s *UpdateActionTargetInput) SetActionTargetArn(v string) *UpdateActionTargetInput
- func (s *UpdateActionTargetInput) SetDescription(v string) *UpdateActionTargetInput
- func (s *UpdateActionTargetInput) SetName(v string) *UpdateActionTargetInput
- func (s UpdateActionTargetInput) String() string
- func (s *UpdateActionTargetInput) Validate() error
- type UpdateActionTargetOutput
- type UpdateFindingsInput
- func (s UpdateFindingsInput) GoString() string
- func (s *UpdateFindingsInput) SetFilters(v *AwsSecurityFindingFilters) *UpdateFindingsInput
- func (s *UpdateFindingsInput) SetNote(v *NoteUpdate) *UpdateFindingsInput
- func (s *UpdateFindingsInput) SetRecordState(v string) *UpdateFindingsInput
- func (s UpdateFindingsInput) String() string
- func (s *UpdateFindingsInput) Validate() error
- type UpdateFindingsOutput
- type UpdateInsightInput
- func (s UpdateInsightInput) GoString() string
- func (s *UpdateInsightInput) SetFilters(v *AwsSecurityFindingFilters) *UpdateInsightInput
- func (s *UpdateInsightInput) SetGroupByAttribute(v string) *UpdateInsightInput
- func (s *UpdateInsightInput) SetInsightArn(v string) *UpdateInsightInput
- func (s *UpdateInsightInput) SetName(v string) *UpdateInsightInput
- func (s UpdateInsightInput) String() string
- func (s *UpdateInsightInput) Validate() error
- type UpdateInsightOutput
- type UpdateStandardsControlInput
- func (s UpdateStandardsControlInput) GoString() string
- func (s *UpdateStandardsControlInput) SetControlStatus(v string) *UpdateStandardsControlInput
- func (s *UpdateStandardsControlInput) SetDisabledReason(v string) *UpdateStandardsControlInput
- func (s *UpdateStandardsControlInput) SetStandardsControlArn(v string) *UpdateStandardsControlInput
- func (s UpdateStandardsControlInput) String() string
- func (s *UpdateStandardsControlInput) Validate() error
- type UpdateStandardsControlOutput
- type WafAction
- type WafExcludedRule
- type WafOverrideAction
- type Workflow
Constants ¶
const ( // AwsIamAccessKeyStatusActive is a AwsIamAccessKeyStatus enum value AwsIamAccessKeyStatusActive = "Active" // AwsIamAccessKeyStatusInactive is a AwsIamAccessKeyStatus enum value AwsIamAccessKeyStatusInactive = "Inactive" )
const ( // ComplianceStatusPassed is a ComplianceStatus enum value ComplianceStatusPassed = "PASSED" // ComplianceStatusWarning is a ComplianceStatus enum value ComplianceStatusWarning = "WARNING" // ComplianceStatusFailed is a ComplianceStatus enum value ComplianceStatusFailed = "FAILED" // ComplianceStatusNotAvailable is a ComplianceStatus enum value ComplianceStatusNotAvailable = "NOT_AVAILABLE" )
const ( // ControlStatusEnabled is a ControlStatus enum value ControlStatusEnabled = "ENABLED" // ControlStatusDisabled is a ControlStatus enum value ControlStatusDisabled = "DISABLED" )
const ( // IntegrationTypeSendFindingsToSecurityHub is a IntegrationType enum value IntegrationTypeSendFindingsToSecurityHub = "SEND_FINDINGS_TO_SECURITY_HUB" // IntegrationTypeReceiveFindingsFromSecurityHub is a IntegrationType enum value IntegrationTypeReceiveFindingsFromSecurityHub = "RECEIVE_FINDINGS_FROM_SECURITY_HUB" )
const ( // MalwareStateObserved is a MalwareState enum value MalwareStateObserved = "OBSERVED" // MalwareStateRemovalFailed is a MalwareState enum value MalwareStateRemovalFailed = "REMOVAL_FAILED" // MalwareStateRemoved is a MalwareState enum value MalwareStateRemoved = "REMOVED" )
const ( // MalwareTypeAdware is a MalwareType enum value MalwareTypeAdware = "ADWARE" // MalwareTypeBlendedThreat is a MalwareType enum value MalwareTypeBlendedThreat = "BLENDED_THREAT" // MalwareTypeBotnetAgent is a MalwareType enum value MalwareTypeBotnetAgent = "BOTNET_AGENT" // MalwareTypeCoinMiner is a MalwareType enum value MalwareTypeCoinMiner = "COIN_MINER" // MalwareTypeExploitKit is a MalwareType enum value MalwareTypeExploitKit = "EXPLOIT_KIT" // MalwareTypeKeylogger is a MalwareType enum value MalwareTypeKeylogger = "KEYLOGGER" // MalwareTypeMacro is a MalwareType enum value MalwareTypeMacro = "MACRO" // MalwareTypePotentiallyUnwanted is a MalwareType enum value MalwareTypePotentiallyUnwanted = "POTENTIALLY_UNWANTED" // MalwareTypeSpyware is a MalwareType enum value MalwareTypeSpyware = "SPYWARE" // MalwareTypeRansomware is a MalwareType enum value MalwareTypeRansomware = "RANSOMWARE" // MalwareTypeRemoteAccess is a MalwareType enum value MalwareTypeRemoteAccess = "REMOTE_ACCESS" // MalwareTypeRootkit is a MalwareType enum value MalwareTypeRootkit = "ROOTKIT" // MalwareTypeTrojan is a MalwareType enum value MalwareTypeTrojan = "TROJAN" // MalwareTypeVirus is a MalwareType enum value MalwareTypeVirus = "VIRUS" // MalwareTypeWorm is a MalwareType enum value MalwareTypeWorm = "WORM" )
const ( // NetworkDirectionIn is a NetworkDirection enum value NetworkDirectionIn = "IN" // NetworkDirectionOut is a NetworkDirection enum value NetworkDirectionOut = "OUT" )
const ( // PartitionAws is a Partition enum value PartitionAws = "aws" // PartitionAwsCn is a Partition enum value PartitionAwsCn = "aws-cn" // PartitionAwsUsGov is a Partition enum value PartitionAwsUsGov = "aws-us-gov" )
const ( // RecordStateActive is a RecordState enum value RecordStateActive = "ACTIVE" // RecordStateArchived is a RecordState enum value RecordStateArchived = "ARCHIVED" )
const ( // SeverityLabelInformational is a SeverityLabel enum value SeverityLabelInformational = "INFORMATIONAL" // SeverityLabelLow is a SeverityLabel enum value SeverityLabelLow = "LOW" // SeverityLabelMedium is a SeverityLabel enum value SeverityLabelMedium = "MEDIUM" // SeverityLabelHigh is a SeverityLabel enum value SeverityLabelHigh = "HIGH" // SeverityLabelCritical is a SeverityLabel enum value SeverityLabelCritical = "CRITICAL" )
const ( // SeverityRatingLow is a SeverityRating enum value SeverityRatingLow = "LOW" // SeverityRatingMedium is a SeverityRating enum value SeverityRatingMedium = "MEDIUM" // SeverityRatingHigh is a SeverityRating enum value SeverityRatingHigh = "HIGH" // SeverityRatingCritical is a SeverityRating enum value SeverityRatingCritical = "CRITICAL" )
const ( // SortOrderAsc is a SortOrder enum value SortOrderAsc = "asc" // SortOrderDesc is a SortOrder enum value SortOrderDesc = "desc" )
const ( // StandardsStatusPending is a StandardsStatus enum value StandardsStatusPending = "PENDING" // StandardsStatusReady is a StandardsStatus enum value StandardsStatusReady = "READY" // StandardsStatusFailed is a StandardsStatus enum value StandardsStatusFailed = "FAILED" // StandardsStatusDeleting is a StandardsStatus enum value StandardsStatusDeleting = "DELETING" // StandardsStatusIncomplete is a StandardsStatus enum value StandardsStatusIncomplete = "INCOMPLETE" )
const ( // StringFilterComparisonEquals is a StringFilterComparison enum value StringFilterComparisonEquals = "EQUALS" // StringFilterComparisonPrefix is a StringFilterComparison enum value StringFilterComparisonPrefix = "PREFIX" )
const ( // ThreatIntelIndicatorCategoryBackdoor is a ThreatIntelIndicatorCategory enum value ThreatIntelIndicatorCategoryBackdoor = "BACKDOOR" // ThreatIntelIndicatorCategoryCardStealer is a ThreatIntelIndicatorCategory enum value ThreatIntelIndicatorCategoryCardStealer = "CARD_STEALER" // ThreatIntelIndicatorCategoryCommandAndControl is a ThreatIntelIndicatorCategory enum value ThreatIntelIndicatorCategoryCommandAndControl = "COMMAND_AND_CONTROL" // ThreatIntelIndicatorCategoryDropSite is a ThreatIntelIndicatorCategory enum value ThreatIntelIndicatorCategoryDropSite = "DROP_SITE" // ThreatIntelIndicatorCategoryExploitSite is a ThreatIntelIndicatorCategory enum value ThreatIntelIndicatorCategoryExploitSite = "EXPLOIT_SITE" // ThreatIntelIndicatorCategoryKeylogger is a ThreatIntelIndicatorCategory enum value ThreatIntelIndicatorCategoryKeylogger = "KEYLOGGER" )
const ( // ThreatIntelIndicatorTypeDomain is a ThreatIntelIndicatorType enum value ThreatIntelIndicatorTypeDomain = "DOMAIN" // ThreatIntelIndicatorTypeEmailAddress is a ThreatIntelIndicatorType enum value ThreatIntelIndicatorTypeEmailAddress = "EMAIL_ADDRESS" // ThreatIntelIndicatorTypeHashMd5 is a ThreatIntelIndicatorType enum value ThreatIntelIndicatorTypeHashMd5 = "HASH_MD5" // ThreatIntelIndicatorTypeHashSha1 is a ThreatIntelIndicatorType enum value ThreatIntelIndicatorTypeHashSha1 = "HASH_SHA1" // ThreatIntelIndicatorTypeHashSha256 is a ThreatIntelIndicatorType enum value ThreatIntelIndicatorTypeHashSha256 = "HASH_SHA256" // ThreatIntelIndicatorTypeHashSha512 is a ThreatIntelIndicatorType enum value ThreatIntelIndicatorTypeHashSha512 = "HASH_SHA512" // ThreatIntelIndicatorTypeIpv4Address is a ThreatIntelIndicatorType enum value ThreatIntelIndicatorTypeIpv4Address = "IPV4_ADDRESS" // ThreatIntelIndicatorTypeIpv6Address is a ThreatIntelIndicatorType enum value ThreatIntelIndicatorTypeIpv6Address = "IPV6_ADDRESS" // ThreatIntelIndicatorTypeMutex is a ThreatIntelIndicatorType enum value ThreatIntelIndicatorTypeMutex = "MUTEX" // ThreatIntelIndicatorTypeProcess is a ThreatIntelIndicatorType enum value ThreatIntelIndicatorTypeProcess = "PROCESS" // ThreatIntelIndicatorTypeUrl is a ThreatIntelIndicatorType enum value ThreatIntelIndicatorTypeUrl = "URL" )
const ( // VerificationStateUnknown is a VerificationState enum value VerificationStateUnknown = "UNKNOWN" // VerificationStateTruePositive is a VerificationState enum value VerificationStateTruePositive = "TRUE_POSITIVE" // VerificationStateFalsePositive is a VerificationState enum value VerificationStateFalsePositive = "FALSE_POSITIVE" // VerificationStateBenignPositive is a VerificationState enum value VerificationStateBenignPositive = "BENIGN_POSITIVE" )
const ( // WorkflowStateNew is a WorkflowState enum value WorkflowStateNew = "NEW" // WorkflowStateAssigned is a WorkflowState enum value WorkflowStateAssigned = "ASSIGNED" // WorkflowStateInProgress is a WorkflowState enum value WorkflowStateInProgress = "IN_PROGRESS" // WorkflowStateDeferred is a WorkflowState enum value WorkflowStateDeferred = "DEFERRED" // WorkflowStateResolved is a WorkflowState enum value WorkflowStateResolved = "RESOLVED" )
const ( // WorkflowStatusNew is a WorkflowStatus enum value WorkflowStatusNew = "NEW" // WorkflowStatusNotified is a WorkflowStatus enum value WorkflowStatusNotified = "NOTIFIED" // WorkflowStatusResolved is a WorkflowStatus enum value WorkflowStatusResolved = "RESOLVED" // WorkflowStatusSuppressed is a WorkflowStatus enum value WorkflowStatusSuppressed = "SUPPRESSED" )
const ( // ErrCodeAccessDeniedException for service response error code // "AccessDeniedException". // // You don't have permission to perform the action specified in the request. ErrCodeAccessDeniedException = "AccessDeniedException" // ErrCodeInternalException for service response error code // "InternalException". // // Internal server error. ErrCodeInternalException = "InternalException" // ErrCodeInvalidAccessException for service response error code // "InvalidAccessException". // // AWS Security Hub isn't enabled for the account used to make this request. ErrCodeInvalidAccessException = "InvalidAccessException" // ErrCodeInvalidInputException for service response error code // "InvalidInputException". // // The request was rejected because you supplied an invalid or out-of-range // value for an input parameter. ErrCodeInvalidInputException = "InvalidInputException" // ErrCodeLimitExceededException for service response error code // "LimitExceededException". // // The request was rejected because it attempted to create resources beyond // the current AWS account limits. The error code describes the limit exceeded. ErrCodeLimitExceededException = "LimitExceededException" // ErrCodeResourceConflictException for service response error code // "ResourceConflictException". // // The resource specified in the request conflicts with an existing resource. ErrCodeResourceConflictException = "ResourceConflictException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // The request was rejected because we can't find the specified resource. ErrCodeResourceNotFoundException = "ResourceNotFoundException" )
const ( ServiceName = "SecurityHub" // Name of service. EndpointsID = "securityhub" // ID to lookup a service endpoint with. ServiceID = "SecurityHub" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// DateRangeUnitDays is a DateRangeUnit enum value
DateRangeUnitDays = "DAYS"
)
const (
// MapFilterComparisonEquals is a MapFilterComparison enum value
MapFilterComparisonEquals = "EQUALS"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptInvitationInput ¶
type AcceptInvitationInput struct { // The ID of the invitation sent from the Security Hub master account. // // InvitationId is a required field InvitationId *string `type:"string" required:"true"` // The account ID of the Security Hub master account that sent the invitation. // // MasterId is a required field MasterId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (AcceptInvitationInput) GoString ¶
func (s AcceptInvitationInput) GoString() string
GoString returns the string representation
func (*AcceptInvitationInput) SetInvitationId ¶
func (s *AcceptInvitationInput) SetInvitationId(v string) *AcceptInvitationInput
SetInvitationId sets the InvitationId field's value.
func (*AcceptInvitationInput) SetMasterId ¶
func (s *AcceptInvitationInput) SetMasterId(v string) *AcceptInvitationInput
SetMasterId sets the MasterId field's value.
func (AcceptInvitationInput) String ¶
func (s AcceptInvitationInput) String() string
String returns the string representation
func (*AcceptInvitationInput) Validate ¶
func (s *AcceptInvitationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AcceptInvitationOutput ¶
type AcceptInvitationOutput struct {
// contains filtered or unexported fields
}
func (AcceptInvitationOutput) GoString ¶
func (s AcceptInvitationOutput) GoString() string
GoString returns the string representation
func (AcceptInvitationOutput) String ¶
func (s AcceptInvitationOutput) String() string
String returns the string representation
type AccessDeniedException ¶
type AccessDeniedException struct { Code_ *string `locationName:"Code" type:"string"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
You don't have permission to perform the action specified in the request.
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
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
type AccountDetails ¶
type AccountDetails struct { // The ID of an AWS account. AccountId *string `type:"string"` // The email of an AWS account. Email *string `type:"string"` // contains filtered or unexported fields }
The details of an AWS account.
func (AccountDetails) GoString ¶
func (s AccountDetails) GoString() string
GoString returns the string representation
func (*AccountDetails) SetAccountId ¶
func (s *AccountDetails) SetAccountId(v string) *AccountDetails
SetAccountId sets the AccountId field's value.
func (*AccountDetails) SetEmail ¶
func (s *AccountDetails) SetEmail(v string) *AccountDetails
SetEmail sets the Email field's value.
func (AccountDetails) String ¶
func (s AccountDetails) String() string
String returns the string representation
type ActionTarget ¶
type ActionTarget struct { // The ARN for the target action. // // ActionTargetArn is a required field ActionTargetArn *string `type:"string" required:"true"` // The description of the target action. // // Description is a required field Description *string `type:"string" required:"true"` // The name of the action target. // // Name is a required field Name *string `type:"string" required:"true"` // contains filtered or unexported fields }
An ActionTarget object.
func (ActionTarget) GoString ¶
func (s ActionTarget) GoString() string
GoString returns the string representation
func (*ActionTarget) SetActionTargetArn ¶
func (s *ActionTarget) SetActionTargetArn(v string) *ActionTarget
SetActionTargetArn sets the ActionTargetArn field's value.
func (*ActionTarget) SetDescription ¶
func (s *ActionTarget) SetDescription(v string) *ActionTarget
SetDescription sets the Description field's value.
func (*ActionTarget) SetName ¶
func (s *ActionTarget) SetName(v string) *ActionTarget
SetName sets the Name field's value.
func (ActionTarget) String ¶
func (s ActionTarget) String() string
String returns the string representation
type AvailabilityZone ¶
type AvailabilityZone struct { // The ID of the subnet. You can specify one subnet per Availability Zone. SubnetId *string `type:"string"` // The name of the Availability Zone. ZoneName *string `type:"string"` // contains filtered or unexported fields }
Information about an Availability Zone.
func (AvailabilityZone) GoString ¶
func (s AvailabilityZone) GoString() string
GoString returns the string representation
func (*AvailabilityZone) SetSubnetId ¶
func (s *AvailabilityZone) SetSubnetId(v string) *AvailabilityZone
SetSubnetId sets the SubnetId field's value.
func (*AvailabilityZone) SetZoneName ¶
func (s *AvailabilityZone) SetZoneName(v string) *AvailabilityZone
SetZoneName sets the ZoneName field's value.
func (AvailabilityZone) String ¶
func (s AvailabilityZone) String() string
String returns the string representation
type AwsCloudFrontDistributionDetails ¶
type AwsCloudFrontDistributionDetails struct { // The domain name corresponding to the distribution. DomainName *string `type:"string"` // The entity tag is a hash of the object. ETag *string `type:"string"` // The date and time that the distribution was last modified. LastModifiedTime *string `type:"string"` // A complex type that controls whether access logs are written for the distribution. Logging *AwsCloudFrontDistributionLogging `type:"structure"` // A complex type that contains information about origins for this distribution. Origins *AwsCloudFrontDistributionOrigins `type:"structure"` // Indicates the current status of the distribution. Status *string `type:"string"` // A unique identifier that specifies the AWS WAF web ACL, if any, to associate // with this distribution. WebAclId *string `type:"string"` // contains filtered or unexported fields }
A distribution configuration.
func (AwsCloudFrontDistributionDetails) GoString ¶
func (s AwsCloudFrontDistributionDetails) GoString() string
GoString returns the string representation
func (*AwsCloudFrontDistributionDetails) SetDomainName ¶
func (s *AwsCloudFrontDistributionDetails) SetDomainName(v string) *AwsCloudFrontDistributionDetails
SetDomainName sets the DomainName field's value.
func (*AwsCloudFrontDistributionDetails) SetETag ¶
func (s *AwsCloudFrontDistributionDetails) SetETag(v string) *AwsCloudFrontDistributionDetails
SetETag sets the ETag field's value.
func (*AwsCloudFrontDistributionDetails) SetLastModifiedTime ¶
func (s *AwsCloudFrontDistributionDetails) SetLastModifiedTime(v string) *AwsCloudFrontDistributionDetails
SetLastModifiedTime sets the LastModifiedTime field's value.
func (*AwsCloudFrontDistributionDetails) SetLogging ¶
func (s *AwsCloudFrontDistributionDetails) SetLogging(v *AwsCloudFrontDistributionLogging) *AwsCloudFrontDistributionDetails
SetLogging sets the Logging field's value.
func (*AwsCloudFrontDistributionDetails) SetOrigins ¶
func (s *AwsCloudFrontDistributionDetails) SetOrigins(v *AwsCloudFrontDistributionOrigins) *AwsCloudFrontDistributionDetails
SetOrigins sets the Origins field's value.
func (*AwsCloudFrontDistributionDetails) SetStatus ¶
func (s *AwsCloudFrontDistributionDetails) SetStatus(v string) *AwsCloudFrontDistributionDetails
SetStatus sets the Status field's value.
func (*AwsCloudFrontDistributionDetails) SetWebAclId ¶
func (s *AwsCloudFrontDistributionDetails) SetWebAclId(v string) *AwsCloudFrontDistributionDetails
SetWebAclId sets the WebAclId field's value.
func (AwsCloudFrontDistributionDetails) String ¶
func (s AwsCloudFrontDistributionDetails) String() string
String returns the string representation
type AwsCloudFrontDistributionLogging ¶
type AwsCloudFrontDistributionLogging struct { // The Amazon S3 bucket to store the access logs in. Bucket *string `type:"string"` // With this field, you can enable or disable the selected distribution. Enabled *bool `type:"boolean"` // Specifies whether you want CloudFront to include cookies in access logs. IncludeCookies *bool `type:"boolean"` // An optional string that you want CloudFront to use as a prefix to the access // log filenames for this distribution. Prefix *string `type:"string"` // contains filtered or unexported fields }
A complex type that controls whether access logs are written for the distribution.
func (AwsCloudFrontDistributionLogging) GoString ¶
func (s AwsCloudFrontDistributionLogging) GoString() string
GoString returns the string representation
func (*AwsCloudFrontDistributionLogging) SetBucket ¶
func (s *AwsCloudFrontDistributionLogging) SetBucket(v string) *AwsCloudFrontDistributionLogging
SetBucket sets the Bucket field's value.
func (*AwsCloudFrontDistributionLogging) SetEnabled ¶
func (s *AwsCloudFrontDistributionLogging) SetEnabled(v bool) *AwsCloudFrontDistributionLogging
SetEnabled sets the Enabled field's value.
func (*AwsCloudFrontDistributionLogging) SetIncludeCookies ¶
func (s *AwsCloudFrontDistributionLogging) SetIncludeCookies(v bool) *AwsCloudFrontDistributionLogging
SetIncludeCookies sets the IncludeCookies field's value.
func (*AwsCloudFrontDistributionLogging) SetPrefix ¶
func (s *AwsCloudFrontDistributionLogging) SetPrefix(v string) *AwsCloudFrontDistributionLogging
SetPrefix sets the Prefix field's value.
func (AwsCloudFrontDistributionLogging) String ¶
func (s AwsCloudFrontDistributionLogging) String() string
String returns the string representation
type AwsCloudFrontDistributionOriginItem ¶
type AwsCloudFrontDistributionOriginItem struct { // Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want // CloudFront to get objects for this origin. DomainName *string `type:"string"` // A unique identifier for the origin or origin group. Id *string `type:"string"` // An optional element that causes CloudFront to request your content from a // directory in your Amazon S3 bucket or your custom origin. OriginPath *string `type:"string"` // contains filtered or unexported fields }
A complex type that describes the Amazon S3 bucket, HTTP server (for example, a web server), Amazon MediaStore, or other server from which CloudFront gets your files.
func (AwsCloudFrontDistributionOriginItem) GoString ¶
func (s AwsCloudFrontDistributionOriginItem) GoString() string
GoString returns the string representation
func (*AwsCloudFrontDistributionOriginItem) SetDomainName ¶
func (s *AwsCloudFrontDistributionOriginItem) SetDomainName(v string) *AwsCloudFrontDistributionOriginItem
SetDomainName sets the DomainName field's value.
func (*AwsCloudFrontDistributionOriginItem) SetId ¶
func (s *AwsCloudFrontDistributionOriginItem) SetId(v string) *AwsCloudFrontDistributionOriginItem
SetId sets the Id field's value.
func (*AwsCloudFrontDistributionOriginItem) SetOriginPath ¶
func (s *AwsCloudFrontDistributionOriginItem) SetOriginPath(v string) *AwsCloudFrontDistributionOriginItem
SetOriginPath sets the OriginPath field's value.
func (AwsCloudFrontDistributionOriginItem) String ¶
func (s AwsCloudFrontDistributionOriginItem) String() string
String returns the string representation
type AwsCloudFrontDistributionOrigins ¶
type AwsCloudFrontDistributionOrigins struct { // A complex type that contains origins or origin groups for this distribution. Items []*AwsCloudFrontDistributionOriginItem `type:"list"` // contains filtered or unexported fields }
A complex type that contains information about origins and origin groups for this distribution.
func (AwsCloudFrontDistributionOrigins) GoString ¶
func (s AwsCloudFrontDistributionOrigins) GoString() string
GoString returns the string representation
func (*AwsCloudFrontDistributionOrigins) SetItems ¶
func (s *AwsCloudFrontDistributionOrigins) SetItems(v []*AwsCloudFrontDistributionOriginItem) *AwsCloudFrontDistributionOrigins
SetItems sets the Items field's value.
func (AwsCloudFrontDistributionOrigins) String ¶
func (s AwsCloudFrontDistributionOrigins) String() string
String returns the string representation
type AwsCodeBuildProjectDetails ¶
type AwsCodeBuildProjectDetails struct { // The AWS Key Management Service (AWS KMS) customer master key (CMK) used to // encrypt the build output artifacts. // // You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, // the CMK alias (using the format alias/alias-name). EncryptionKey *string `type:"string"` // Information about the build environment for this build project. Environment *AwsCodeBuildProjectEnvironment `type:"structure"` // The name of the build project. Name *string `type:"string"` // The ARN of the IAM role that enables AWS CodeBuild to interact with dependent // AWS services on behalf of the AWS account. ServiceRole *string `type:"string"` // Information about the build input source code for this build project. Source *AwsCodeBuildProjectSource `type:"structure"` // Information about the VPC configuration that AWS CodeBuild accesses. VpcConfig *AwsCodeBuildProjectVpcConfig `type:"structure"` // contains filtered or unexported fields }
Information about an AWS CodeBuild project.
func (AwsCodeBuildProjectDetails) GoString ¶
func (s AwsCodeBuildProjectDetails) GoString() string
GoString returns the string representation
func (*AwsCodeBuildProjectDetails) SetEncryptionKey ¶
func (s *AwsCodeBuildProjectDetails) SetEncryptionKey(v string) *AwsCodeBuildProjectDetails
SetEncryptionKey sets the EncryptionKey field's value.
func (*AwsCodeBuildProjectDetails) SetEnvironment ¶
func (s *AwsCodeBuildProjectDetails) SetEnvironment(v *AwsCodeBuildProjectEnvironment) *AwsCodeBuildProjectDetails
SetEnvironment sets the Environment field's value.
func (*AwsCodeBuildProjectDetails) SetName ¶
func (s *AwsCodeBuildProjectDetails) SetName(v string) *AwsCodeBuildProjectDetails
SetName sets the Name field's value.
func (*AwsCodeBuildProjectDetails) SetServiceRole ¶
func (s *AwsCodeBuildProjectDetails) SetServiceRole(v string) *AwsCodeBuildProjectDetails
SetServiceRole sets the ServiceRole field's value.
func (*AwsCodeBuildProjectDetails) SetSource ¶
func (s *AwsCodeBuildProjectDetails) SetSource(v *AwsCodeBuildProjectSource) *AwsCodeBuildProjectDetails
SetSource sets the Source field's value.
func (*AwsCodeBuildProjectDetails) SetVpcConfig ¶
func (s *AwsCodeBuildProjectDetails) SetVpcConfig(v *AwsCodeBuildProjectVpcConfig) *AwsCodeBuildProjectDetails
SetVpcConfig sets the VpcConfig field's value.
func (AwsCodeBuildProjectDetails) String ¶
func (s AwsCodeBuildProjectDetails) String() string
String returns the string representation
type AwsCodeBuildProjectEnvironment ¶
type AwsCodeBuildProjectEnvironment struct { // The certificate to use with this build project. Certificate *string `type:"string"` // The type of credentials AWS CodeBuild uses to pull images in your build. // // Valid values: // // * CODEBUILD specifies that AWS CodeBuild uses its own credentials. This // requires that you modify your ECR repository policy to trust the AWS CodeBuild // service principal. // // * SERVICE_ROLE specifies that AWS CodeBuild uses your build project's // service role. // // When you use a cross-account or private registry image, you must use SERVICE_ROLE // credentials. When you use an AWS CodeBuild curated image, you must use CODEBUILD // credentials. ImagePullCredentialsType *string `type:"string"` // The credentials for access to a private registry. RegistryCredential *AwsCodeBuildProjectEnvironmentRegistryCredential `type:"structure"` // The type of build environment to use for related builds. // // The environment type ARM_CONTAINER is available only in regions US East (N. // Virginia), US East (Ohio), US West (Oregon), Europe (Ireland), Asia Pacific // (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Sydney), and Europe (Frankfurt). // // The environment type LINUX_CONTAINER with compute type build.general1.2xlarge // is available only in regions US East (N. Virginia), US East (N. Virginia), // US West (Oregon), Canada (Central), Europe (Ireland), Europe (London), Europe // (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), // Asia Pacific (Sydney), China (Beijing), and China (Ningxia). // // The environment type LINUX_GPU_CONTAINER is available only in regions US // East (N. Virginia), US East (N. Virginia), US West (Oregon), Canada (Central), // Europe (Ireland), Europe (London), Europe (Frankfurt), Asia Pacific (Tokyo), // Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney) , China // (Beijing), and China (Ningxia). // // Valid values: WINDOWS_CONTAINER | LINUX_CONTAINER | LINUX_GPU_CONTAINER | // ARM_CONTAINER Type *string `type:"string"` // contains filtered or unexported fields }
Information about the build environment for this build project.
func (AwsCodeBuildProjectEnvironment) GoString ¶
func (s AwsCodeBuildProjectEnvironment) GoString() string
GoString returns the string representation
func (*AwsCodeBuildProjectEnvironment) SetCertificate ¶
func (s *AwsCodeBuildProjectEnvironment) SetCertificate(v string) *AwsCodeBuildProjectEnvironment
SetCertificate sets the Certificate field's value.
func (*AwsCodeBuildProjectEnvironment) SetImagePullCredentialsType ¶
func (s *AwsCodeBuildProjectEnvironment) SetImagePullCredentialsType(v string) *AwsCodeBuildProjectEnvironment
SetImagePullCredentialsType sets the ImagePullCredentialsType field's value.
func (*AwsCodeBuildProjectEnvironment) SetRegistryCredential ¶
func (s *AwsCodeBuildProjectEnvironment) SetRegistryCredential(v *AwsCodeBuildProjectEnvironmentRegistryCredential) *AwsCodeBuildProjectEnvironment
SetRegistryCredential sets the RegistryCredential field's value.
func (*AwsCodeBuildProjectEnvironment) SetType ¶
func (s *AwsCodeBuildProjectEnvironment) SetType(v string) *AwsCodeBuildProjectEnvironment
SetType sets the Type field's value.
func (AwsCodeBuildProjectEnvironment) String ¶
func (s AwsCodeBuildProjectEnvironment) String() string
String returns the string representation
type AwsCodeBuildProjectEnvironmentRegistryCredential ¶
type AwsCodeBuildProjectEnvironmentRegistryCredential struct { // The Amazon Resource Name (ARN) or name of credentials created using AWS Secrets // Manager. // // The credential can use the name of the credentials only if they exist in // your current AWS Region. Credential *string `type:"string"` // The service that created the credentials to access a private Docker registry. // // The valid value,SECRETS_MANAGER, is for AWS Secrets Manager. CredentialProvider *string `type:"string"` // contains filtered or unexported fields }
The credentials for access to a private registry.
func (AwsCodeBuildProjectEnvironmentRegistryCredential) GoString ¶
func (s AwsCodeBuildProjectEnvironmentRegistryCredential) GoString() string
GoString returns the string representation
func (*AwsCodeBuildProjectEnvironmentRegistryCredential) SetCredential ¶
func (s *AwsCodeBuildProjectEnvironmentRegistryCredential) SetCredential(v string) *AwsCodeBuildProjectEnvironmentRegistryCredential
SetCredential sets the Credential field's value.
func (*AwsCodeBuildProjectEnvironmentRegistryCredential) SetCredentialProvider ¶
func (s *AwsCodeBuildProjectEnvironmentRegistryCredential) SetCredentialProvider(v string) *AwsCodeBuildProjectEnvironmentRegistryCredential
SetCredentialProvider sets the CredentialProvider field's value.
func (AwsCodeBuildProjectEnvironmentRegistryCredential) String ¶
func (s AwsCodeBuildProjectEnvironmentRegistryCredential) String() string
String returns the string representation
type AwsCodeBuildProjectSource ¶
type AwsCodeBuildProjectSource struct { // Information about the Git clone depth for the build project. GitCloneDepth *int64 `type:"integer"` // Whether to ignore SSL warnings while connecting to the project source code. InsecureSsl *bool `type:"boolean"` // Information about the location of the source code to be built. // // Valid values include: // // * For source code settings that are specified in the source action of // a pipeline in AWS CodePipeline, location should not be specified. If it // is specified, AWS CodePipeline ignores it. This is because AWS CodePipeline // uses the settings in a pipeline's source action instead of this value. // // * For source code in an AWS CodeCommit repository, the HTTPS clone URL // to the repository that contains the source code and the buildspec file // (for example, https://git-codecommit.region-ID.amazonaws.com/v1/repos/repo-name // ). // // * For source code in an S3 input bucket, one of the following. The path // to the ZIP file that contains the source code (for example, bucket-name/path/to/object-name.zip). // The path to the folder that contains the source code (for example, bucket-name/path/to/source-code/folder/). // // * For source code in a GitHub repository, the HTTPS clone URL to the repository // that contains the source and the buildspec file. // // * For source code in a Bitbucket repository, the HTTPS clone URL to the // repository that contains the source and the buildspec file. Location *string `type:"string"` // The type of repository that contains the source code to be built. Valid values // are: // // * BITBUCKET - The source code is in a Bitbucket repository. // // * CODECOMMIT - The source code is in an AWS CodeCommit repository. // // * CODEPIPELINE - The source code settings are specified in the source // action of a pipeline in AWS CodePipeline. // // * GITHUB - The source code is in a GitHub repository. // // * GITHUB_ENTERPRISE - The source code is in a GitHub Enterprise repository. // // * NO_SOURCE - The project does not have input source code. // // * S3 - The source code is in an S3 input bucket. Type *string `type:"string"` // contains filtered or unexported fields }
Information about the build input source code for this build project.
func (AwsCodeBuildProjectSource) GoString ¶
func (s AwsCodeBuildProjectSource) GoString() string
GoString returns the string representation
func (*AwsCodeBuildProjectSource) SetGitCloneDepth ¶
func (s *AwsCodeBuildProjectSource) SetGitCloneDepth(v int64) *AwsCodeBuildProjectSource
SetGitCloneDepth sets the GitCloneDepth field's value.
func (*AwsCodeBuildProjectSource) SetInsecureSsl ¶
func (s *AwsCodeBuildProjectSource) SetInsecureSsl(v bool) *AwsCodeBuildProjectSource
SetInsecureSsl sets the InsecureSsl field's value.
func (*AwsCodeBuildProjectSource) SetLocation ¶
func (s *AwsCodeBuildProjectSource) SetLocation(v string) *AwsCodeBuildProjectSource
SetLocation sets the Location field's value.
func (*AwsCodeBuildProjectSource) SetType ¶
func (s *AwsCodeBuildProjectSource) SetType(v string) *AwsCodeBuildProjectSource
SetType sets the Type field's value.
func (AwsCodeBuildProjectSource) String ¶
func (s AwsCodeBuildProjectSource) String() string
String returns the string representation
type AwsCodeBuildProjectVpcConfig ¶
type AwsCodeBuildProjectVpcConfig struct { // A list of one or more security group IDs in your Amazon VPC. SecurityGroupIds []*string `type:"list"` // A list of one or more subnet IDs in your Amazon VPC. Subnets []*string `type:"list"` // The ID of the VPC. VpcId *string `type:"string"` // contains filtered or unexported fields }
Information about the VPC configuration that AWS CodeBuild accesses.
func (AwsCodeBuildProjectVpcConfig) GoString ¶
func (s AwsCodeBuildProjectVpcConfig) GoString() string
GoString returns the string representation
func (*AwsCodeBuildProjectVpcConfig) SetSecurityGroupIds ¶
func (s *AwsCodeBuildProjectVpcConfig) SetSecurityGroupIds(v []*string) *AwsCodeBuildProjectVpcConfig
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*AwsCodeBuildProjectVpcConfig) SetSubnets ¶
func (s *AwsCodeBuildProjectVpcConfig) SetSubnets(v []*string) *AwsCodeBuildProjectVpcConfig
SetSubnets sets the Subnets field's value.
func (*AwsCodeBuildProjectVpcConfig) SetVpcId ¶
func (s *AwsCodeBuildProjectVpcConfig) SetVpcId(v string) *AwsCodeBuildProjectVpcConfig
SetVpcId sets the VpcId field's value.
func (AwsCodeBuildProjectVpcConfig) String ¶
func (s AwsCodeBuildProjectVpcConfig) String() string
String returns the string representation
type AwsEc2InstanceDetails ¶
type AwsEc2InstanceDetails struct { // The IAM profile ARN of the instance. IamInstanceProfileArn *string `type:"string"` // The Amazon Machine Image (AMI) ID of the instance. ImageId *string `type:"string"` // The IPv4 addresses associated with the instance. IpV4Addresses []*string `type:"list"` // The IPv6 addresses associated with the instance. IpV6Addresses []*string `type:"list"` // The key name associated with the instance. KeyName *string `type:"string"` // The date/time the instance was launched. LaunchedAt *string `type:"string"` // The identifier of the subnet that the instance was launched in. SubnetId *string `type:"string"` // The instance type of the instance. Type *string `type:"string"` // The identifier of the VPC that the instance was launched in. VpcId *string `type:"string"` // contains filtered or unexported fields }
The details of an Amazon EC2 instance.
func (AwsEc2InstanceDetails) GoString ¶
func (s AwsEc2InstanceDetails) GoString() string
GoString returns the string representation
func (*AwsEc2InstanceDetails) SetIamInstanceProfileArn ¶
func (s *AwsEc2InstanceDetails) SetIamInstanceProfileArn(v string) *AwsEc2InstanceDetails
SetIamInstanceProfileArn sets the IamInstanceProfileArn field's value.
func (*AwsEc2InstanceDetails) SetImageId ¶
func (s *AwsEc2InstanceDetails) SetImageId(v string) *AwsEc2InstanceDetails
SetImageId sets the ImageId field's value.
func (*AwsEc2InstanceDetails) SetIpV4Addresses ¶
func (s *AwsEc2InstanceDetails) SetIpV4Addresses(v []*string) *AwsEc2InstanceDetails
SetIpV4Addresses sets the IpV4Addresses field's value.
func (*AwsEc2InstanceDetails) SetIpV6Addresses ¶
func (s *AwsEc2InstanceDetails) SetIpV6Addresses(v []*string) *AwsEc2InstanceDetails
SetIpV6Addresses sets the IpV6Addresses field's value.
func (*AwsEc2InstanceDetails) SetKeyName ¶
func (s *AwsEc2InstanceDetails) SetKeyName(v string) *AwsEc2InstanceDetails
SetKeyName sets the KeyName field's value.
func (*AwsEc2InstanceDetails) SetLaunchedAt ¶
func (s *AwsEc2InstanceDetails) SetLaunchedAt(v string) *AwsEc2InstanceDetails
SetLaunchedAt sets the LaunchedAt field's value.
func (*AwsEc2InstanceDetails) SetSubnetId ¶
func (s *AwsEc2InstanceDetails) SetSubnetId(v string) *AwsEc2InstanceDetails
SetSubnetId sets the SubnetId field's value.
func (*AwsEc2InstanceDetails) SetType ¶
func (s *AwsEc2InstanceDetails) SetType(v string) *AwsEc2InstanceDetails
SetType sets the Type field's value.
func (*AwsEc2InstanceDetails) SetVpcId ¶
func (s *AwsEc2InstanceDetails) SetVpcId(v string) *AwsEc2InstanceDetails
SetVpcId sets the VpcId field's value.
func (AwsEc2InstanceDetails) String ¶
func (s AwsEc2InstanceDetails) String() string
String returns the string representation
type AwsEc2NetworkInterfaceAttachment ¶
type AwsEc2NetworkInterfaceAttachment struct { // The timestamp indicating when the attachment initiated. AttachTime *string `type:"string"` // The identifier of the network interface attachment AttachmentId *string `type:"string"` // Indicates whether the network interface is deleted when the instance is terminated. DeleteOnTermination *bool `type:"boolean"` // The device index of the network interface attachment on the instance. DeviceIndex *int64 `type:"integer"` // The ID of the instance. InstanceId *string `type:"string"` // The AWS account ID of the owner of the instance. InstanceOwnerId *string `type:"string"` // The attachment state. // // Valid values: attaching | attached | detaching | detached Status *string `type:"string"` // contains filtered or unexported fields }
Information about the network interface attachment.
func (AwsEc2NetworkInterfaceAttachment) GoString ¶
func (s AwsEc2NetworkInterfaceAttachment) GoString() string
GoString returns the string representation
func (*AwsEc2NetworkInterfaceAttachment) SetAttachTime ¶
func (s *AwsEc2NetworkInterfaceAttachment) SetAttachTime(v string) *AwsEc2NetworkInterfaceAttachment
SetAttachTime sets the AttachTime field's value.
func (*AwsEc2NetworkInterfaceAttachment) SetAttachmentId ¶
func (s *AwsEc2NetworkInterfaceAttachment) SetAttachmentId(v string) *AwsEc2NetworkInterfaceAttachment
SetAttachmentId sets the AttachmentId field's value.
func (*AwsEc2NetworkInterfaceAttachment) SetDeleteOnTermination ¶
func (s *AwsEc2NetworkInterfaceAttachment) SetDeleteOnTermination(v bool) *AwsEc2NetworkInterfaceAttachment
SetDeleteOnTermination sets the DeleteOnTermination field's value.
func (*AwsEc2NetworkInterfaceAttachment) SetDeviceIndex ¶
func (s *AwsEc2NetworkInterfaceAttachment) SetDeviceIndex(v int64) *AwsEc2NetworkInterfaceAttachment
SetDeviceIndex sets the DeviceIndex field's value.
func (*AwsEc2NetworkInterfaceAttachment) SetInstanceId ¶
func (s *AwsEc2NetworkInterfaceAttachment) SetInstanceId(v string) *AwsEc2NetworkInterfaceAttachment
SetInstanceId sets the InstanceId field's value.
func (*AwsEc2NetworkInterfaceAttachment) SetInstanceOwnerId ¶
func (s *AwsEc2NetworkInterfaceAttachment) SetInstanceOwnerId(v string) *AwsEc2NetworkInterfaceAttachment
SetInstanceOwnerId sets the InstanceOwnerId field's value.
func (*AwsEc2NetworkInterfaceAttachment) SetStatus ¶
func (s *AwsEc2NetworkInterfaceAttachment) SetStatus(v string) *AwsEc2NetworkInterfaceAttachment
SetStatus sets the Status field's value.
func (AwsEc2NetworkInterfaceAttachment) String ¶
func (s AwsEc2NetworkInterfaceAttachment) String() string
String returns the string representation
type AwsEc2NetworkInterfaceDetails ¶
type AwsEc2NetworkInterfaceDetails struct { // The network interface attachment. Attachment *AwsEc2NetworkInterfaceAttachment `type:"structure"` // The ID of the network interface. NetworkInterfaceId *string `type:"string"` // Security groups for the network interface. SecurityGroups []*AwsEc2NetworkInterfaceSecurityGroup `type:"list"` // Indicates whether traffic to or from the instance is validated. SourceDestCheck *bool `type:"boolean"` // contains filtered or unexported fields }
Details about the network interface
func (AwsEc2NetworkInterfaceDetails) GoString ¶
func (s AwsEc2NetworkInterfaceDetails) GoString() string
GoString returns the string representation
func (*AwsEc2NetworkInterfaceDetails) SetAttachment ¶
func (s *AwsEc2NetworkInterfaceDetails) SetAttachment(v *AwsEc2NetworkInterfaceAttachment) *AwsEc2NetworkInterfaceDetails
SetAttachment sets the Attachment field's value.
func (*AwsEc2NetworkInterfaceDetails) SetNetworkInterfaceId ¶
func (s *AwsEc2NetworkInterfaceDetails) SetNetworkInterfaceId(v string) *AwsEc2NetworkInterfaceDetails
SetNetworkInterfaceId sets the NetworkInterfaceId field's value.
func (*AwsEc2NetworkInterfaceDetails) SetSecurityGroups ¶
func (s *AwsEc2NetworkInterfaceDetails) SetSecurityGroups(v []*AwsEc2NetworkInterfaceSecurityGroup) *AwsEc2NetworkInterfaceDetails
SetSecurityGroups sets the SecurityGroups field's value.
func (*AwsEc2NetworkInterfaceDetails) SetSourceDestCheck ¶
func (s *AwsEc2NetworkInterfaceDetails) SetSourceDestCheck(v bool) *AwsEc2NetworkInterfaceDetails
SetSourceDestCheck sets the SourceDestCheck field's value.
func (AwsEc2NetworkInterfaceDetails) String ¶
func (s AwsEc2NetworkInterfaceDetails) String() string
String returns the string representation
type AwsEc2NetworkInterfaceSecurityGroup ¶
type AwsEc2NetworkInterfaceSecurityGroup struct { // The ID of the security group. GroupId *string `type:"string"` // The name of the security group. GroupName *string `type:"string"` // contains filtered or unexported fields }
A security group associated with the network interface.
func (AwsEc2NetworkInterfaceSecurityGroup) GoString ¶
func (s AwsEc2NetworkInterfaceSecurityGroup) GoString() string
GoString returns the string representation
func (*AwsEc2NetworkInterfaceSecurityGroup) SetGroupId ¶
func (s *AwsEc2NetworkInterfaceSecurityGroup) SetGroupId(v string) *AwsEc2NetworkInterfaceSecurityGroup
SetGroupId sets the GroupId field's value.
func (*AwsEc2NetworkInterfaceSecurityGroup) SetGroupName ¶
func (s *AwsEc2NetworkInterfaceSecurityGroup) SetGroupName(v string) *AwsEc2NetworkInterfaceSecurityGroup
SetGroupName sets the GroupName field's value.
func (AwsEc2NetworkInterfaceSecurityGroup) String ¶
func (s AwsEc2NetworkInterfaceSecurityGroup) String() string
String returns the string representation
type AwsEc2SecurityGroupDetails ¶
type AwsEc2SecurityGroupDetails struct { // The ID of the security group. GroupId *string `type:"string"` // The name of the security group. GroupName *string `type:"string"` // The inbound rules associated with the security group. IpPermissions []*AwsEc2SecurityGroupIpPermission `type:"list"` // [VPC only] The outbound rules associated with the security group. IpPermissionsEgress []*AwsEc2SecurityGroupIpPermission `type:"list"` // The AWS account ID of the owner of the security group. OwnerId *string `type:"string"` // [VPC only] The ID of the VPC for the security group. VpcId *string `type:"string"` // contains filtered or unexported fields }
Details about an EC2 security group.
func (AwsEc2SecurityGroupDetails) GoString ¶
func (s AwsEc2SecurityGroupDetails) GoString() string
GoString returns the string representation
func (*AwsEc2SecurityGroupDetails) SetGroupId ¶
func (s *AwsEc2SecurityGroupDetails) SetGroupId(v string) *AwsEc2SecurityGroupDetails
SetGroupId sets the GroupId field's value.
func (*AwsEc2SecurityGroupDetails) SetGroupName ¶
func (s *AwsEc2SecurityGroupDetails) SetGroupName(v string) *AwsEc2SecurityGroupDetails
SetGroupName sets the GroupName field's value.
func (*AwsEc2SecurityGroupDetails) SetIpPermissions ¶
func (s *AwsEc2SecurityGroupDetails) SetIpPermissions(v []*AwsEc2SecurityGroupIpPermission) *AwsEc2SecurityGroupDetails
SetIpPermissions sets the IpPermissions field's value.
func (*AwsEc2SecurityGroupDetails) SetIpPermissionsEgress ¶
func (s *AwsEc2SecurityGroupDetails) SetIpPermissionsEgress(v []*AwsEc2SecurityGroupIpPermission) *AwsEc2SecurityGroupDetails
SetIpPermissionsEgress sets the IpPermissionsEgress field's value.
func (*AwsEc2SecurityGroupDetails) SetOwnerId ¶
func (s *AwsEc2SecurityGroupDetails) SetOwnerId(v string) *AwsEc2SecurityGroupDetails
SetOwnerId sets the OwnerId field's value.
func (*AwsEc2SecurityGroupDetails) SetVpcId ¶
func (s *AwsEc2SecurityGroupDetails) SetVpcId(v string) *AwsEc2SecurityGroupDetails
SetVpcId sets the VpcId field's value.
func (AwsEc2SecurityGroupDetails) String ¶
func (s AwsEc2SecurityGroupDetails) String() string
String returns the string representation
type AwsEc2SecurityGroupIpPermission ¶
type AwsEc2SecurityGroupIpPermission struct { // The start of the port range for the TCP and UDP protocols, or an ICMP/ICMPv6 // type number. // // A value of -1 indicates all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6 // types, you must specify all codes. FromPort *int64 `type:"integer"` // The IP protocol name (tcp, udp, icmp, icmpv6) or number. // // [VPC only] Use -1 to specify all protocols. // // When authorizing security group rules, specifying -1 or a protocol number // other than tcp, udp, icmp, or icmpv6 allows traffic on all ports, regardless // of any port range you specify. // // For tcp, udp, and icmp, you must specify a port range. // // For icmpv6, the port range is optional. If you omit the port range, traffic // for all types and codes is allowed. IpProtocol *string `type:"string"` // The IPv4 ranges. IpRanges []*AwsEc2SecurityGroupIpRange `type:"list"` // The IPv6 ranges. Ipv6Ranges []*AwsEc2SecurityGroupIpv6Range `type:"list"` // [VPC only] The prefix list IDs for an AWS service. With outbound rules, this // is the AWS service to access through a VPC endpoint from instances associated // with the security group. PrefixListIds []*AwsEc2SecurityGroupPrefixListId `type:"list"` // The end of the port range for the TCP and UDP protocols, or an ICMP/ICMPv6 // code. // // A value of -1 indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6 // types, you must specify all codes. ToPort *int64 `type:"integer"` // The security group and AWS account ID pairs. UserIdGroupPairs []*AwsEc2SecurityGroupUserIdGroupPair `type:"list"` // contains filtered or unexported fields }
An IP permission for an EC2 security group.
func (AwsEc2SecurityGroupIpPermission) GoString ¶
func (s AwsEc2SecurityGroupIpPermission) GoString() string
GoString returns the string representation
func (*AwsEc2SecurityGroupIpPermission) SetFromPort ¶
func (s *AwsEc2SecurityGroupIpPermission) SetFromPort(v int64) *AwsEc2SecurityGroupIpPermission
SetFromPort sets the FromPort field's value.
func (*AwsEc2SecurityGroupIpPermission) SetIpProtocol ¶
func (s *AwsEc2SecurityGroupIpPermission) SetIpProtocol(v string) *AwsEc2SecurityGroupIpPermission
SetIpProtocol sets the IpProtocol field's value.
func (*AwsEc2SecurityGroupIpPermission) SetIpRanges ¶
func (s *AwsEc2SecurityGroupIpPermission) SetIpRanges(v []*AwsEc2SecurityGroupIpRange) *AwsEc2SecurityGroupIpPermission
SetIpRanges sets the IpRanges field's value.
func (*AwsEc2SecurityGroupIpPermission) SetIpv6Ranges ¶
func (s *AwsEc2SecurityGroupIpPermission) SetIpv6Ranges(v []*AwsEc2SecurityGroupIpv6Range) *AwsEc2SecurityGroupIpPermission
SetIpv6Ranges sets the Ipv6Ranges field's value.
func (*AwsEc2SecurityGroupIpPermission) SetPrefixListIds ¶
func (s *AwsEc2SecurityGroupIpPermission) SetPrefixListIds(v []*AwsEc2SecurityGroupPrefixListId) *AwsEc2SecurityGroupIpPermission
SetPrefixListIds sets the PrefixListIds field's value.
func (*AwsEc2SecurityGroupIpPermission) SetToPort ¶
func (s *AwsEc2SecurityGroupIpPermission) SetToPort(v int64) *AwsEc2SecurityGroupIpPermission
SetToPort sets the ToPort field's value.
func (*AwsEc2SecurityGroupIpPermission) SetUserIdGroupPairs ¶
func (s *AwsEc2SecurityGroupIpPermission) SetUserIdGroupPairs(v []*AwsEc2SecurityGroupUserIdGroupPair) *AwsEc2SecurityGroupIpPermission
SetUserIdGroupPairs sets the UserIdGroupPairs field's value.
func (AwsEc2SecurityGroupIpPermission) String ¶
func (s AwsEc2SecurityGroupIpPermission) String() string
String returns the string representation
type AwsEc2SecurityGroupIpRange ¶
type AwsEc2SecurityGroupIpRange struct { // The IPv4 CIDR range. You can either specify either a CIDR range or a source // security group, but not both. To specify a single IPv4 address, use the /32 // prefix length. CidrIp *string `type:"string"` // contains filtered or unexported fields }
A range of IPv4 addresses.
func (AwsEc2SecurityGroupIpRange) GoString ¶
func (s AwsEc2SecurityGroupIpRange) GoString() string
GoString returns the string representation
func (*AwsEc2SecurityGroupIpRange) SetCidrIp ¶
func (s *AwsEc2SecurityGroupIpRange) SetCidrIp(v string) *AwsEc2SecurityGroupIpRange
SetCidrIp sets the CidrIp field's value.
func (AwsEc2SecurityGroupIpRange) String ¶
func (s AwsEc2SecurityGroupIpRange) String() string
String returns the string representation
type AwsEc2SecurityGroupIpv6Range ¶
type AwsEc2SecurityGroupIpv6Range struct { // The IPv6 CIDR range. You can either specify either a CIDR range or a source // security group, but not both. To specify a single IPv6 address, use the /128 // prefix length. CidrIpv6 *string `type:"string"` // contains filtered or unexported fields }
A range of IPv6 addresses.
func (AwsEc2SecurityGroupIpv6Range) GoString ¶
func (s AwsEc2SecurityGroupIpv6Range) GoString() string
GoString returns the string representation
func (*AwsEc2SecurityGroupIpv6Range) SetCidrIpv6 ¶
func (s *AwsEc2SecurityGroupIpv6Range) SetCidrIpv6(v string) *AwsEc2SecurityGroupIpv6Range
SetCidrIpv6 sets the CidrIpv6 field's value.
func (AwsEc2SecurityGroupIpv6Range) String ¶
func (s AwsEc2SecurityGroupIpv6Range) String() string
String returns the string representation
type AwsEc2SecurityGroupPrefixListId ¶
type AwsEc2SecurityGroupPrefixListId struct { // The ID of the prefix. PrefixListId *string `type:"string"` // contains filtered or unexported fields }
A prefix list ID.
func (AwsEc2SecurityGroupPrefixListId) GoString ¶
func (s AwsEc2SecurityGroupPrefixListId) GoString() string
GoString returns the string representation
func (*AwsEc2SecurityGroupPrefixListId) SetPrefixListId ¶
func (s *AwsEc2SecurityGroupPrefixListId) SetPrefixListId(v string) *AwsEc2SecurityGroupPrefixListId
SetPrefixListId sets the PrefixListId field's value.
func (AwsEc2SecurityGroupPrefixListId) String ¶
func (s AwsEc2SecurityGroupPrefixListId) String() string
String returns the string representation
type AwsEc2SecurityGroupUserIdGroupPair ¶
type AwsEc2SecurityGroupUserIdGroupPair struct { // The ID of the security group. GroupId *string `type:"string"` // The name of the security group. GroupName *string `type:"string"` // The status of a VPC peering connection, if applicable. PeeringStatus *string `type:"string"` // The ID of an AWS account. // // For a referenced security group in another VPC, the account ID of the referenced // security group is returned in the response. If the referenced security group // is deleted, this value is not returned. // // [EC2-Classic] Required when adding or removing rules that reference a security // group in another AWS. UserId *string `type:"string"` // The ID of the VPC for the referenced security group, if applicable. VpcId *string `type:"string"` // The ID of the VPC peering connection, if applicable. VpcPeeringConnectionId *string `type:"string"` // contains filtered or unexported fields }
A relationship between a security group and a user.
func (AwsEc2SecurityGroupUserIdGroupPair) GoString ¶
func (s AwsEc2SecurityGroupUserIdGroupPair) GoString() string
GoString returns the string representation
func (*AwsEc2SecurityGroupUserIdGroupPair) SetGroupId ¶
func (s *AwsEc2SecurityGroupUserIdGroupPair) SetGroupId(v string) *AwsEc2SecurityGroupUserIdGroupPair
SetGroupId sets the GroupId field's value.
func (*AwsEc2SecurityGroupUserIdGroupPair) SetGroupName ¶
func (s *AwsEc2SecurityGroupUserIdGroupPair) SetGroupName(v string) *AwsEc2SecurityGroupUserIdGroupPair
SetGroupName sets the GroupName field's value.
func (*AwsEc2SecurityGroupUserIdGroupPair) SetPeeringStatus ¶
func (s *AwsEc2SecurityGroupUserIdGroupPair) SetPeeringStatus(v string) *AwsEc2SecurityGroupUserIdGroupPair
SetPeeringStatus sets the PeeringStatus field's value.
func (*AwsEc2SecurityGroupUserIdGroupPair) SetUserId ¶
func (s *AwsEc2SecurityGroupUserIdGroupPair) SetUserId(v string) *AwsEc2SecurityGroupUserIdGroupPair
SetUserId sets the UserId field's value.
func (*AwsEc2SecurityGroupUserIdGroupPair) SetVpcId ¶
func (s *AwsEc2SecurityGroupUserIdGroupPair) SetVpcId(v string) *AwsEc2SecurityGroupUserIdGroupPair
SetVpcId sets the VpcId field's value.
func (*AwsEc2SecurityGroupUserIdGroupPair) SetVpcPeeringConnectionId ¶
func (s *AwsEc2SecurityGroupUserIdGroupPair) SetVpcPeeringConnectionId(v string) *AwsEc2SecurityGroupUserIdGroupPair
SetVpcPeeringConnectionId sets the VpcPeeringConnectionId field's value.
func (AwsEc2SecurityGroupUserIdGroupPair) String ¶
func (s AwsEc2SecurityGroupUserIdGroupPair) String() string
String returns the string representation
type AwsElasticsearchDomainDetails ¶
type AwsElasticsearchDomainDetails struct { // IAM policy document specifying the access policies for the new Amazon ES // domain. AccessPolicies *string `type:"string"` // Additional options for the domain endpoint. DomainEndpointOptions *AwsElasticsearchDomainDomainEndpointOptions `type:"structure"` // Unique identifier for an Amazon ES domain. DomainId *string `type:"string"` // Name of an Amazon ES domain. // // Domain names are unique across all domains owned by the same account within // an AWS Region. // // Domain names must start with a lowercase letter and must be between 3 and // 28 characters. // // Valid characters are a-z (lowercase only), 0-9, and – (hyphen). DomainName *string `type:"string"` // Elasticsearch version. ElasticsearchVersion *string `type:"string"` // Details about the configuration for encryption at rest. EncryptionAtRestOptions *AwsElasticsearchDomainEncryptionAtRestOptions `type:"structure"` // Domain-specific endpoint used to submit index, search, and data upload requests // to an Amazon ES domain. // // The endpoint is a service URL. Endpoint *string `type:"string"` // The key-value pair that exists if the Amazon ES domain uses VPC endpoints. Endpoints map[string]*string `type:"map"` // Details about the configuration for node-to-node encryption. NodeToNodeEncryptionOptions *AwsElasticsearchDomainNodeToNodeEncryptionOptions `type:"structure"` // Information that Amazon ES derives based on VPCOptions for the domain. VPCOptions *AwsElasticsearchDomainVPCOptions `type:"structure"` // contains filtered or unexported fields }
Information about an Elasticsearch domain.
func (AwsElasticsearchDomainDetails) GoString ¶
func (s AwsElasticsearchDomainDetails) GoString() string
GoString returns the string representation
func (*AwsElasticsearchDomainDetails) SetAccessPolicies ¶
func (s *AwsElasticsearchDomainDetails) SetAccessPolicies(v string) *AwsElasticsearchDomainDetails
SetAccessPolicies sets the AccessPolicies field's value.
func (*AwsElasticsearchDomainDetails) SetDomainEndpointOptions ¶
func (s *AwsElasticsearchDomainDetails) SetDomainEndpointOptions(v *AwsElasticsearchDomainDomainEndpointOptions) *AwsElasticsearchDomainDetails
SetDomainEndpointOptions sets the DomainEndpointOptions field's value.
func (*AwsElasticsearchDomainDetails) SetDomainId ¶
func (s *AwsElasticsearchDomainDetails) SetDomainId(v string) *AwsElasticsearchDomainDetails
SetDomainId sets the DomainId field's value.
func (*AwsElasticsearchDomainDetails) SetDomainName ¶
func (s *AwsElasticsearchDomainDetails) SetDomainName(v string) *AwsElasticsearchDomainDetails
SetDomainName sets the DomainName field's value.
func (*AwsElasticsearchDomainDetails) SetElasticsearchVersion ¶
func (s *AwsElasticsearchDomainDetails) SetElasticsearchVersion(v string) *AwsElasticsearchDomainDetails
SetElasticsearchVersion sets the ElasticsearchVersion field's value.
func (*AwsElasticsearchDomainDetails) SetEncryptionAtRestOptions ¶
func (s *AwsElasticsearchDomainDetails) SetEncryptionAtRestOptions(v *AwsElasticsearchDomainEncryptionAtRestOptions) *AwsElasticsearchDomainDetails
SetEncryptionAtRestOptions sets the EncryptionAtRestOptions field's value.
func (*AwsElasticsearchDomainDetails) SetEndpoint ¶
func (s *AwsElasticsearchDomainDetails) SetEndpoint(v string) *AwsElasticsearchDomainDetails
SetEndpoint sets the Endpoint field's value.
func (*AwsElasticsearchDomainDetails) SetEndpoints ¶
func (s *AwsElasticsearchDomainDetails) SetEndpoints(v map[string]*string) *AwsElasticsearchDomainDetails
SetEndpoints sets the Endpoints field's value.
func (*AwsElasticsearchDomainDetails) SetNodeToNodeEncryptionOptions ¶
func (s *AwsElasticsearchDomainDetails) SetNodeToNodeEncryptionOptions(v *AwsElasticsearchDomainNodeToNodeEncryptionOptions) *AwsElasticsearchDomainDetails
SetNodeToNodeEncryptionOptions sets the NodeToNodeEncryptionOptions field's value.
func (*AwsElasticsearchDomainDetails) SetVPCOptions ¶
func (s *AwsElasticsearchDomainDetails) SetVPCOptions(v *AwsElasticsearchDomainVPCOptions) *AwsElasticsearchDomainDetails
SetVPCOptions sets the VPCOptions field's value.
func (AwsElasticsearchDomainDetails) String ¶
func (s AwsElasticsearchDomainDetails) String() string
String returns the string representation
type AwsElasticsearchDomainDomainEndpointOptions ¶
type AwsElasticsearchDomainDomainEndpointOptions struct { // Whether to require that all traffic to the domain arrive over HTTPS. EnforceHTTPS *bool `type:"boolean"` // The TLS security policy to apply to the HTTPS endpoint of the Elasticsearch // domain. // // Valid values: // // * Policy-Min-TLS-1-0-2019-07, which supports TLSv1.0 and higher // // * Policy-Min-TLS-1-2-2019-07, which only supports TLSv1.2 TLSSecurityPolicy *string `type:"string"` // contains filtered or unexported fields }
Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.
func (AwsElasticsearchDomainDomainEndpointOptions) GoString ¶
func (s AwsElasticsearchDomainDomainEndpointOptions) GoString() string
GoString returns the string representation
func (*AwsElasticsearchDomainDomainEndpointOptions) SetEnforceHTTPS ¶
func (s *AwsElasticsearchDomainDomainEndpointOptions) SetEnforceHTTPS(v bool) *AwsElasticsearchDomainDomainEndpointOptions
SetEnforceHTTPS sets the EnforceHTTPS field's value.
func (*AwsElasticsearchDomainDomainEndpointOptions) SetTLSSecurityPolicy ¶
func (s *AwsElasticsearchDomainDomainEndpointOptions) SetTLSSecurityPolicy(v string) *AwsElasticsearchDomainDomainEndpointOptions
SetTLSSecurityPolicy sets the TLSSecurityPolicy field's value.
func (AwsElasticsearchDomainDomainEndpointOptions) String ¶
func (s AwsElasticsearchDomainDomainEndpointOptions) String() string
String returns the string representation
type AwsElasticsearchDomainEncryptionAtRestOptions ¶
type AwsElasticsearchDomainEncryptionAtRestOptions struct { // Whether encryption at rest is enabled. Enabled *bool `type:"boolean"` // The KMS key ID. Takes the form 1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a. KmsKeyId *string `type:"string"` // contains filtered or unexported fields }
Details about the configuration for encryption at rest.
func (AwsElasticsearchDomainEncryptionAtRestOptions) GoString ¶
func (s AwsElasticsearchDomainEncryptionAtRestOptions) GoString() string
GoString returns the string representation
func (*AwsElasticsearchDomainEncryptionAtRestOptions) SetEnabled ¶
func (s *AwsElasticsearchDomainEncryptionAtRestOptions) SetEnabled(v bool) *AwsElasticsearchDomainEncryptionAtRestOptions
SetEnabled sets the Enabled field's value.
func (*AwsElasticsearchDomainEncryptionAtRestOptions) SetKmsKeyId ¶
func (s *AwsElasticsearchDomainEncryptionAtRestOptions) SetKmsKeyId(v string) *AwsElasticsearchDomainEncryptionAtRestOptions
SetKmsKeyId sets the KmsKeyId field's value.
func (AwsElasticsearchDomainEncryptionAtRestOptions) String ¶
func (s AwsElasticsearchDomainEncryptionAtRestOptions) String() string
String returns the string representation
type AwsElasticsearchDomainNodeToNodeEncryptionOptions ¶
type AwsElasticsearchDomainNodeToNodeEncryptionOptions struct { // Whether node-to-node encryption is enabled. Enabled *bool `type:"boolean"` // contains filtered or unexported fields }
Details about the configuration for node-to-node encryption.
func (AwsElasticsearchDomainNodeToNodeEncryptionOptions) GoString ¶
func (s AwsElasticsearchDomainNodeToNodeEncryptionOptions) GoString() string
GoString returns the string representation
func (*AwsElasticsearchDomainNodeToNodeEncryptionOptions) SetEnabled ¶
func (s *AwsElasticsearchDomainNodeToNodeEncryptionOptions) SetEnabled(v bool) *AwsElasticsearchDomainNodeToNodeEncryptionOptions
SetEnabled sets the Enabled field's value.
func (AwsElasticsearchDomainNodeToNodeEncryptionOptions) String ¶
func (s AwsElasticsearchDomainNodeToNodeEncryptionOptions) String() string
String returns the string representation
type AwsElasticsearchDomainVPCOptions ¶
type AwsElasticsearchDomainVPCOptions struct { // The list of Availability Zones associated with the VPC subnets. AvailabilityZones []*string `type:"list"` // The list of security group IDs associated with the VPC endpoints for the // domain. SecurityGroupIds []*string `type:"list"` // A list of subnet IDs associated with the VPC endpoints for the domain. SubnetIds []*string `type:"list"` // ID for the VPC. VPCId *string `type:"string"` // contains filtered or unexported fields }
Information that Amazon ES derives based on VPCOptions for the domain.
func (AwsElasticsearchDomainVPCOptions) GoString ¶
func (s AwsElasticsearchDomainVPCOptions) GoString() string
GoString returns the string representation
func (*AwsElasticsearchDomainVPCOptions) SetAvailabilityZones ¶
func (s *AwsElasticsearchDomainVPCOptions) SetAvailabilityZones(v []*string) *AwsElasticsearchDomainVPCOptions
SetAvailabilityZones sets the AvailabilityZones field's value.
func (*AwsElasticsearchDomainVPCOptions) SetSecurityGroupIds ¶
func (s *AwsElasticsearchDomainVPCOptions) SetSecurityGroupIds(v []*string) *AwsElasticsearchDomainVPCOptions
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*AwsElasticsearchDomainVPCOptions) SetSubnetIds ¶
func (s *AwsElasticsearchDomainVPCOptions) SetSubnetIds(v []*string) *AwsElasticsearchDomainVPCOptions
SetSubnetIds sets the SubnetIds field's value.
func (*AwsElasticsearchDomainVPCOptions) SetVPCId ¶
func (s *AwsElasticsearchDomainVPCOptions) SetVPCId(v string) *AwsElasticsearchDomainVPCOptions
SetVPCId sets the VPCId field's value.
func (AwsElasticsearchDomainVPCOptions) String ¶
func (s AwsElasticsearchDomainVPCOptions) String() string
String returns the string representation
type AwsElbv2LoadBalancerDetails ¶
type AwsElbv2LoadBalancerDetails struct { // The Availability Zones for the load balancer. AvailabilityZones []*AvailabilityZone `type:"list"` // The ID of the Amazon Route 53 hosted zone associated with the load balancer. CanonicalHostedZoneId *string `type:"string"` // The date and time the load balancer was created. CreatedTime *string `type:"string"` // The public DNS name of the load balancer. DNSName *string `type:"string"` // The type of IP addresses used by the subnets for your load balancer. The // possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and // IPv6 addresses). IpAddressType *string `type:"string"` // The nodes of an Internet-facing load balancer have public IP addresses. Scheme *string `type:"string"` // The IDs of the security groups for the load balancer. SecurityGroups []*string `type:"list"` // The state of the load balancer. State *LoadBalancerState `type:"structure"` // The type of load balancer. Type *string `type:"string"` // The ID of the VPC for the load balancer. VpcId *string `type:"string"` // contains filtered or unexported fields }
Information about a load balancer.
func (AwsElbv2LoadBalancerDetails) GoString ¶
func (s AwsElbv2LoadBalancerDetails) GoString() string
GoString returns the string representation
func (*AwsElbv2LoadBalancerDetails) SetAvailabilityZones ¶
func (s *AwsElbv2LoadBalancerDetails) SetAvailabilityZones(v []*AvailabilityZone) *AwsElbv2LoadBalancerDetails
SetAvailabilityZones sets the AvailabilityZones field's value.
func (*AwsElbv2LoadBalancerDetails) SetCanonicalHostedZoneId ¶
func (s *AwsElbv2LoadBalancerDetails) SetCanonicalHostedZoneId(v string) *AwsElbv2LoadBalancerDetails
SetCanonicalHostedZoneId sets the CanonicalHostedZoneId field's value.
func (*AwsElbv2LoadBalancerDetails) SetCreatedTime ¶
func (s *AwsElbv2LoadBalancerDetails) SetCreatedTime(v string) *AwsElbv2LoadBalancerDetails
SetCreatedTime sets the CreatedTime field's value.
func (*AwsElbv2LoadBalancerDetails) SetDNSName ¶
func (s *AwsElbv2LoadBalancerDetails) SetDNSName(v string) *AwsElbv2LoadBalancerDetails
SetDNSName sets the DNSName field's value.
func (*AwsElbv2LoadBalancerDetails) SetIpAddressType ¶
func (s *AwsElbv2LoadBalancerDetails) SetIpAddressType(v string) *AwsElbv2LoadBalancerDetails
SetIpAddressType sets the IpAddressType field's value.
func (*AwsElbv2LoadBalancerDetails) SetScheme ¶
func (s *AwsElbv2LoadBalancerDetails) SetScheme(v string) *AwsElbv2LoadBalancerDetails
SetScheme sets the Scheme field's value.
func (*AwsElbv2LoadBalancerDetails) SetSecurityGroups ¶
func (s *AwsElbv2LoadBalancerDetails) SetSecurityGroups(v []*string) *AwsElbv2LoadBalancerDetails
SetSecurityGroups sets the SecurityGroups field's value.
func (*AwsElbv2LoadBalancerDetails) SetState ¶
func (s *AwsElbv2LoadBalancerDetails) SetState(v *LoadBalancerState) *AwsElbv2LoadBalancerDetails
SetState sets the State field's value.
func (*AwsElbv2LoadBalancerDetails) SetType ¶
func (s *AwsElbv2LoadBalancerDetails) SetType(v string) *AwsElbv2LoadBalancerDetails
SetType sets the Type field's value.
func (*AwsElbv2LoadBalancerDetails) SetVpcId ¶
func (s *AwsElbv2LoadBalancerDetails) SetVpcId(v string) *AwsElbv2LoadBalancerDetails
SetVpcId sets the VpcId field's value.
func (AwsElbv2LoadBalancerDetails) String ¶
func (s AwsElbv2LoadBalancerDetails) String() string
String returns the string representation
type AwsIamAccessKeyDetails ¶
type AwsIamAccessKeyDetails struct { // The creation date/time of the IAM access key related to a finding. CreatedAt *string `type:"string"` // The ID of the principal associated with an access key. PrincipalId *string `type:"string"` // The name of the principal. PrincipalName *string `type:"string"` // The type of principal associated with an access key. PrincipalType *string `type:"string"` // The status of the IAM access key related to a finding. Status *string `type:"string" enum:"AwsIamAccessKeyStatus"` // The user associated with the IAM access key related to a finding. // // The UserName parameter has been replaced with the PrincipalName parameter // because access keys can also be assigned to principals that are not IAM users. // // Deprecated: This field is deprecated, use PrincipalName instead. UserName *string `deprecated:"true" type:"string"` // contains filtered or unexported fields }
IAM access key details related to a finding.
func (AwsIamAccessKeyDetails) GoString ¶
func (s AwsIamAccessKeyDetails) GoString() string
GoString returns the string representation
func (*AwsIamAccessKeyDetails) SetCreatedAt ¶
func (s *AwsIamAccessKeyDetails) SetCreatedAt(v string) *AwsIamAccessKeyDetails
SetCreatedAt sets the CreatedAt field's value.
func (*AwsIamAccessKeyDetails) SetPrincipalId ¶
func (s *AwsIamAccessKeyDetails) SetPrincipalId(v string) *AwsIamAccessKeyDetails
SetPrincipalId sets the PrincipalId field's value.
func (*AwsIamAccessKeyDetails) SetPrincipalName ¶
func (s *AwsIamAccessKeyDetails) SetPrincipalName(v string) *AwsIamAccessKeyDetails
SetPrincipalName sets the PrincipalName field's value.
func (*AwsIamAccessKeyDetails) SetPrincipalType ¶
func (s *AwsIamAccessKeyDetails) SetPrincipalType(v string) *AwsIamAccessKeyDetails
SetPrincipalType sets the PrincipalType field's value.
func (*AwsIamAccessKeyDetails) SetStatus ¶
func (s *AwsIamAccessKeyDetails) SetStatus(v string) *AwsIamAccessKeyDetails
SetStatus sets the Status field's value.
func (*AwsIamAccessKeyDetails) SetUserName ¶
func (s *AwsIamAccessKeyDetails) SetUserName(v string) *AwsIamAccessKeyDetails
SetUserName sets the UserName field's value.
func (AwsIamAccessKeyDetails) String ¶
func (s AwsIamAccessKeyDetails) String() string
String returns the string representation
type AwsIamRoleDetails ¶
type AwsIamRoleDetails struct { // The trust policy that grants permission to assume the role. AssumeRolePolicyDocument *string `min:"1" type:"string"` // The date and time, in ISO 8601 date-time format, when the role was created. CreateDate *string `type:"string"` // The maximum session duration (in seconds) that you want to set for the specified // role. MaxSessionDuration *int64 `type:"integer"` // The path to the role. Path *string `type:"string"` // The stable and unique string identifying the role. RoleId *string `type:"string"` // The friendly name that identifies the role. RoleName *string `type:"string"` // contains filtered or unexported fields }
Contains information about an IAM role, including all of the role's policies.
func (AwsIamRoleDetails) GoString ¶
func (s AwsIamRoleDetails) GoString() string
GoString returns the string representation
func (*AwsIamRoleDetails) SetAssumeRolePolicyDocument ¶
func (s *AwsIamRoleDetails) SetAssumeRolePolicyDocument(v string) *AwsIamRoleDetails
SetAssumeRolePolicyDocument sets the AssumeRolePolicyDocument field's value.
func (*AwsIamRoleDetails) SetCreateDate ¶
func (s *AwsIamRoleDetails) SetCreateDate(v string) *AwsIamRoleDetails
SetCreateDate sets the CreateDate field's value.
func (*AwsIamRoleDetails) SetMaxSessionDuration ¶
func (s *AwsIamRoleDetails) SetMaxSessionDuration(v int64) *AwsIamRoleDetails
SetMaxSessionDuration sets the MaxSessionDuration field's value.
func (*AwsIamRoleDetails) SetPath ¶
func (s *AwsIamRoleDetails) SetPath(v string) *AwsIamRoleDetails
SetPath sets the Path field's value.
func (*AwsIamRoleDetails) SetRoleId ¶
func (s *AwsIamRoleDetails) SetRoleId(v string) *AwsIamRoleDetails
SetRoleId sets the RoleId field's value.
func (*AwsIamRoleDetails) SetRoleName ¶
func (s *AwsIamRoleDetails) SetRoleName(v string) *AwsIamRoleDetails
SetRoleName sets the RoleName field's value.
func (AwsIamRoleDetails) String ¶
func (s AwsIamRoleDetails) String() string
String returns the string representation
func (*AwsIamRoleDetails) Validate ¶
func (s *AwsIamRoleDetails) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AwsKmsKeyDetails ¶
type AwsKmsKeyDetails struct { // The twelve-digit account ID of the AWS account that owns the CMK. AWSAccountId *string `type:"string"` // The date and time when the CMK was created. CreationDate *float64 `type:"double"` // The globally unique identifier for the CMK. KeyId *string `type:"string"` // The manager of the CMK. CMKs in your AWS account are either customer managed // or AWS managed. KeyManager *string `type:"string"` // The state of the CMK. KeyState *string `type:"string"` // The source of the CMK's key material. // // When this value is AWS_KMS, AWS KMS created the key material. // // When this value is EXTERNAL, the key material was imported from your existing // key management infrastructure or the CMK lacks key material. // // When this value is AWS_CLOUDHSM, the key material was created in the AWS // CloudHSM cluster associated with a custom key store. Origin *string `type:"string"` // contains filtered or unexported fields }
Contains metadata about a customer master key (CMK).
func (AwsKmsKeyDetails) GoString ¶
func (s AwsKmsKeyDetails) GoString() string
GoString returns the string representation
func (*AwsKmsKeyDetails) SetAWSAccountId ¶
func (s *AwsKmsKeyDetails) SetAWSAccountId(v string) *AwsKmsKeyDetails
SetAWSAccountId sets the AWSAccountId field's value.
func (*AwsKmsKeyDetails) SetCreationDate ¶
func (s *AwsKmsKeyDetails) SetCreationDate(v float64) *AwsKmsKeyDetails
SetCreationDate sets the CreationDate field's value.
func (*AwsKmsKeyDetails) SetKeyId ¶
func (s *AwsKmsKeyDetails) SetKeyId(v string) *AwsKmsKeyDetails
SetKeyId sets the KeyId field's value.
func (*AwsKmsKeyDetails) SetKeyManager ¶
func (s *AwsKmsKeyDetails) SetKeyManager(v string) *AwsKmsKeyDetails
SetKeyManager sets the KeyManager field's value.
func (*AwsKmsKeyDetails) SetKeyState ¶
func (s *AwsKmsKeyDetails) SetKeyState(v string) *AwsKmsKeyDetails
SetKeyState sets the KeyState field's value.
func (*AwsKmsKeyDetails) SetOrigin ¶
func (s *AwsKmsKeyDetails) SetOrigin(v string) *AwsKmsKeyDetails
SetOrigin sets the Origin field's value.
func (AwsKmsKeyDetails) String ¶
func (s AwsKmsKeyDetails) String() string
String returns the string representation
type AwsLambdaFunctionCode ¶
type AwsLambdaFunctionCode struct { // An Amazon S3 bucket in the same AWS Region as your function. The bucket can // be in a different AWS account. S3Bucket *string `type:"string"` // The Amazon S3 key of the deployment package. S3Key *string `type:"string"` // For versioned objects, the version of the deployment package object to use. S3ObjectVersion *string `type:"string"` // The base64-encoded contents of the deployment package. AWS SDK and AWS CLI // clients handle the encoding for you. ZipFile *string `type:"string"` // contains filtered or unexported fields }
The code for the Lambda function. You can specify either an object in Amazon S3, or upload a deployment package directly.
func (AwsLambdaFunctionCode) GoString ¶
func (s AwsLambdaFunctionCode) GoString() string
GoString returns the string representation
func (*AwsLambdaFunctionCode) SetS3Bucket ¶
func (s *AwsLambdaFunctionCode) SetS3Bucket(v string) *AwsLambdaFunctionCode
SetS3Bucket sets the S3Bucket field's value.
func (*AwsLambdaFunctionCode) SetS3Key ¶
func (s *AwsLambdaFunctionCode) SetS3Key(v string) *AwsLambdaFunctionCode
SetS3Key sets the S3Key field's value.
func (*AwsLambdaFunctionCode) SetS3ObjectVersion ¶
func (s *AwsLambdaFunctionCode) SetS3ObjectVersion(v string) *AwsLambdaFunctionCode
SetS3ObjectVersion sets the S3ObjectVersion field's value.
func (*AwsLambdaFunctionCode) SetZipFile ¶
func (s *AwsLambdaFunctionCode) SetZipFile(v string) *AwsLambdaFunctionCode
SetZipFile sets the ZipFile field's value.
func (AwsLambdaFunctionCode) String ¶
func (s AwsLambdaFunctionCode) String() string
String returns the string representation
type AwsLambdaFunctionDeadLetterConfig ¶
type AwsLambdaFunctionDeadLetterConfig struct { // The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic. TargetArn *string `type:"string"` // contains filtered or unexported fields }
The dead-letter queue for failed asynchronous invocations.
func (AwsLambdaFunctionDeadLetterConfig) GoString ¶
func (s AwsLambdaFunctionDeadLetterConfig) GoString() string
GoString returns the string representation
func (*AwsLambdaFunctionDeadLetterConfig) SetTargetArn ¶
func (s *AwsLambdaFunctionDeadLetterConfig) SetTargetArn(v string) *AwsLambdaFunctionDeadLetterConfig
SetTargetArn sets the TargetArn field's value.
func (AwsLambdaFunctionDeadLetterConfig) String ¶
func (s AwsLambdaFunctionDeadLetterConfig) String() string
String returns the string representation
type AwsLambdaFunctionDetails ¶
type AwsLambdaFunctionDetails struct { // An AwsLambdaFunctionCode object. Code *AwsLambdaFunctionCode `type:"structure"` // The SHA256 hash of the function's deployment package. CodeSha256 *string `type:"string"` // The function's dead letter queue. DeadLetterConfig *AwsLambdaFunctionDeadLetterConfig `type:"structure"` // The function's environment variables. Environment *AwsLambdaFunctionEnvironment `type:"structure"` // The name of the function. FunctionName *string `type:"string"` // The function that Lambda calls to begin executing your function. Handler *string `type:"string"` // The KMS key that's used to encrypt the function's environment variables. // This key is only returned if you've configured a customer managed CMK. KmsKeyArn *string `type:"string"` // The date and time that the function was last updated, in ISO-8601 format // (YYYY-MM-DDThh:mm:ss.sTZD). LastModified *string `type:"string"` // The function's layers. Layers []*AwsLambdaFunctionLayer `type:"list"` // For Lambda@Edge functions, the ARN of the master function. MasterArn *string `type:"string"` // The memory that's allocated to the function. MemorySize *int64 `type:"integer"` // The latest updated revision of the function or alias. RevisionId *string `type:"string"` // The function's execution role. Role *string `type:"string"` // The runtime environment for the Lambda function. Runtime *string `type:"string"` // The amount of time that Lambda allows a function to run before stopping it. Timeout *int64 `type:"integer"` // The function's AWS X-Ray tracing configuration. TracingConfig *AwsLambdaFunctionTracingConfig `type:"structure"` // The version of the Lambda function. Version *string `type:"string"` // The function's networking configuration. VpcConfig *AwsLambdaFunctionVpcConfig `type:"structure"` // contains filtered or unexported fields }
Details about a function's configuration.
func (AwsLambdaFunctionDetails) GoString ¶
func (s AwsLambdaFunctionDetails) GoString() string
GoString returns the string representation
func (*AwsLambdaFunctionDetails) SetCode ¶
func (s *AwsLambdaFunctionDetails) SetCode(v *AwsLambdaFunctionCode) *AwsLambdaFunctionDetails
SetCode sets the Code field's value.
func (*AwsLambdaFunctionDetails) SetCodeSha256 ¶
func (s *AwsLambdaFunctionDetails) SetCodeSha256(v string) *AwsLambdaFunctionDetails
SetCodeSha256 sets the CodeSha256 field's value.
func (*AwsLambdaFunctionDetails) SetDeadLetterConfig ¶
func (s *AwsLambdaFunctionDetails) SetDeadLetterConfig(v *AwsLambdaFunctionDeadLetterConfig) *AwsLambdaFunctionDetails
SetDeadLetterConfig sets the DeadLetterConfig field's value.
func (*AwsLambdaFunctionDetails) SetEnvironment ¶
func (s *AwsLambdaFunctionDetails) SetEnvironment(v *AwsLambdaFunctionEnvironment) *AwsLambdaFunctionDetails
SetEnvironment sets the Environment field's value.
func (*AwsLambdaFunctionDetails) SetFunctionName ¶
func (s *AwsLambdaFunctionDetails) SetFunctionName(v string) *AwsLambdaFunctionDetails
SetFunctionName sets the FunctionName field's value.
func (*AwsLambdaFunctionDetails) SetHandler ¶
func (s *AwsLambdaFunctionDetails) SetHandler(v string) *AwsLambdaFunctionDetails
SetHandler sets the Handler field's value.
func (*AwsLambdaFunctionDetails) SetKmsKeyArn ¶
func (s *AwsLambdaFunctionDetails) SetKmsKeyArn(v string) *AwsLambdaFunctionDetails
SetKmsKeyArn sets the KmsKeyArn field's value.
func (*AwsLambdaFunctionDetails) SetLastModified ¶
func (s *AwsLambdaFunctionDetails) SetLastModified(v string) *AwsLambdaFunctionDetails
SetLastModified sets the LastModified field's value.
func (*AwsLambdaFunctionDetails) SetLayers ¶
func (s *AwsLambdaFunctionDetails) SetLayers(v []*AwsLambdaFunctionLayer) *AwsLambdaFunctionDetails
SetLayers sets the Layers field's value.
func (*AwsLambdaFunctionDetails) SetMasterArn ¶
func (s *AwsLambdaFunctionDetails) SetMasterArn(v string) *AwsLambdaFunctionDetails
SetMasterArn sets the MasterArn field's value.
func (*AwsLambdaFunctionDetails) SetMemorySize ¶
func (s *AwsLambdaFunctionDetails) SetMemorySize(v int64) *AwsLambdaFunctionDetails
SetMemorySize sets the MemorySize field's value.
func (*AwsLambdaFunctionDetails) SetRevisionId ¶
func (s *AwsLambdaFunctionDetails) SetRevisionId(v string) *AwsLambdaFunctionDetails
SetRevisionId sets the RevisionId field's value.
func (*AwsLambdaFunctionDetails) SetRole ¶
func (s *AwsLambdaFunctionDetails) SetRole(v string) *AwsLambdaFunctionDetails
SetRole sets the Role field's value.
func (*AwsLambdaFunctionDetails) SetRuntime ¶
func (s *AwsLambdaFunctionDetails) SetRuntime(v string) *AwsLambdaFunctionDetails
SetRuntime sets the Runtime field's value.
func (*AwsLambdaFunctionDetails) SetTimeout ¶
func (s *AwsLambdaFunctionDetails) SetTimeout(v int64) *AwsLambdaFunctionDetails
SetTimeout sets the Timeout field's value.
func (*AwsLambdaFunctionDetails) SetTracingConfig ¶
func (s *AwsLambdaFunctionDetails) SetTracingConfig(v *AwsLambdaFunctionTracingConfig) *AwsLambdaFunctionDetails
SetTracingConfig sets the TracingConfig field's value.
func (*AwsLambdaFunctionDetails) SetVersion ¶
func (s *AwsLambdaFunctionDetails) SetVersion(v string) *AwsLambdaFunctionDetails
SetVersion sets the Version field's value.
func (*AwsLambdaFunctionDetails) SetVpcConfig ¶
func (s *AwsLambdaFunctionDetails) SetVpcConfig(v *AwsLambdaFunctionVpcConfig) *AwsLambdaFunctionDetails
SetVpcConfig sets the VpcConfig field's value.
func (AwsLambdaFunctionDetails) String ¶
func (s AwsLambdaFunctionDetails) String() string
String returns the string representation
type AwsLambdaFunctionEnvironment ¶
type AwsLambdaFunctionEnvironment struct { // An AwsLambdaFunctionEnvironmentError object. Error *AwsLambdaFunctionEnvironmentError `type:"structure"` // Environment variable key-value pairs. Variables map[string]*string `type:"map"` // contains filtered or unexported fields }
A function's environment variable settings.
func (AwsLambdaFunctionEnvironment) GoString ¶
func (s AwsLambdaFunctionEnvironment) GoString() string
GoString returns the string representation
func (*AwsLambdaFunctionEnvironment) SetError ¶
func (s *AwsLambdaFunctionEnvironment) SetError(v *AwsLambdaFunctionEnvironmentError) *AwsLambdaFunctionEnvironment
SetError sets the Error field's value.
func (*AwsLambdaFunctionEnvironment) SetVariables ¶
func (s *AwsLambdaFunctionEnvironment) SetVariables(v map[string]*string) *AwsLambdaFunctionEnvironment
SetVariables sets the Variables field's value.
func (AwsLambdaFunctionEnvironment) String ¶
func (s AwsLambdaFunctionEnvironment) String() string
String returns the string representation
type AwsLambdaFunctionEnvironmentError ¶
type AwsLambdaFunctionEnvironmentError struct { // The error code. ErrorCode *string `type:"string"` // The error message. Message *string `type:"string"` // contains filtered or unexported fields }
Error messages for environment variables that couldn't be applied.
func (AwsLambdaFunctionEnvironmentError) GoString ¶
func (s AwsLambdaFunctionEnvironmentError) GoString() string
GoString returns the string representation
func (*AwsLambdaFunctionEnvironmentError) SetErrorCode ¶
func (s *AwsLambdaFunctionEnvironmentError) SetErrorCode(v string) *AwsLambdaFunctionEnvironmentError
SetErrorCode sets the ErrorCode field's value.
func (*AwsLambdaFunctionEnvironmentError) SetMessage ¶
func (s *AwsLambdaFunctionEnvironmentError) SetMessage(v string) *AwsLambdaFunctionEnvironmentError
SetMessage sets the Message field's value.
func (AwsLambdaFunctionEnvironmentError) String ¶
func (s AwsLambdaFunctionEnvironmentError) String() string
String returns the string representation
type AwsLambdaFunctionLayer ¶
type AwsLambdaFunctionLayer struct { // The Amazon Resource Name (ARN) of the function layer. Arn *string `type:"string"` // The size of the layer archive in bytes. CodeSize *int64 `type:"integer"` // contains filtered or unexported fields }
An AWS Lambda layer.
func (AwsLambdaFunctionLayer) GoString ¶
func (s AwsLambdaFunctionLayer) GoString() string
GoString returns the string representation
func (*AwsLambdaFunctionLayer) SetArn ¶
func (s *AwsLambdaFunctionLayer) SetArn(v string) *AwsLambdaFunctionLayer
SetArn sets the Arn field's value.
func (*AwsLambdaFunctionLayer) SetCodeSize ¶
func (s *AwsLambdaFunctionLayer) SetCodeSize(v int64) *AwsLambdaFunctionLayer
SetCodeSize sets the CodeSize field's value.
func (AwsLambdaFunctionLayer) String ¶
func (s AwsLambdaFunctionLayer) String() string
String returns the string representation
type AwsLambdaFunctionTracingConfig ¶
type AwsLambdaFunctionTracingConfig struct { // The tracing mode. Mode *string `type:"string"` // contains filtered or unexported fields }
The function's AWS X-Ray tracing configuration.
func (AwsLambdaFunctionTracingConfig) GoString ¶
func (s AwsLambdaFunctionTracingConfig) GoString() string
GoString returns the string representation
func (*AwsLambdaFunctionTracingConfig) SetMode ¶
func (s *AwsLambdaFunctionTracingConfig) SetMode(v string) *AwsLambdaFunctionTracingConfig
SetMode sets the Mode field's value.
func (AwsLambdaFunctionTracingConfig) String ¶
func (s AwsLambdaFunctionTracingConfig) String() string
String returns the string representation
type AwsLambdaFunctionVpcConfig ¶
type AwsLambdaFunctionVpcConfig struct { // A list of VPC security groups IDs. SecurityGroupIds []*string `type:"list"` // A list of VPC subnet IDs. SubnetIds []*string `type:"list"` // The ID of the VPC. VpcId *string `type:"string"` // contains filtered or unexported fields }
The VPC security groups and subnets that are attached to a Lambda function. For more information, see VPC Settings.
func (AwsLambdaFunctionVpcConfig) GoString ¶
func (s AwsLambdaFunctionVpcConfig) GoString() string
GoString returns the string representation
func (*AwsLambdaFunctionVpcConfig) SetSecurityGroupIds ¶
func (s *AwsLambdaFunctionVpcConfig) SetSecurityGroupIds(v []*string) *AwsLambdaFunctionVpcConfig
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*AwsLambdaFunctionVpcConfig) SetSubnetIds ¶
func (s *AwsLambdaFunctionVpcConfig) SetSubnetIds(v []*string) *AwsLambdaFunctionVpcConfig
SetSubnetIds sets the SubnetIds field's value.
func (*AwsLambdaFunctionVpcConfig) SetVpcId ¶
func (s *AwsLambdaFunctionVpcConfig) SetVpcId(v string) *AwsLambdaFunctionVpcConfig
SetVpcId sets the VpcId field's value.
func (AwsLambdaFunctionVpcConfig) String ¶
func (s AwsLambdaFunctionVpcConfig) String() string
String returns the string representation
type AwsLambdaLayerVersionDetails ¶
type AwsLambdaLayerVersionDetails struct { // The layer's compatible runtimes. Maximum number of 5 items. // // Valid values: nodejs10.x | nodejs12.x | java8 | java11 | python2.7 | python3.6 // | python3.7 | python3.8 | dotnetcore1.0 | dotnetcore2.1 | go1.x | ruby2.5 // | provided CompatibleRuntimes []*string `type:"list"` // The date that the version was created, in ISO 8601 format. For example, 2018-11-27T15:10:45.123+0000. CreatedDate *string `type:"string"` // The version number. Version *int64 `type:"long"` // contains filtered or unexported fields }
Details about a Lambda layer version.
func (AwsLambdaLayerVersionDetails) GoString ¶
func (s AwsLambdaLayerVersionDetails) GoString() string
GoString returns the string representation
func (*AwsLambdaLayerVersionDetails) SetCompatibleRuntimes ¶
func (s *AwsLambdaLayerVersionDetails) SetCompatibleRuntimes(v []*string) *AwsLambdaLayerVersionDetails
SetCompatibleRuntimes sets the CompatibleRuntimes field's value.
func (*AwsLambdaLayerVersionDetails) SetCreatedDate ¶
func (s *AwsLambdaLayerVersionDetails) SetCreatedDate(v string) *AwsLambdaLayerVersionDetails
SetCreatedDate sets the CreatedDate field's value.
func (*AwsLambdaLayerVersionDetails) SetVersion ¶
func (s *AwsLambdaLayerVersionDetails) SetVersion(v int64) *AwsLambdaLayerVersionDetails
SetVersion sets the Version field's value.
func (AwsLambdaLayerVersionDetails) String ¶
func (s AwsLambdaLayerVersionDetails) String() string
String returns the string representation
type AwsRdsDbInstanceAssociatedRole ¶
type AwsRdsDbInstanceAssociatedRole struct { // The name of the feature associated with the IAM)role. FeatureName *string `type:"string"` // The Amazon Resource Name (ARN) of the IAM role that is associated with the // DB instance. RoleArn *string `type:"string"` // Describes the state of the association between the IAM role and the DB instance. // The Status property returns one of the following values: // // * ACTIVE - the IAM role ARN is associated with the DB instance and can // be used to access other AWS services on your behalf. // // * PENDING - the IAM role ARN is being associated with the DB instance. // // * INVALID - the IAM role ARN is associated with the DB instance, but the // DB instance is unable to assume the IAM role in order to access other // AWS services on your behalf. Status *string `type:"string"` // contains filtered or unexported fields }
An AWS Identity and Access Management (IAM) role associated with the DB instance.
func (AwsRdsDbInstanceAssociatedRole) GoString ¶
func (s AwsRdsDbInstanceAssociatedRole) GoString() string
GoString returns the string representation
func (*AwsRdsDbInstanceAssociatedRole) SetFeatureName ¶
func (s *AwsRdsDbInstanceAssociatedRole) SetFeatureName(v string) *AwsRdsDbInstanceAssociatedRole
SetFeatureName sets the FeatureName field's value.
func (*AwsRdsDbInstanceAssociatedRole) SetRoleArn ¶
func (s *AwsRdsDbInstanceAssociatedRole) SetRoleArn(v string) *AwsRdsDbInstanceAssociatedRole
SetRoleArn sets the RoleArn field's value.
func (*AwsRdsDbInstanceAssociatedRole) SetStatus ¶
func (s *AwsRdsDbInstanceAssociatedRole) SetStatus(v string) *AwsRdsDbInstanceAssociatedRole
SetStatus sets the Status field's value.
func (AwsRdsDbInstanceAssociatedRole) String ¶
func (s AwsRdsDbInstanceAssociatedRole) String() string
String returns the string representation
type AwsRdsDbInstanceDetails ¶
type AwsRdsDbInstanceDetails struct { // The AWS Identity and Access Management (IAM) roles associated with the DB // instance. AssociatedRoles []*AwsRdsDbInstanceAssociatedRole `type:"list"` // The identifier of the CA certificate for this DB instance. CACertificateIdentifier *string `type:"string"` // If the DB instance is a member of a DB cluster, contains the name of the // DB cluster that the DB instance is a member of. DBClusterIdentifier *string `type:"string"` // Contains the name of the compute and memory capacity class of the DB instance. DBInstanceClass *string `type:"string"` // Contains a user-supplied database identifier. This identifier is the unique // key that identifies a DB instance. DBInstanceIdentifier *string `type:"string"` // The meaning of this parameter differs according to the database engine you // use. // // MySQL, MariaDB, SQL Server, PostgreSQL // // Contains the name of the initial database of this instance that was provided // at create time, if one was specified when the DB instance was created. This // same name is returned for the life of the DB instance. // // Oracle // // Contains the Oracle System ID (SID) of the created DB instance. Not shown // when the returned parameters do not apply to an Oracle DB instance. DBName *string `type:"string"` // Specifies the port that the DB instance listens on. If the DB instance is // part of a DB cluster, this can be a different port than the DB cluster port. DbInstancePort *int64 `type:"integer"` // The AWS Region-unique, immutable identifier for the DB instance. This identifier // is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB // instance is accessed. DbiResourceId *string `type:"string"` // Indicates whether the DB instance has deletion protection enabled. // // When deletion protection is enabled, the database cannot be deleted. DeletionProtection *bool `type:"boolean"` // Specifies the connection endpoint. Endpoint *AwsRdsDbInstanceEndpoint `type:"structure"` // Provides the name of the database engine to use for this DB instance. Engine *string `type:"string"` // Indicates the database engine version. EngineVersion *string `type:"string"` // True if mapping of AWS Identity and Access Management (IAM) accounts to database // accounts is enabled, and otherwise false. // // IAM database authentication can be enabled for the following database engines. // // * For MySQL 5.6, minor version 5.6.34 or higher // // * For MySQL 5.7, minor version 5.7.16 or higher // // * Aurora 5.6 or higher IAMDatabaseAuthenticationEnabled *bool `type:"boolean"` // Provides the date and time the DB instance was created. InstanceCreateTime *string `type:"string"` // If StorageEncrypted is true, the AWS KMS key identifier for the encrypted // DB instance. KmsKeyId *string `type:"string"` // Specifies the accessibility options for the DB instance. // // A value of true specifies an Internet-facing instance with a publicly resolvable // DNS name, which resolves to a public IP address. // // A value of false specifies an internal instance with a DNS name that resolves // to a private IP address. PubliclyAccessible *bool `type:"boolean"` // Specifies whether the DB instance is encrypted. StorageEncrypted *bool `type:"boolean"` // The ARN from the key store with which the instance is associated for TDE // encryption. TdeCredentialArn *string `type:"string"` // A list of VPC security groups that the DB instance belongs to. VpcSecurityGroups []*AwsRdsDbInstanceVpcSecurityGroup `type:"list"` // contains filtered or unexported fields }
Contains the details of an Amazon RDS DB instance.
func (AwsRdsDbInstanceDetails) GoString ¶
func (s AwsRdsDbInstanceDetails) GoString() string
GoString returns the string representation
func (*AwsRdsDbInstanceDetails) SetAssociatedRoles ¶
func (s *AwsRdsDbInstanceDetails) SetAssociatedRoles(v []*AwsRdsDbInstanceAssociatedRole) *AwsRdsDbInstanceDetails
SetAssociatedRoles sets the AssociatedRoles field's value.
func (*AwsRdsDbInstanceDetails) SetCACertificateIdentifier ¶
func (s *AwsRdsDbInstanceDetails) SetCACertificateIdentifier(v string) *AwsRdsDbInstanceDetails
SetCACertificateIdentifier sets the CACertificateIdentifier field's value.
func (*AwsRdsDbInstanceDetails) SetDBClusterIdentifier ¶
func (s *AwsRdsDbInstanceDetails) SetDBClusterIdentifier(v string) *AwsRdsDbInstanceDetails
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*AwsRdsDbInstanceDetails) SetDBInstanceClass ¶
func (s *AwsRdsDbInstanceDetails) SetDBInstanceClass(v string) *AwsRdsDbInstanceDetails
SetDBInstanceClass sets the DBInstanceClass field's value.
func (*AwsRdsDbInstanceDetails) SetDBInstanceIdentifier ¶
func (s *AwsRdsDbInstanceDetails) SetDBInstanceIdentifier(v string) *AwsRdsDbInstanceDetails
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*AwsRdsDbInstanceDetails) SetDBName ¶
func (s *AwsRdsDbInstanceDetails) SetDBName(v string) *AwsRdsDbInstanceDetails
SetDBName sets the DBName field's value.
func (*AwsRdsDbInstanceDetails) SetDbInstancePort ¶
func (s *AwsRdsDbInstanceDetails) SetDbInstancePort(v int64) *AwsRdsDbInstanceDetails
SetDbInstancePort sets the DbInstancePort field's value.
func (*AwsRdsDbInstanceDetails) SetDbiResourceId ¶
func (s *AwsRdsDbInstanceDetails) SetDbiResourceId(v string) *AwsRdsDbInstanceDetails
SetDbiResourceId sets the DbiResourceId field's value.
func (*AwsRdsDbInstanceDetails) SetDeletionProtection ¶
func (s *AwsRdsDbInstanceDetails) SetDeletionProtection(v bool) *AwsRdsDbInstanceDetails
SetDeletionProtection sets the DeletionProtection field's value.
func (*AwsRdsDbInstanceDetails) SetEndpoint ¶
func (s *AwsRdsDbInstanceDetails) SetEndpoint(v *AwsRdsDbInstanceEndpoint) *AwsRdsDbInstanceDetails
SetEndpoint sets the Endpoint field's value.
func (*AwsRdsDbInstanceDetails) SetEngine ¶
func (s *AwsRdsDbInstanceDetails) SetEngine(v string) *AwsRdsDbInstanceDetails
SetEngine sets the Engine field's value.
func (*AwsRdsDbInstanceDetails) SetEngineVersion ¶
func (s *AwsRdsDbInstanceDetails) SetEngineVersion(v string) *AwsRdsDbInstanceDetails
SetEngineVersion sets the EngineVersion field's value.
func (*AwsRdsDbInstanceDetails) SetIAMDatabaseAuthenticationEnabled ¶
func (s *AwsRdsDbInstanceDetails) SetIAMDatabaseAuthenticationEnabled(v bool) *AwsRdsDbInstanceDetails
SetIAMDatabaseAuthenticationEnabled sets the IAMDatabaseAuthenticationEnabled field's value.
func (*AwsRdsDbInstanceDetails) SetInstanceCreateTime ¶
func (s *AwsRdsDbInstanceDetails) SetInstanceCreateTime(v string) *AwsRdsDbInstanceDetails
SetInstanceCreateTime sets the InstanceCreateTime field's value.
func (*AwsRdsDbInstanceDetails) SetKmsKeyId ¶
func (s *AwsRdsDbInstanceDetails) SetKmsKeyId(v string) *AwsRdsDbInstanceDetails
SetKmsKeyId sets the KmsKeyId field's value.
func (*AwsRdsDbInstanceDetails) SetPubliclyAccessible ¶
func (s *AwsRdsDbInstanceDetails) SetPubliclyAccessible(v bool) *AwsRdsDbInstanceDetails
SetPubliclyAccessible sets the PubliclyAccessible field's value.
func (*AwsRdsDbInstanceDetails) SetStorageEncrypted ¶
func (s *AwsRdsDbInstanceDetails) SetStorageEncrypted(v bool) *AwsRdsDbInstanceDetails
SetStorageEncrypted sets the StorageEncrypted field's value.
func (*AwsRdsDbInstanceDetails) SetTdeCredentialArn ¶
func (s *AwsRdsDbInstanceDetails) SetTdeCredentialArn(v string) *AwsRdsDbInstanceDetails
SetTdeCredentialArn sets the TdeCredentialArn field's value.
func (*AwsRdsDbInstanceDetails) SetVpcSecurityGroups ¶
func (s *AwsRdsDbInstanceDetails) SetVpcSecurityGroups(v []*AwsRdsDbInstanceVpcSecurityGroup) *AwsRdsDbInstanceDetails
SetVpcSecurityGroups sets the VpcSecurityGroups field's value.
func (AwsRdsDbInstanceDetails) String ¶
func (s AwsRdsDbInstanceDetails) String() string
String returns the string representation
type AwsRdsDbInstanceEndpoint ¶
type AwsRdsDbInstanceEndpoint struct { // Specifies the DNS address of the DB instance. Address *string `type:"string"` // Specifies the ID that Amazon Route 53 assigns when you create a hosted zone. HostedZoneId *string `type:"string"` // Specifies the port that the database engine is listening on. Port *int64 `type:"integer"` // contains filtered or unexported fields }
Specifies the connection endpoint.
func (AwsRdsDbInstanceEndpoint) GoString ¶
func (s AwsRdsDbInstanceEndpoint) GoString() string
GoString returns the string representation
func (*AwsRdsDbInstanceEndpoint) SetAddress ¶
func (s *AwsRdsDbInstanceEndpoint) SetAddress(v string) *AwsRdsDbInstanceEndpoint
SetAddress sets the Address field's value.
func (*AwsRdsDbInstanceEndpoint) SetHostedZoneId ¶
func (s *AwsRdsDbInstanceEndpoint) SetHostedZoneId(v string) *AwsRdsDbInstanceEndpoint
SetHostedZoneId sets the HostedZoneId field's value.
func (*AwsRdsDbInstanceEndpoint) SetPort ¶
func (s *AwsRdsDbInstanceEndpoint) SetPort(v int64) *AwsRdsDbInstanceEndpoint
SetPort sets the Port field's value.
func (AwsRdsDbInstanceEndpoint) String ¶
func (s AwsRdsDbInstanceEndpoint) String() string
String returns the string representation
type AwsRdsDbInstanceVpcSecurityGroup ¶
type AwsRdsDbInstanceVpcSecurityGroup struct { // The status of the VPC security group. Status *string `type:"string"` // The name of the VPC security group. VpcSecurityGroupId *string `type:"string"` // contains filtered or unexported fields }
A VPC security groups that the DB instance belongs to.
func (AwsRdsDbInstanceVpcSecurityGroup) GoString ¶
func (s AwsRdsDbInstanceVpcSecurityGroup) GoString() string
GoString returns the string representation
func (*AwsRdsDbInstanceVpcSecurityGroup) SetStatus ¶
func (s *AwsRdsDbInstanceVpcSecurityGroup) SetStatus(v string) *AwsRdsDbInstanceVpcSecurityGroup
SetStatus sets the Status field's value.
func (*AwsRdsDbInstanceVpcSecurityGroup) SetVpcSecurityGroupId ¶
func (s *AwsRdsDbInstanceVpcSecurityGroup) SetVpcSecurityGroupId(v string) *AwsRdsDbInstanceVpcSecurityGroup
SetVpcSecurityGroupId sets the VpcSecurityGroupId field's value.
func (AwsRdsDbInstanceVpcSecurityGroup) String ¶
func (s AwsRdsDbInstanceVpcSecurityGroup) String() string
String returns the string representation
type AwsS3BucketDetails ¶
type AwsS3BucketDetails struct { // The date and time when the S3 bucket was created. CreatedAt *string `type:"string"` // The canonical user ID of the owner of the S3 bucket. OwnerId *string `type:"string"` // The display name of the owner of the S3 bucket. OwnerName *string `type:"string"` // The encryption rules that are applied to the S3 bucket. ServerSideEncryptionConfiguration *AwsS3BucketServerSideEncryptionConfiguration `type:"structure"` // contains filtered or unexported fields }
The details of an Amazon S3 bucket.
func (AwsS3BucketDetails) GoString ¶
func (s AwsS3BucketDetails) GoString() string
GoString returns the string representation
func (*AwsS3BucketDetails) SetCreatedAt ¶
func (s *AwsS3BucketDetails) SetCreatedAt(v string) *AwsS3BucketDetails
SetCreatedAt sets the CreatedAt field's value.
func (*AwsS3BucketDetails) SetOwnerId ¶
func (s *AwsS3BucketDetails) SetOwnerId(v string) *AwsS3BucketDetails
SetOwnerId sets the OwnerId field's value.
func (*AwsS3BucketDetails) SetOwnerName ¶
func (s *AwsS3BucketDetails) SetOwnerName(v string) *AwsS3BucketDetails
SetOwnerName sets the OwnerName field's value.
func (*AwsS3BucketDetails) SetServerSideEncryptionConfiguration ¶
func (s *AwsS3BucketDetails) SetServerSideEncryptionConfiguration(v *AwsS3BucketServerSideEncryptionConfiguration) *AwsS3BucketDetails
SetServerSideEncryptionConfiguration sets the ServerSideEncryptionConfiguration field's value.
func (AwsS3BucketDetails) String ¶
func (s AwsS3BucketDetails) String() string
String returns the string representation
type AwsS3BucketServerSideEncryptionByDefault ¶
type AwsS3BucketServerSideEncryptionByDefault struct { // AWS KMS customer master key (CMK) ID to use for the default encryption. KMSMasterKeyID *string `type:"string"` // Server-side encryption algorithm to use for the default encryption. SSEAlgorithm *string `type:"string"` // contains filtered or unexported fields }
Specifies the default server-side encryption to apply to new objects in the bucket.
func (AwsS3BucketServerSideEncryptionByDefault) GoString ¶
func (s AwsS3BucketServerSideEncryptionByDefault) GoString() string
GoString returns the string representation
func (*AwsS3BucketServerSideEncryptionByDefault) SetKMSMasterKeyID ¶
func (s *AwsS3BucketServerSideEncryptionByDefault) SetKMSMasterKeyID(v string) *AwsS3BucketServerSideEncryptionByDefault
SetKMSMasterKeyID sets the KMSMasterKeyID field's value.
func (*AwsS3BucketServerSideEncryptionByDefault) SetSSEAlgorithm ¶
func (s *AwsS3BucketServerSideEncryptionByDefault) SetSSEAlgorithm(v string) *AwsS3BucketServerSideEncryptionByDefault
SetSSEAlgorithm sets the SSEAlgorithm field's value.
func (AwsS3BucketServerSideEncryptionByDefault) String ¶
func (s AwsS3BucketServerSideEncryptionByDefault) String() string
String returns the string representation
type AwsS3BucketServerSideEncryptionConfiguration ¶
type AwsS3BucketServerSideEncryptionConfiguration struct { // The encryption rules that are applied to the S3 bucket. Rules []*AwsS3BucketServerSideEncryptionRule `type:"list"` // contains filtered or unexported fields }
The encryption configuration for the S3 bucket.
func (AwsS3BucketServerSideEncryptionConfiguration) GoString ¶
func (s AwsS3BucketServerSideEncryptionConfiguration) GoString() string
GoString returns the string representation
func (*AwsS3BucketServerSideEncryptionConfiguration) SetRules ¶
func (s *AwsS3BucketServerSideEncryptionConfiguration) SetRules(v []*AwsS3BucketServerSideEncryptionRule) *AwsS3BucketServerSideEncryptionConfiguration
SetRules sets the Rules field's value.
func (AwsS3BucketServerSideEncryptionConfiguration) String ¶
func (s AwsS3BucketServerSideEncryptionConfiguration) String() string
String returns the string representation
type AwsS3BucketServerSideEncryptionRule ¶
type AwsS3BucketServerSideEncryptionRule struct { // Specifies the default server-side encryption to apply to new objects in the // bucket. If a PUT Object request doesn't specify any server-side encryption, // this default encryption is applied. ApplyServerSideEncryptionByDefault *AwsS3BucketServerSideEncryptionByDefault `type:"structure"` // contains filtered or unexported fields }
An encryption rule to apply to the S3 bucket.
func (AwsS3BucketServerSideEncryptionRule) GoString ¶
func (s AwsS3BucketServerSideEncryptionRule) GoString() string
GoString returns the string representation
func (*AwsS3BucketServerSideEncryptionRule) SetApplyServerSideEncryptionByDefault ¶
func (s *AwsS3BucketServerSideEncryptionRule) SetApplyServerSideEncryptionByDefault(v *AwsS3BucketServerSideEncryptionByDefault) *AwsS3BucketServerSideEncryptionRule
SetApplyServerSideEncryptionByDefault sets the ApplyServerSideEncryptionByDefault field's value.
func (AwsS3BucketServerSideEncryptionRule) String ¶
func (s AwsS3BucketServerSideEncryptionRule) String() string
String returns the string representation
type AwsS3ObjectDetails ¶
type AwsS3ObjectDetails struct { // A standard MIME type describing the format of the object data. ContentType *string `type:"string"` // The opaque identifier assigned by a web server to a specific version of a // resource found at a URL. ETag *string `type:"string"` // The date and time when the object was last modified. LastModified *string `type:"string"` // The identifier of the AWS Key Management Service (AWS KMS) symmetric customer // managed customer master key (CMK) that was used for the object. SSEKMSKeyId *string `type:"string"` // If the object is stored using server-side encryption, the value of the server-side // encryption algorithm used when storing this object in Amazon S3. ServerSideEncryption *string `type:"string"` // The version of the object. VersionId *string `type:"string"` // contains filtered or unexported fields }
Details about an AWS S3 object.
func (AwsS3ObjectDetails) GoString ¶
func (s AwsS3ObjectDetails) GoString() string
GoString returns the string representation
func (*AwsS3ObjectDetails) SetContentType ¶
func (s *AwsS3ObjectDetails) SetContentType(v string) *AwsS3ObjectDetails
SetContentType sets the ContentType field's value.
func (*AwsS3ObjectDetails) SetETag ¶
func (s *AwsS3ObjectDetails) SetETag(v string) *AwsS3ObjectDetails
SetETag sets the ETag field's value.
func (*AwsS3ObjectDetails) SetLastModified ¶
func (s *AwsS3ObjectDetails) SetLastModified(v string) *AwsS3ObjectDetails
SetLastModified sets the LastModified field's value.
func (*AwsS3ObjectDetails) SetSSEKMSKeyId ¶
func (s *AwsS3ObjectDetails) SetSSEKMSKeyId(v string) *AwsS3ObjectDetails
SetSSEKMSKeyId sets the SSEKMSKeyId field's value.
func (*AwsS3ObjectDetails) SetServerSideEncryption ¶
func (s *AwsS3ObjectDetails) SetServerSideEncryption(v string) *AwsS3ObjectDetails
SetServerSideEncryption sets the ServerSideEncryption field's value.
func (*AwsS3ObjectDetails) SetVersionId ¶
func (s *AwsS3ObjectDetails) SetVersionId(v string) *AwsS3ObjectDetails
SetVersionId sets the VersionId field's value.
func (AwsS3ObjectDetails) String ¶
func (s AwsS3ObjectDetails) String() string
String returns the string representation
type AwsSecurityFinding ¶
type AwsSecurityFinding struct { // The AWS account ID that a finding is generated in. // // AwsAccountId is a required field AwsAccountId *string `type:"string" required:"true"` // This data type is exclusive to findings that are generated as the result // of a check run against a specific rule in a supported security standard, // such as CIS AWS Foundations. Contains security standard-related finding details. Compliance *Compliance `type:"structure"` // A finding's confidence. Confidence is defined as the likelihood that a finding // accurately identifies the behavior or issue that it was intended to identify. // // Confidence is scored on a 0-100 basis using a ratio scale, where 0 means // zero percent confidence and 100 means 100 percent confidence. Confidence *int64 `type:"integer"` // An ISO8601-formatted timestamp that indicates when the security-findings // provider created the potential security issue that a finding captured. // // CreatedAt is a required field CreatedAt *string `type:"string" required:"true"` // The level of importance assigned to the resources associated with the finding. // // A score of 0 means that the underlying resources have no criticality, and // a score of 100 is reserved for the most critical resources. Criticality *int64 `type:"integer"` // A finding's description. // // In this release, Description is a required property. // // Description is a required field Description *string `type:"string" required:"true"` // An ISO8601-formatted timestamp that indicates when the security-findings // provider first observed the potential security issue that a finding captured. FirstObservedAt *string `type:"string"` // The identifier for the solution-specific component (a discrete unit of logic) // that generated a finding. In various security-findings providers' solutions, // this generator can be called a rule, a check, a detector, a plug-in, etc. // // GeneratorId is a required field GeneratorId *string `type:"string" required:"true"` // The security findings provider-specific identifier for a finding. // // Id is a required field Id *string `type:"string" required:"true"` // An ISO8601-formatted timestamp that indicates when the security-findings // provider most recently observed the potential security issue that a finding // captured. LastObservedAt *string `type:"string"` // A list of malware related to a finding. Malware []*Malware `type:"list"` // The details of network-related information about a finding. Network *Network `type:"structure"` // A user-defined note added to a finding. Note *Note `type:"structure"` // The details of process-related information about a finding. Process *ProcessDetails `type:"structure"` // The ARN generated by Security Hub that uniquely identifies a product that // generates findings. This can be the ARN for a third-party product that is // integrated with Security Hub, or the ARN for a custom integration. // // ProductArn is a required field ProductArn *string `type:"string" required:"true"` // A data type where security-findings providers can include additional solution-specific // details that aren't part of the defined AwsSecurityFinding format. ProductFields map[string]*string `type:"map"` // The record state of a finding. RecordState *string `type:"string" enum:"RecordState"` // A list of related findings. RelatedFindings []*RelatedFinding `type:"list"` // A data type that describes the remediation options for a finding. Remediation *Remediation `type:"structure"` // A set of resource data types that describe the resources that the finding // refers to. // // Resources is a required field Resources []*Resource `type:"list" required:"true"` // The schema version that a finding is formatted for. // // SchemaVersion is a required field SchemaVersion *string `type:"string" required:"true"` // A finding's severity. // // Severity is a required field Severity *Severity `type:"structure" required:"true"` // A URL that links to a page about the current finding in the security-findings // provider's solution. SourceUrl *string `type:"string"` // Threat intelligence details related to a finding. ThreatIntelIndicators []*ThreatIntelIndicator `type:"list"` // A finding's title. // // In this release, Title is a required property. // // Title is a required field Title *string `type:"string" required:"true"` // One or more finding types in the format of namespace/category/classifier // that classify a finding. // // Valid namespace values are: Software and Configuration Checks | TTPs | Effects // | Unusual Behaviors | Sensitive Data Identifications // // Types is a required field Types []*string `type:"list" required:"true"` // An ISO8601-formatted timestamp that indicates when the security-findings // provider last updated the finding record. // // UpdatedAt is a required field UpdatedAt *string `type:"string" required:"true"` // A list of name/value string pairs associated with the finding. These are // custom, user-defined fields added to a finding. UserDefinedFields map[string]*string `type:"map"` // Indicates the veracity of a finding. VerificationState *string `type:"string" enum:"VerificationState"` // Provides information about the status of the investigation into a finding. Workflow *Workflow `type:"structure"` // The workflow state of a finding. WorkflowState *string `deprecated:"true" type:"string" enum:"WorkflowState"` // contains filtered or unexported fields }
Provides consistent format for the contents of the Security Hub-aggregated findings. AwsSecurityFinding format enables you to share findings between AWS security services and third-party solutions, and security standards checks.
A finding is a potential security issue generated either by AWS services (Amazon GuardDuty, Amazon Inspector, and Amazon Macie) or by the integrated third-party solutions and standards checks.
func (AwsSecurityFinding) GoString ¶
func (s AwsSecurityFinding) GoString() string
GoString returns the string representation
func (*AwsSecurityFinding) SetAwsAccountId ¶
func (s *AwsSecurityFinding) SetAwsAccountId(v string) *AwsSecurityFinding
SetAwsAccountId sets the AwsAccountId field's value.
func (*AwsSecurityFinding) SetCompliance ¶
func (s *AwsSecurityFinding) SetCompliance(v *Compliance) *AwsSecurityFinding
SetCompliance sets the Compliance field's value.
func (*AwsSecurityFinding) SetConfidence ¶
func (s *AwsSecurityFinding) SetConfidence(v int64) *AwsSecurityFinding
SetConfidence sets the Confidence field's value.
func (*AwsSecurityFinding) SetCreatedAt ¶
func (s *AwsSecurityFinding) SetCreatedAt(v string) *AwsSecurityFinding
SetCreatedAt sets the CreatedAt field's value.
func (*AwsSecurityFinding) SetCriticality ¶
func (s *AwsSecurityFinding) SetCriticality(v int64) *AwsSecurityFinding
SetCriticality sets the Criticality field's value.
func (*AwsSecurityFinding) SetDescription ¶
func (s *AwsSecurityFinding) SetDescription(v string) *AwsSecurityFinding
SetDescription sets the Description field's value.
func (*AwsSecurityFinding) SetFirstObservedAt ¶
func (s *AwsSecurityFinding) SetFirstObservedAt(v string) *AwsSecurityFinding
SetFirstObservedAt sets the FirstObservedAt field's value.
func (*AwsSecurityFinding) SetGeneratorId ¶
func (s *AwsSecurityFinding) SetGeneratorId(v string) *AwsSecurityFinding
SetGeneratorId sets the GeneratorId field's value.
func (*AwsSecurityFinding) SetId ¶
func (s *AwsSecurityFinding) SetId(v string) *AwsSecurityFinding
SetId sets the Id field's value.
func (*AwsSecurityFinding) SetLastObservedAt ¶
func (s *AwsSecurityFinding) SetLastObservedAt(v string) *AwsSecurityFinding
SetLastObservedAt sets the LastObservedAt field's value.
func (*AwsSecurityFinding) SetMalware ¶
func (s *AwsSecurityFinding) SetMalware(v []*Malware) *AwsSecurityFinding
SetMalware sets the Malware field's value.
func (*AwsSecurityFinding) SetNetwork ¶
func (s *AwsSecurityFinding) SetNetwork(v *Network) *AwsSecurityFinding
SetNetwork sets the Network field's value.
func (*AwsSecurityFinding) SetNote ¶
func (s *AwsSecurityFinding) SetNote(v *Note) *AwsSecurityFinding
SetNote sets the Note field's value.
func (*AwsSecurityFinding) SetProcess ¶
func (s *AwsSecurityFinding) SetProcess(v *ProcessDetails) *AwsSecurityFinding
SetProcess sets the Process field's value.
func (*AwsSecurityFinding) SetProductArn ¶
func (s *AwsSecurityFinding) SetProductArn(v string) *AwsSecurityFinding
SetProductArn sets the ProductArn field's value.
func (*AwsSecurityFinding) SetProductFields ¶
func (s *AwsSecurityFinding) SetProductFields(v map[string]*string) *AwsSecurityFinding
SetProductFields sets the ProductFields field's value.
func (*AwsSecurityFinding) SetRecordState ¶
func (s *AwsSecurityFinding) SetRecordState(v string) *AwsSecurityFinding
SetRecordState sets the RecordState field's value.
func (*AwsSecurityFinding) SetRelatedFindings ¶
func (s *AwsSecurityFinding) SetRelatedFindings(v []*RelatedFinding) *AwsSecurityFinding
SetRelatedFindings sets the RelatedFindings field's value.
func (*AwsSecurityFinding) SetRemediation ¶
func (s *AwsSecurityFinding) SetRemediation(v *Remediation) *AwsSecurityFinding
SetRemediation sets the Remediation field's value.
func (*AwsSecurityFinding) SetResources ¶
func (s *AwsSecurityFinding) SetResources(v []*Resource) *AwsSecurityFinding
SetResources sets the Resources field's value.
func (*AwsSecurityFinding) SetSchemaVersion ¶
func (s *AwsSecurityFinding) SetSchemaVersion(v string) *AwsSecurityFinding
SetSchemaVersion sets the SchemaVersion field's value.
func (*AwsSecurityFinding) SetSeverity ¶
func (s *AwsSecurityFinding) SetSeverity(v *Severity) *AwsSecurityFinding
SetSeverity sets the Severity field's value.
func (*AwsSecurityFinding) SetSourceUrl ¶
func (s *AwsSecurityFinding) SetSourceUrl(v string) *AwsSecurityFinding
SetSourceUrl sets the SourceUrl field's value.
func (*AwsSecurityFinding) SetThreatIntelIndicators ¶
func (s *AwsSecurityFinding) SetThreatIntelIndicators(v []*ThreatIntelIndicator) *AwsSecurityFinding
SetThreatIntelIndicators sets the ThreatIntelIndicators field's value.
func (*AwsSecurityFinding) SetTitle ¶
func (s *AwsSecurityFinding) SetTitle(v string) *AwsSecurityFinding
SetTitle sets the Title field's value.
func (*AwsSecurityFinding) SetTypes ¶
func (s *AwsSecurityFinding) SetTypes(v []*string) *AwsSecurityFinding
SetTypes sets the Types field's value.
func (*AwsSecurityFinding) SetUpdatedAt ¶
func (s *AwsSecurityFinding) SetUpdatedAt(v string) *AwsSecurityFinding
SetUpdatedAt sets the UpdatedAt field's value.
func (*AwsSecurityFinding) SetUserDefinedFields ¶
func (s *AwsSecurityFinding) SetUserDefinedFields(v map[string]*string) *AwsSecurityFinding
SetUserDefinedFields sets the UserDefinedFields field's value.
func (*AwsSecurityFinding) SetVerificationState ¶
func (s *AwsSecurityFinding) SetVerificationState(v string) *AwsSecurityFinding
SetVerificationState sets the VerificationState field's value.
func (*AwsSecurityFinding) SetWorkflow ¶
func (s *AwsSecurityFinding) SetWorkflow(v *Workflow) *AwsSecurityFinding
SetWorkflow sets the Workflow field's value.
func (*AwsSecurityFinding) SetWorkflowState ¶
func (s *AwsSecurityFinding) SetWorkflowState(v string) *AwsSecurityFinding
SetWorkflowState sets the WorkflowState field's value.
func (AwsSecurityFinding) String ¶
func (s AwsSecurityFinding) String() string
String returns the string representation
func (*AwsSecurityFinding) Validate ¶
func (s *AwsSecurityFinding) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AwsSecurityFindingFilters ¶
type AwsSecurityFindingFilters struct { // The AWS account ID that a finding is generated in. AwsAccountId []*StringFilter `type:"list"` // The name of the findings provider (company) that owns the solution (product) // that generates findings. CompanyName []*StringFilter `type:"list"` // Exclusive to findings that are generated as the result of a check run against // a specific rule in a supported standard, such as CIS AWS Foundations. Contains // security standard-related finding details. ComplianceStatus []*StringFilter `type:"list"` // A finding's confidence. Confidence is defined as the likelihood that a finding // accurately identifies the behavior or issue that it was intended to identify. // // Confidence is scored on a 0-100 basis using a ratio scale, where 0 means // zero percent confidence and 100 means 100 percent confidence. Confidence []*NumberFilter `type:"list"` // An ISO8601-formatted timestamp that indicates when the security-findings // provider captured the potential security issue that a finding captured. CreatedAt []*DateFilter `type:"list"` // The level of importance assigned to the resources associated with the finding. // // A score of 0 means that the underlying resources have no criticality, and // a score of 100 is reserved for the most critical resources. Criticality []*NumberFilter `type:"list"` // A finding's description. Description []*StringFilter `type:"list"` // An ISO8601-formatted timestamp that indicates when the security-findings // provider first observed the potential security issue that a finding captured. FirstObservedAt []*DateFilter `type:"list"` // The identifier for the solution-specific component (a discrete unit of logic) // that generated a finding. In various security-findings providers' solutions, // this generator can be called a rule, a check, a detector, a plug-in, etc. GeneratorId []*StringFilter `type:"list"` // The security findings provider-specific identifier for a finding. Id []*StringFilter `type:"list"` // A keyword for a finding. Keyword []*KeywordFilter `type:"list"` // An ISO8601-formatted timestamp that indicates when the security-findings // provider most recently observed the potential security issue that a finding // captured. LastObservedAt []*DateFilter `type:"list"` // The name of the malware that was observed. MalwareName []*StringFilter `type:"list"` // The filesystem path of the malware that was observed. MalwarePath []*StringFilter `type:"list"` // The state of the malware that was observed. MalwareState []*StringFilter `type:"list"` // The type of the malware that was observed. MalwareType []*StringFilter `type:"list"` // The destination domain of network-related information about a finding. NetworkDestinationDomain []*StringFilter `type:"list"` // The destination IPv4 address of network-related information about a finding. NetworkDestinationIpV4 []*IpFilter `type:"list"` // The destination IPv6 address of network-related information about a finding. NetworkDestinationIpV6 []*IpFilter `type:"list"` // The destination port of network-related information about a finding. NetworkDestinationPort []*NumberFilter `type:"list"` // Indicates the direction of network traffic associated with a finding. NetworkDirection []*StringFilter `type:"list"` // The protocol of network-related information about a finding. NetworkProtocol []*StringFilter `type:"list"` // The source domain of network-related information about a finding. NetworkSourceDomain []*StringFilter `type:"list"` // The source IPv4 address of network-related information about a finding. NetworkSourceIpV4 []*IpFilter `type:"list"` // The source IPv6 address of network-related information about a finding. NetworkSourceIpV6 []*IpFilter `type:"list"` // The source media access control (MAC) address of network-related information // about a finding. NetworkSourceMac []*StringFilter `type:"list"` // The source port of network-related information about a finding. NetworkSourcePort []*NumberFilter `type:"list"` // The text of a note. NoteText []*StringFilter `type:"list"` // The timestamp of when the note was updated. NoteUpdatedAt []*DateFilter `type:"list"` // The principal that created a note. NoteUpdatedBy []*StringFilter `type:"list"` // The date/time that the process was launched. ProcessLaunchedAt []*DateFilter `type:"list"` // The name of the process. ProcessName []*StringFilter `type:"list"` // The parent process ID. ProcessParentPid []*NumberFilter `type:"list"` // The path to the process executable. ProcessPath []*StringFilter `type:"list"` // The process ID. ProcessPid []*NumberFilter `type:"list"` // The date/time that the process was terminated. ProcessTerminatedAt []*DateFilter `type:"list"` // The ARN generated by Security Hub that uniquely identifies a third-party // company (security findings provider) after this provider's product (solution // that generates findings) is registered with Security Hub. ProductArn []*StringFilter `type:"list"` // A data type where security-findings providers can include additional solution-specific // details that aren't part of the defined AwsSecurityFinding format. ProductFields []*MapFilter `type:"list"` // The name of the solution (product) that generates findings. ProductName []*StringFilter `type:"list"` // The recommendation of what to do about the issue described in a finding. RecommendationText []*StringFilter `type:"list"` // The updated record state for the finding. RecordState []*StringFilter `type:"list"` // The solution-generated identifier for a related finding. RelatedFindingsId []*StringFilter `type:"list"` // The ARN of the solution that generated a related finding. RelatedFindingsProductArn []*StringFilter `type:"list"` // The IAM profile ARN of the instance. ResourceAwsEc2InstanceIamInstanceProfileArn []*StringFilter `type:"list"` // The Amazon Machine Image (AMI) ID of the instance. ResourceAwsEc2InstanceImageId []*StringFilter `type:"list"` // The IPv4 addresses associated with the instance. ResourceAwsEc2InstanceIpV4Addresses []*IpFilter `type:"list"` // The IPv6 addresses associated with the instance. ResourceAwsEc2InstanceIpV6Addresses []*IpFilter `type:"list"` // The key name associated with the instance. ResourceAwsEc2InstanceKeyName []*StringFilter `type:"list"` // The date and time the instance was launched. ResourceAwsEc2InstanceLaunchedAt []*DateFilter `type:"list"` // The identifier of the subnet that the instance was launched in. ResourceAwsEc2InstanceSubnetId []*StringFilter `type:"list"` // The instance type of the instance. ResourceAwsEc2InstanceType []*StringFilter `type:"list"` // The identifier of the VPC that the instance was launched in. ResourceAwsEc2InstanceVpcId []*StringFilter `type:"list"` // The creation date/time of the IAM access key related to a finding. ResourceAwsIamAccessKeyCreatedAt []*DateFilter `type:"list"` // The status of the IAM access key related to a finding. ResourceAwsIamAccessKeyStatus []*StringFilter `type:"list"` // The user associated with the IAM access key related to a finding. ResourceAwsIamAccessKeyUserName []*StringFilter `type:"list"` // The canonical user ID of the owner of the S3 bucket. ResourceAwsS3BucketOwnerId []*StringFilter `type:"list"` // The display name of the owner of the S3 bucket. ResourceAwsS3BucketOwnerName []*StringFilter `type:"list"` // The identifier of the image related to a finding. ResourceContainerImageId []*StringFilter `type:"list"` // The name of the image related to a finding. ResourceContainerImageName []*StringFilter `type:"list"` // The date/time that the container was started. ResourceContainerLaunchedAt []*DateFilter `type:"list"` // The name of the container related to a finding. ResourceContainerName []*StringFilter `type:"list"` // The details of a resource that doesn't have a specific subfield for the resource // type defined. ResourceDetailsOther []*MapFilter `type:"list"` // The canonical identifier for the given resource type. ResourceId []*StringFilter `type:"list"` // The canonical AWS partition name that the Region is assigned to. ResourcePartition []*StringFilter `type:"list"` // The canonical AWS external Region name where this resource is located. ResourceRegion []*StringFilter `type:"list"` // A list of AWS tags associated with a resource at the time the finding was // processed. ResourceTags []*MapFilter `type:"list"` // Specifies the type of the resource that details are provided for. ResourceType []*StringFilter `type:"list"` // The label of a finding's severity. SeverityLabel []*StringFilter `type:"list"` // The normalized severity of a finding. SeverityNormalized []*NumberFilter `type:"list"` // The native severity as defined by the security-findings provider's solution // that generated the finding. SeverityProduct []*NumberFilter `type:"list"` // A URL that links to a page about the current finding in the security-findings // provider's solution. SourceUrl []*StringFilter `type:"list"` // The category of a threat intelligence indicator. ThreatIntelIndicatorCategory []*StringFilter `type:"list"` // The date/time of the last observation of a threat intelligence indicator. ThreatIntelIndicatorLastObservedAt []*DateFilter `type:"list"` // The source of the threat intelligence. ThreatIntelIndicatorSource []*StringFilter `type:"list"` // The URL for more details from the source of the threat intelligence. ThreatIntelIndicatorSourceUrl []*StringFilter `type:"list"` // The type of a threat intelligence indicator. ThreatIntelIndicatorType []*StringFilter `type:"list"` // The value of a threat intelligence indicator. ThreatIntelIndicatorValue []*StringFilter `type:"list"` // A finding's title. Title []*StringFilter `type:"list"` // A finding type in the format of namespace/category/classifier that classifies // a finding. Type []*StringFilter `type:"list"` // An ISO8601-formatted timestamp that indicates when the security-findings // provider last updated the finding record. UpdatedAt []*DateFilter `type:"list"` // A list of name/value string pairs associated with the finding. These are // custom, user-defined fields added to a finding. UserDefinedFields []*MapFilter `type:"list"` // The veracity of a finding. VerificationState []*StringFilter `type:"list"` // The workflow state of a finding. WorkflowState []*StringFilter `type:"list"` // The status of the investigation into a finding. Allowed values are the following. // // * NEW - The initial state of a finding, before it is reviewed. // // * NOTIFIED - Indicates that the resource owner has been notified about // the security issue. Used when the initial reviewer is not the resource // owner, and needs intervention from the resource owner. // // * SUPPRESSED - The finding will not be reviewed again and will not be // acted upon. // // * RESOLVED - The finding was reviewed and remediated and is now considered // resolved. WorkflowStatus []*StringFilter `type:"list"` // contains filtered or unexported fields }
A collection of attributes that are applied to all active Security Hub-aggregated findings and that result in a subset of findings that are included in this insight.
func (AwsSecurityFindingFilters) GoString ¶
func (s AwsSecurityFindingFilters) GoString() string
GoString returns the string representation
func (*AwsSecurityFindingFilters) SetAwsAccountId ¶
func (s *AwsSecurityFindingFilters) SetAwsAccountId(v []*StringFilter) *AwsSecurityFindingFilters
SetAwsAccountId sets the AwsAccountId field's value.
func (*AwsSecurityFindingFilters) SetCompanyName ¶
func (s *AwsSecurityFindingFilters) SetCompanyName(v []*StringFilter) *AwsSecurityFindingFilters
SetCompanyName sets the CompanyName field's value.
func (*AwsSecurityFindingFilters) SetComplianceStatus ¶
func (s *AwsSecurityFindingFilters) SetComplianceStatus(v []*StringFilter) *AwsSecurityFindingFilters
SetComplianceStatus sets the ComplianceStatus field's value.
func (*AwsSecurityFindingFilters) SetConfidence ¶
func (s *AwsSecurityFindingFilters) SetConfidence(v []*NumberFilter) *AwsSecurityFindingFilters
SetConfidence sets the Confidence field's value.
func (*AwsSecurityFindingFilters) SetCreatedAt ¶
func (s *AwsSecurityFindingFilters) SetCreatedAt(v []*DateFilter) *AwsSecurityFindingFilters
SetCreatedAt sets the CreatedAt field's value.
func (*AwsSecurityFindingFilters) SetCriticality ¶
func (s *AwsSecurityFindingFilters) SetCriticality(v []*NumberFilter) *AwsSecurityFindingFilters
SetCriticality sets the Criticality field's value.
func (*AwsSecurityFindingFilters) SetDescription ¶
func (s *AwsSecurityFindingFilters) SetDescription(v []*StringFilter) *AwsSecurityFindingFilters
SetDescription sets the Description field's value.
func (*AwsSecurityFindingFilters) SetFirstObservedAt ¶
func (s *AwsSecurityFindingFilters) SetFirstObservedAt(v []*DateFilter) *AwsSecurityFindingFilters
SetFirstObservedAt sets the FirstObservedAt field's value.
func (*AwsSecurityFindingFilters) SetGeneratorId ¶
func (s *AwsSecurityFindingFilters) SetGeneratorId(v []*StringFilter) *AwsSecurityFindingFilters
SetGeneratorId sets the GeneratorId field's value.
func (*AwsSecurityFindingFilters) SetId ¶
func (s *AwsSecurityFindingFilters) SetId(v []*StringFilter) *AwsSecurityFindingFilters
SetId sets the Id field's value.
func (*AwsSecurityFindingFilters) SetKeyword ¶
func (s *AwsSecurityFindingFilters) SetKeyword(v []*KeywordFilter) *AwsSecurityFindingFilters
SetKeyword sets the Keyword field's value.
func (*AwsSecurityFindingFilters) SetLastObservedAt ¶
func (s *AwsSecurityFindingFilters) SetLastObservedAt(v []*DateFilter) *AwsSecurityFindingFilters
SetLastObservedAt sets the LastObservedAt field's value.
func (*AwsSecurityFindingFilters) SetMalwareName ¶
func (s *AwsSecurityFindingFilters) SetMalwareName(v []*StringFilter) *AwsSecurityFindingFilters
SetMalwareName sets the MalwareName field's value.
func (*AwsSecurityFindingFilters) SetMalwarePath ¶
func (s *AwsSecurityFindingFilters) SetMalwarePath(v []*StringFilter) *AwsSecurityFindingFilters
SetMalwarePath sets the MalwarePath field's value.
func (*AwsSecurityFindingFilters) SetMalwareState ¶
func (s *AwsSecurityFindingFilters) SetMalwareState(v []*StringFilter) *AwsSecurityFindingFilters
SetMalwareState sets the MalwareState field's value.
func (*AwsSecurityFindingFilters) SetMalwareType ¶
func (s *AwsSecurityFindingFilters) SetMalwareType(v []*StringFilter) *AwsSecurityFindingFilters
SetMalwareType sets the MalwareType field's value.
func (*AwsSecurityFindingFilters) SetNetworkDestinationDomain ¶
func (s *AwsSecurityFindingFilters) SetNetworkDestinationDomain(v []*StringFilter) *AwsSecurityFindingFilters
SetNetworkDestinationDomain sets the NetworkDestinationDomain field's value.
func (*AwsSecurityFindingFilters) SetNetworkDestinationIpV4 ¶
func (s *AwsSecurityFindingFilters) SetNetworkDestinationIpV4(v []*IpFilter) *AwsSecurityFindingFilters
SetNetworkDestinationIpV4 sets the NetworkDestinationIpV4 field's value.
func (*AwsSecurityFindingFilters) SetNetworkDestinationIpV6 ¶
func (s *AwsSecurityFindingFilters) SetNetworkDestinationIpV6(v []*IpFilter) *AwsSecurityFindingFilters
SetNetworkDestinationIpV6 sets the NetworkDestinationIpV6 field's value.
func (*AwsSecurityFindingFilters) SetNetworkDestinationPort ¶
func (s *AwsSecurityFindingFilters) SetNetworkDestinationPort(v []*NumberFilter) *AwsSecurityFindingFilters
SetNetworkDestinationPort sets the NetworkDestinationPort field's value.
func (*AwsSecurityFindingFilters) SetNetworkDirection ¶
func (s *AwsSecurityFindingFilters) SetNetworkDirection(v []*StringFilter) *AwsSecurityFindingFilters
SetNetworkDirection sets the NetworkDirection field's value.
func (*AwsSecurityFindingFilters) SetNetworkProtocol ¶
func (s *AwsSecurityFindingFilters) SetNetworkProtocol(v []*StringFilter) *AwsSecurityFindingFilters
SetNetworkProtocol sets the NetworkProtocol field's value.
func (*AwsSecurityFindingFilters) SetNetworkSourceDomain ¶
func (s *AwsSecurityFindingFilters) SetNetworkSourceDomain(v []*StringFilter) *AwsSecurityFindingFilters
SetNetworkSourceDomain sets the NetworkSourceDomain field's value.
func (*AwsSecurityFindingFilters) SetNetworkSourceIpV4 ¶
func (s *AwsSecurityFindingFilters) SetNetworkSourceIpV4(v []*IpFilter) *AwsSecurityFindingFilters
SetNetworkSourceIpV4 sets the NetworkSourceIpV4 field's value.
func (*AwsSecurityFindingFilters) SetNetworkSourceIpV6 ¶
func (s *AwsSecurityFindingFilters) SetNetworkSourceIpV6(v []*IpFilter) *AwsSecurityFindingFilters
SetNetworkSourceIpV6 sets the NetworkSourceIpV6 field's value.
func (*AwsSecurityFindingFilters) SetNetworkSourceMac ¶
func (s *AwsSecurityFindingFilters) SetNetworkSourceMac(v []*StringFilter) *AwsSecurityFindingFilters
SetNetworkSourceMac sets the NetworkSourceMac field's value.
func (*AwsSecurityFindingFilters) SetNetworkSourcePort ¶
func (s *AwsSecurityFindingFilters) SetNetworkSourcePort(v []*NumberFilter) *AwsSecurityFindingFilters
SetNetworkSourcePort sets the NetworkSourcePort field's value.
func (*AwsSecurityFindingFilters) SetNoteText ¶
func (s *AwsSecurityFindingFilters) SetNoteText(v []*StringFilter) *AwsSecurityFindingFilters
SetNoteText sets the NoteText field's value.
func (*AwsSecurityFindingFilters) SetNoteUpdatedAt ¶
func (s *AwsSecurityFindingFilters) SetNoteUpdatedAt(v []*DateFilter) *AwsSecurityFindingFilters
SetNoteUpdatedAt sets the NoteUpdatedAt field's value.
func (*AwsSecurityFindingFilters) SetNoteUpdatedBy ¶
func (s *AwsSecurityFindingFilters) SetNoteUpdatedBy(v []*StringFilter) *AwsSecurityFindingFilters
SetNoteUpdatedBy sets the NoteUpdatedBy field's value.
func (*AwsSecurityFindingFilters) SetProcessLaunchedAt ¶
func (s *AwsSecurityFindingFilters) SetProcessLaunchedAt(v []*DateFilter) *AwsSecurityFindingFilters
SetProcessLaunchedAt sets the ProcessLaunchedAt field's value.
func (*AwsSecurityFindingFilters) SetProcessName ¶
func (s *AwsSecurityFindingFilters) SetProcessName(v []*StringFilter) *AwsSecurityFindingFilters
SetProcessName sets the ProcessName field's value.
func (*AwsSecurityFindingFilters) SetProcessParentPid ¶
func (s *AwsSecurityFindingFilters) SetProcessParentPid(v []*NumberFilter) *AwsSecurityFindingFilters
SetProcessParentPid sets the ProcessParentPid field's value.
func (*AwsSecurityFindingFilters) SetProcessPath ¶
func (s *AwsSecurityFindingFilters) SetProcessPath(v []*StringFilter) *AwsSecurityFindingFilters
SetProcessPath sets the ProcessPath field's value.
func (*AwsSecurityFindingFilters) SetProcessPid ¶
func (s *AwsSecurityFindingFilters) SetProcessPid(v []*NumberFilter) *AwsSecurityFindingFilters
SetProcessPid sets the ProcessPid field's value.
func (*AwsSecurityFindingFilters) SetProcessTerminatedAt ¶
func (s *AwsSecurityFindingFilters) SetProcessTerminatedAt(v []*DateFilter) *AwsSecurityFindingFilters
SetProcessTerminatedAt sets the ProcessTerminatedAt field's value.
func (*AwsSecurityFindingFilters) SetProductArn ¶
func (s *AwsSecurityFindingFilters) SetProductArn(v []*StringFilter) *AwsSecurityFindingFilters
SetProductArn sets the ProductArn field's value.
func (*AwsSecurityFindingFilters) SetProductFields ¶
func (s *AwsSecurityFindingFilters) SetProductFields(v []*MapFilter) *AwsSecurityFindingFilters
SetProductFields sets the ProductFields field's value.
func (*AwsSecurityFindingFilters) SetProductName ¶
func (s *AwsSecurityFindingFilters) SetProductName(v []*StringFilter) *AwsSecurityFindingFilters
SetProductName sets the ProductName field's value.
func (*AwsSecurityFindingFilters) SetRecommendationText ¶
func (s *AwsSecurityFindingFilters) SetRecommendationText(v []*StringFilter) *AwsSecurityFindingFilters
SetRecommendationText sets the RecommendationText field's value.
func (*AwsSecurityFindingFilters) SetRecordState ¶
func (s *AwsSecurityFindingFilters) SetRecordState(v []*StringFilter) *AwsSecurityFindingFilters
SetRecordState sets the RecordState field's value.
func (*AwsSecurityFindingFilters) SetRelatedFindingsId ¶
func (s *AwsSecurityFindingFilters) SetRelatedFindingsId(v []*StringFilter) *AwsSecurityFindingFilters
SetRelatedFindingsId sets the RelatedFindingsId field's value.
func (*AwsSecurityFindingFilters) SetRelatedFindingsProductArn ¶
func (s *AwsSecurityFindingFilters) SetRelatedFindingsProductArn(v []*StringFilter) *AwsSecurityFindingFilters
SetRelatedFindingsProductArn sets the RelatedFindingsProductArn field's value.
func (*AwsSecurityFindingFilters) SetResourceAwsEc2InstanceIamInstanceProfileArn ¶
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceIamInstanceProfileArn(v []*StringFilter) *AwsSecurityFindingFilters
SetResourceAwsEc2InstanceIamInstanceProfileArn sets the ResourceAwsEc2InstanceIamInstanceProfileArn field's value.
func (*AwsSecurityFindingFilters) SetResourceAwsEc2InstanceImageId ¶
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceImageId(v []*StringFilter) *AwsSecurityFindingFilters
SetResourceAwsEc2InstanceImageId sets the ResourceAwsEc2InstanceImageId field's value.
func (*AwsSecurityFindingFilters) SetResourceAwsEc2InstanceIpV4Addresses ¶
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceIpV4Addresses(v []*IpFilter) *AwsSecurityFindingFilters
SetResourceAwsEc2InstanceIpV4Addresses sets the ResourceAwsEc2InstanceIpV4Addresses field's value.
func (*AwsSecurityFindingFilters) SetResourceAwsEc2InstanceIpV6Addresses ¶
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceIpV6Addresses(v []*IpFilter) *AwsSecurityFindingFilters
SetResourceAwsEc2InstanceIpV6Addresses sets the ResourceAwsEc2InstanceIpV6Addresses field's value.
func (*AwsSecurityFindingFilters) SetResourceAwsEc2InstanceKeyName ¶
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceKeyName(v []*StringFilter) *AwsSecurityFindingFilters
SetResourceAwsEc2InstanceKeyName sets the ResourceAwsEc2InstanceKeyName field's value.
func (*AwsSecurityFindingFilters) SetResourceAwsEc2InstanceLaunchedAt ¶
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceLaunchedAt(v []*DateFilter) *AwsSecurityFindingFilters
SetResourceAwsEc2InstanceLaunchedAt sets the ResourceAwsEc2InstanceLaunchedAt field's value.
func (*AwsSecurityFindingFilters) SetResourceAwsEc2InstanceSubnetId ¶
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceSubnetId(v []*StringFilter) *AwsSecurityFindingFilters
SetResourceAwsEc2InstanceSubnetId sets the ResourceAwsEc2InstanceSubnetId field's value.
func (*AwsSecurityFindingFilters) SetResourceAwsEc2InstanceType ¶
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceType(v []*StringFilter) *AwsSecurityFindingFilters
SetResourceAwsEc2InstanceType sets the ResourceAwsEc2InstanceType field's value.
func (*AwsSecurityFindingFilters) SetResourceAwsEc2InstanceVpcId ¶
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceVpcId(v []*StringFilter) *AwsSecurityFindingFilters
SetResourceAwsEc2InstanceVpcId sets the ResourceAwsEc2InstanceVpcId field's value.
func (*AwsSecurityFindingFilters) SetResourceAwsIamAccessKeyCreatedAt ¶
func (s *AwsSecurityFindingFilters) SetResourceAwsIamAccessKeyCreatedAt(v []*DateFilter) *AwsSecurityFindingFilters
SetResourceAwsIamAccessKeyCreatedAt sets the ResourceAwsIamAccessKeyCreatedAt field's value.
func (*AwsSecurityFindingFilters) SetResourceAwsIamAccessKeyStatus ¶
func (s *AwsSecurityFindingFilters) SetResourceAwsIamAccessKeyStatus(v []*StringFilter) *AwsSecurityFindingFilters
SetResourceAwsIamAccessKeyStatus sets the ResourceAwsIamAccessKeyStatus field's value.
func (*AwsSecurityFindingFilters) SetResourceAwsIamAccessKeyUserName ¶
func (s *AwsSecurityFindingFilters) SetResourceAwsIamAccessKeyUserName(v []*StringFilter) *AwsSecurityFindingFilters
SetResourceAwsIamAccessKeyUserName sets the ResourceAwsIamAccessKeyUserName field's value.
func (*AwsSecurityFindingFilters) SetResourceAwsS3BucketOwnerId ¶
func (s *AwsSecurityFindingFilters) SetResourceAwsS3BucketOwnerId(v []*StringFilter) *AwsSecurityFindingFilters
SetResourceAwsS3BucketOwnerId sets the ResourceAwsS3BucketOwnerId field's value.
func (*AwsSecurityFindingFilters) SetResourceAwsS3BucketOwnerName ¶
func (s *AwsSecurityFindingFilters) SetResourceAwsS3BucketOwnerName(v []*StringFilter) *AwsSecurityFindingFilters
SetResourceAwsS3BucketOwnerName sets the ResourceAwsS3BucketOwnerName field's value.
func (*AwsSecurityFindingFilters) SetResourceContainerImageId ¶
func (s *AwsSecurityFindingFilters) SetResourceContainerImageId(v []*StringFilter) *AwsSecurityFindingFilters
SetResourceContainerImageId sets the ResourceContainerImageId field's value.
func (*AwsSecurityFindingFilters) SetResourceContainerImageName ¶
func (s *AwsSecurityFindingFilters) SetResourceContainerImageName(v []*StringFilter) *AwsSecurityFindingFilters
SetResourceContainerImageName sets the ResourceContainerImageName field's value.
func (*AwsSecurityFindingFilters) SetResourceContainerLaunchedAt ¶
func (s *AwsSecurityFindingFilters) SetResourceContainerLaunchedAt(v []*DateFilter) *AwsSecurityFindingFilters
SetResourceContainerLaunchedAt sets the ResourceContainerLaunchedAt field's value.
func (*AwsSecurityFindingFilters) SetResourceContainerName ¶
func (s *AwsSecurityFindingFilters) SetResourceContainerName(v []*StringFilter) *AwsSecurityFindingFilters
SetResourceContainerName sets the ResourceContainerName field's value.
func (*AwsSecurityFindingFilters) SetResourceDetailsOther ¶
func (s *AwsSecurityFindingFilters) SetResourceDetailsOther(v []*MapFilter) *AwsSecurityFindingFilters
SetResourceDetailsOther sets the ResourceDetailsOther field's value.
func (*AwsSecurityFindingFilters) SetResourceId ¶
func (s *AwsSecurityFindingFilters) SetResourceId(v []*StringFilter) *AwsSecurityFindingFilters
SetResourceId sets the ResourceId field's value.
func (*AwsSecurityFindingFilters) SetResourcePartition ¶
func (s *AwsSecurityFindingFilters) SetResourcePartition(v []*StringFilter) *AwsSecurityFindingFilters
SetResourcePartition sets the ResourcePartition field's value.
func (*AwsSecurityFindingFilters) SetResourceRegion ¶
func (s *AwsSecurityFindingFilters) SetResourceRegion(v []*StringFilter) *AwsSecurityFindingFilters
SetResourceRegion sets the ResourceRegion field's value.
func (*AwsSecurityFindingFilters) SetResourceTags ¶
func (s *AwsSecurityFindingFilters) SetResourceTags(v []*MapFilter) *AwsSecurityFindingFilters
SetResourceTags sets the ResourceTags field's value.
func (*AwsSecurityFindingFilters) SetResourceType ¶
func (s *AwsSecurityFindingFilters) SetResourceType(v []*StringFilter) *AwsSecurityFindingFilters
SetResourceType sets the ResourceType field's value.
func (*AwsSecurityFindingFilters) SetSeverityLabel ¶
func (s *AwsSecurityFindingFilters) SetSeverityLabel(v []*StringFilter) *AwsSecurityFindingFilters
SetSeverityLabel sets the SeverityLabel field's value.
func (*AwsSecurityFindingFilters) SetSeverityNormalized ¶
func (s *AwsSecurityFindingFilters) SetSeverityNormalized(v []*NumberFilter) *AwsSecurityFindingFilters
SetSeverityNormalized sets the SeverityNormalized field's value.
func (*AwsSecurityFindingFilters) SetSeverityProduct ¶
func (s *AwsSecurityFindingFilters) SetSeverityProduct(v []*NumberFilter) *AwsSecurityFindingFilters
SetSeverityProduct sets the SeverityProduct field's value.
func (*AwsSecurityFindingFilters) SetSourceUrl ¶
func (s *AwsSecurityFindingFilters) SetSourceUrl(v []*StringFilter) *AwsSecurityFindingFilters
SetSourceUrl sets the SourceUrl field's value.
func (*AwsSecurityFindingFilters) SetThreatIntelIndicatorCategory ¶
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorCategory(v []*StringFilter) *AwsSecurityFindingFilters
SetThreatIntelIndicatorCategory sets the ThreatIntelIndicatorCategory field's value.
func (*AwsSecurityFindingFilters) SetThreatIntelIndicatorLastObservedAt ¶
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorLastObservedAt(v []*DateFilter) *AwsSecurityFindingFilters
SetThreatIntelIndicatorLastObservedAt sets the ThreatIntelIndicatorLastObservedAt field's value.
func (*AwsSecurityFindingFilters) SetThreatIntelIndicatorSource ¶
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorSource(v []*StringFilter) *AwsSecurityFindingFilters
SetThreatIntelIndicatorSource sets the ThreatIntelIndicatorSource field's value.
func (*AwsSecurityFindingFilters) SetThreatIntelIndicatorSourceUrl ¶
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorSourceUrl(v []*StringFilter) *AwsSecurityFindingFilters
SetThreatIntelIndicatorSourceUrl sets the ThreatIntelIndicatorSourceUrl field's value.
func (*AwsSecurityFindingFilters) SetThreatIntelIndicatorType ¶
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorType(v []*StringFilter) *AwsSecurityFindingFilters
SetThreatIntelIndicatorType sets the ThreatIntelIndicatorType field's value.
func (*AwsSecurityFindingFilters) SetThreatIntelIndicatorValue ¶
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorValue(v []*StringFilter) *AwsSecurityFindingFilters
SetThreatIntelIndicatorValue sets the ThreatIntelIndicatorValue field's value.
func (*AwsSecurityFindingFilters) SetTitle ¶
func (s *AwsSecurityFindingFilters) SetTitle(v []*StringFilter) *AwsSecurityFindingFilters
SetTitle sets the Title field's value.
func (*AwsSecurityFindingFilters) SetType ¶
func (s *AwsSecurityFindingFilters) SetType(v []*StringFilter) *AwsSecurityFindingFilters
SetType sets the Type field's value.
func (*AwsSecurityFindingFilters) SetUpdatedAt ¶
func (s *AwsSecurityFindingFilters) SetUpdatedAt(v []*DateFilter) *AwsSecurityFindingFilters
SetUpdatedAt sets the UpdatedAt field's value.
func (*AwsSecurityFindingFilters) SetUserDefinedFields ¶
func (s *AwsSecurityFindingFilters) SetUserDefinedFields(v []*MapFilter) *AwsSecurityFindingFilters
SetUserDefinedFields sets the UserDefinedFields field's value.
func (*AwsSecurityFindingFilters) SetVerificationState ¶
func (s *AwsSecurityFindingFilters) SetVerificationState(v []*StringFilter) *AwsSecurityFindingFilters
SetVerificationState sets the VerificationState field's value.
func (*AwsSecurityFindingFilters) SetWorkflowState ¶
func (s *AwsSecurityFindingFilters) SetWorkflowState(v []*StringFilter) *AwsSecurityFindingFilters
SetWorkflowState sets the WorkflowState field's value.
func (*AwsSecurityFindingFilters) SetWorkflowStatus ¶
func (s *AwsSecurityFindingFilters) SetWorkflowStatus(v []*StringFilter) *AwsSecurityFindingFilters
SetWorkflowStatus sets the WorkflowStatus field's value.
func (AwsSecurityFindingFilters) String ¶
func (s AwsSecurityFindingFilters) String() string
String returns the string representation
type AwsSnsTopicDetails ¶
type AwsSnsTopicDetails struct { // The ID of an AWS-managed customer master key (CMK) for Amazon SNS or a custom // CMK. KmsMasterKeyId *string `type:"string"` // The subscription's owner. Owner *string `type:"string"` // Subscription is an embedded property that describes the subscription endpoints // of an Amazon SNS topic. Subscription []*AwsSnsTopicSubscription `type:"list"` // The name of the topic. TopicName *string `type:"string"` // contains filtered or unexported fields }
A wrapper type for the topic's Amazon Resource Name (ARN).
func (AwsSnsTopicDetails) GoString ¶
func (s AwsSnsTopicDetails) GoString() string
GoString returns the string representation
func (*AwsSnsTopicDetails) SetKmsMasterKeyId ¶
func (s *AwsSnsTopicDetails) SetKmsMasterKeyId(v string) *AwsSnsTopicDetails
SetKmsMasterKeyId sets the KmsMasterKeyId field's value.
func (*AwsSnsTopicDetails) SetOwner ¶
func (s *AwsSnsTopicDetails) SetOwner(v string) *AwsSnsTopicDetails
SetOwner sets the Owner field's value.
func (*AwsSnsTopicDetails) SetSubscription ¶
func (s *AwsSnsTopicDetails) SetSubscription(v []*AwsSnsTopicSubscription) *AwsSnsTopicDetails
SetSubscription sets the Subscription field's value.
func (*AwsSnsTopicDetails) SetTopicName ¶
func (s *AwsSnsTopicDetails) SetTopicName(v string) *AwsSnsTopicDetails
SetTopicName sets the TopicName field's value.
func (AwsSnsTopicDetails) String ¶
func (s AwsSnsTopicDetails) String() string
String returns the string representation
type AwsSnsTopicSubscription ¶
type AwsSnsTopicSubscription struct { // The subscription's endpoint (format depends on the protocol). Endpoint *string `type:"string"` // The subscription's protocol. Protocol *string `type:"string"` // contains filtered or unexported fields }
A wrapper type for the attributes of an Amazon SNS subscription.
func (AwsSnsTopicSubscription) GoString ¶
func (s AwsSnsTopicSubscription) GoString() string
GoString returns the string representation
func (*AwsSnsTopicSubscription) SetEndpoint ¶
func (s *AwsSnsTopicSubscription) SetEndpoint(v string) *AwsSnsTopicSubscription
SetEndpoint sets the Endpoint field's value.
func (*AwsSnsTopicSubscription) SetProtocol ¶
func (s *AwsSnsTopicSubscription) SetProtocol(v string) *AwsSnsTopicSubscription
SetProtocol sets the Protocol field's value.
func (AwsSnsTopicSubscription) String ¶
func (s AwsSnsTopicSubscription) String() string
String returns the string representation
type AwsSqsQueueDetails ¶
type AwsSqsQueueDetails struct { // The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS // moves messages after the value of maxReceiveCount is exceeded. DeadLetterTargetArn *string `type:"string"` // The length of time, in seconds, for which Amazon SQS can reuse a data key // to encrypt or decrypt messages before calling AWS KMS again. KmsDataKeyReusePeriodSeconds *int64 `type:"integer"` // The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom // CMK. KmsMasterKeyId *string `type:"string"` // The name of the new queue. QueueName *string `type:"string"` // contains filtered or unexported fields }
Data about a queue.
func (AwsSqsQueueDetails) GoString ¶
func (s AwsSqsQueueDetails) GoString() string
GoString returns the string representation
func (*AwsSqsQueueDetails) SetDeadLetterTargetArn ¶
func (s *AwsSqsQueueDetails) SetDeadLetterTargetArn(v string) *AwsSqsQueueDetails
SetDeadLetterTargetArn sets the DeadLetterTargetArn field's value.
func (*AwsSqsQueueDetails) SetKmsDataKeyReusePeriodSeconds ¶
func (s *AwsSqsQueueDetails) SetKmsDataKeyReusePeriodSeconds(v int64) *AwsSqsQueueDetails
SetKmsDataKeyReusePeriodSeconds sets the KmsDataKeyReusePeriodSeconds field's value.
func (*AwsSqsQueueDetails) SetKmsMasterKeyId ¶
func (s *AwsSqsQueueDetails) SetKmsMasterKeyId(v string) *AwsSqsQueueDetails
SetKmsMasterKeyId sets the KmsMasterKeyId field's value.
func (*AwsSqsQueueDetails) SetQueueName ¶
func (s *AwsSqsQueueDetails) SetQueueName(v string) *AwsSqsQueueDetails
SetQueueName sets the QueueName field's value.
func (AwsSqsQueueDetails) String ¶
func (s AwsSqsQueueDetails) String() string
String returns the string representation
type AwsWafWebAclDetails ¶
type AwsWafWebAclDetails struct { // The action to perform if none of the Rules contained in the WebACL match. DefaultAction *string `type:"string"` // A friendly name or description of the WebACL. You can't change the name of // a WebACL after you create it. Name *string `type:"string"` // An array that contains the action for each rule in a WebACL, the priority // of the rule, and the ID of the rule. Rules []*AwsWafWebAclRule `type:"list"` // A unique identifier for a WebACL. WebAclId *string `type:"string"` // contains filtered or unexported fields }
Details about a WAF WebACL.
func (AwsWafWebAclDetails) GoString ¶
func (s AwsWafWebAclDetails) GoString() string
GoString returns the string representation
func (*AwsWafWebAclDetails) SetDefaultAction ¶
func (s *AwsWafWebAclDetails) SetDefaultAction(v string) *AwsWafWebAclDetails
SetDefaultAction sets the DefaultAction field's value.
func (*AwsWafWebAclDetails) SetName ¶
func (s *AwsWafWebAclDetails) SetName(v string) *AwsWafWebAclDetails
SetName sets the Name field's value.
func (*AwsWafWebAclDetails) SetRules ¶
func (s *AwsWafWebAclDetails) SetRules(v []*AwsWafWebAclRule) *AwsWafWebAclDetails
SetRules sets the Rules field's value.
func (*AwsWafWebAclDetails) SetWebAclId ¶
func (s *AwsWafWebAclDetails) SetWebAclId(v string) *AwsWafWebAclDetails
SetWebAclId sets the WebAclId field's value.
func (AwsWafWebAclDetails) String ¶
func (s AwsWafWebAclDetails) String() string
String returns the string representation
type AwsWafWebAclRule ¶
type AwsWafWebAclRule struct { // Specifies the action that CloudFront or AWS WAF takes when a web request // matches the conditions in the Rule. Action *WafAction `type:"structure"` // Rules to exclude from a rule group. ExcludedRules []*WafExcludedRule `type:"list"` // Use the OverrideAction to test your RuleGroup. // // Any rule in a RuleGroup can potentially block a request. If you set the OverrideAction // to None, the RuleGroup blocks a request if any individual rule in the RuleGroup // matches the request and is configured to block that request. // // However, if you first want to test the RuleGroup, set the OverrideAction // to Count. The RuleGroup then overrides any block action specified by individual // rules contained within the group. Instead of blocking matching requests, // those requests are counted. // // ActivatedRule|OverrideAction applies only when updating or adding a RuleGroup // to a WebACL. In this case you do not use ActivatedRule|Action. For all other // update requests, ActivatedRule|Action is used instead of ActivatedRule|OverrideAction. OverrideAction *WafOverrideAction `type:"structure"` // Specifies the order in which the Rules in a WebACL are evaluated. Rules with // a lower value for Priority are evaluated before Rules with a higher value. // The value must be a unique integer. If you add multiple Rules to a WebACL, // the values do not need to be consecutive. Priority *int64 `type:"integer"` // The identifier for a Rule. RuleId *string `type:"string"` // The rule type. // // Valid values: REGULAR | RATE_BASED | GROUP // // The default is REGULAR. Type *string `type:"string"` // contains filtered or unexported fields }
Details for a rule in a WAF WebACL.
func (AwsWafWebAclRule) GoString ¶
func (s AwsWafWebAclRule) GoString() string
GoString returns the string representation
func (*AwsWafWebAclRule) SetAction ¶
func (s *AwsWafWebAclRule) SetAction(v *WafAction) *AwsWafWebAclRule
SetAction sets the Action field's value.
func (*AwsWafWebAclRule) SetExcludedRules ¶
func (s *AwsWafWebAclRule) SetExcludedRules(v []*WafExcludedRule) *AwsWafWebAclRule
SetExcludedRules sets the ExcludedRules field's value.
func (*AwsWafWebAclRule) SetOverrideAction ¶
func (s *AwsWafWebAclRule) SetOverrideAction(v *WafOverrideAction) *AwsWafWebAclRule
SetOverrideAction sets the OverrideAction field's value.
func (*AwsWafWebAclRule) SetPriority ¶
func (s *AwsWafWebAclRule) SetPriority(v int64) *AwsWafWebAclRule
SetPriority sets the Priority field's value.
func (*AwsWafWebAclRule) SetRuleId ¶
func (s *AwsWafWebAclRule) SetRuleId(v string) *AwsWafWebAclRule
SetRuleId sets the RuleId field's value.
func (*AwsWafWebAclRule) SetType ¶
func (s *AwsWafWebAclRule) SetType(v string) *AwsWafWebAclRule
SetType sets the Type field's value.
func (AwsWafWebAclRule) String ¶
func (s AwsWafWebAclRule) String() string
String returns the string representation
type BatchDisableStandardsInput ¶
type BatchDisableStandardsInput struct { // The ARNs of the standards subscriptions to disable. // // StandardsSubscriptionArns is a required field StandardsSubscriptionArns []*string `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (BatchDisableStandardsInput) GoString ¶
func (s BatchDisableStandardsInput) GoString() string
GoString returns the string representation
func (*BatchDisableStandardsInput) SetStandardsSubscriptionArns ¶
func (s *BatchDisableStandardsInput) SetStandardsSubscriptionArns(v []*string) *BatchDisableStandardsInput
SetStandardsSubscriptionArns sets the StandardsSubscriptionArns field's value.
func (BatchDisableStandardsInput) String ¶
func (s BatchDisableStandardsInput) String() string
String returns the string representation
func (*BatchDisableStandardsInput) Validate ¶
func (s *BatchDisableStandardsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDisableStandardsOutput ¶
type BatchDisableStandardsOutput struct { // The details of the standards subscriptions that were disabled. StandardsSubscriptions []*StandardsSubscription `type:"list"` // contains filtered or unexported fields }
func (BatchDisableStandardsOutput) GoString ¶
func (s BatchDisableStandardsOutput) GoString() string
GoString returns the string representation
func (*BatchDisableStandardsOutput) SetStandardsSubscriptions ¶
func (s *BatchDisableStandardsOutput) SetStandardsSubscriptions(v []*StandardsSubscription) *BatchDisableStandardsOutput
SetStandardsSubscriptions sets the StandardsSubscriptions field's value.
func (BatchDisableStandardsOutput) String ¶
func (s BatchDisableStandardsOutput) String() string
String returns the string representation
type BatchEnableStandardsInput ¶
type BatchEnableStandardsInput struct { // The list of standards checks to enable. // // StandardsSubscriptionRequests is a required field StandardsSubscriptionRequests []*StandardsSubscriptionRequest `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (BatchEnableStandardsInput) GoString ¶
func (s BatchEnableStandardsInput) GoString() string
GoString returns the string representation
func (*BatchEnableStandardsInput) SetStandardsSubscriptionRequests ¶
func (s *BatchEnableStandardsInput) SetStandardsSubscriptionRequests(v []*StandardsSubscriptionRequest) *BatchEnableStandardsInput
SetStandardsSubscriptionRequests sets the StandardsSubscriptionRequests field's value.
func (BatchEnableStandardsInput) String ¶
func (s BatchEnableStandardsInput) String() string
String returns the string representation
func (*BatchEnableStandardsInput) Validate ¶
func (s *BatchEnableStandardsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchEnableStandardsOutput ¶
type BatchEnableStandardsOutput struct { // The details of the standards subscriptions that were enabled. StandardsSubscriptions []*StandardsSubscription `type:"list"` // contains filtered or unexported fields }
func (BatchEnableStandardsOutput) GoString ¶
func (s BatchEnableStandardsOutput) GoString() string
GoString returns the string representation
func (*BatchEnableStandardsOutput) SetStandardsSubscriptions ¶
func (s *BatchEnableStandardsOutput) SetStandardsSubscriptions(v []*StandardsSubscription) *BatchEnableStandardsOutput
SetStandardsSubscriptions sets the StandardsSubscriptions field's value.
func (BatchEnableStandardsOutput) String ¶
func (s BatchEnableStandardsOutput) String() string
String returns the string representation
type BatchImportFindingsInput ¶
type BatchImportFindingsInput struct { // A list of findings to import. To successfully import a finding, it must follow // the AWS Security Finding Format (https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format.html). // Maximum of 100 findings per request. // // Findings is a required field Findings []*AwsSecurityFinding `type:"list" required:"true"` // contains filtered or unexported fields }
func (BatchImportFindingsInput) GoString ¶
func (s BatchImportFindingsInput) GoString() string
GoString returns the string representation
func (*BatchImportFindingsInput) SetFindings ¶
func (s *BatchImportFindingsInput) SetFindings(v []*AwsSecurityFinding) *BatchImportFindingsInput
SetFindings sets the Findings field's value.
func (BatchImportFindingsInput) String ¶
func (s BatchImportFindingsInput) String() string
String returns the string representation
func (*BatchImportFindingsInput) Validate ¶
func (s *BatchImportFindingsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchImportFindingsOutput ¶
type BatchImportFindingsOutput struct { // The number of findings that failed to import. // // FailedCount is a required field FailedCount *int64 `type:"integer" required:"true"` // The list of findings that failed to import. FailedFindings []*ImportFindingsError `type:"list"` // The number of findings that were successfully imported. // // SuccessCount is a required field SuccessCount *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
func (BatchImportFindingsOutput) GoString ¶
func (s BatchImportFindingsOutput) GoString() string
GoString returns the string representation
func (*BatchImportFindingsOutput) SetFailedCount ¶
func (s *BatchImportFindingsOutput) SetFailedCount(v int64) *BatchImportFindingsOutput
SetFailedCount sets the FailedCount field's value.
func (*BatchImportFindingsOutput) SetFailedFindings ¶
func (s *BatchImportFindingsOutput) SetFailedFindings(v []*ImportFindingsError) *BatchImportFindingsOutput
SetFailedFindings sets the FailedFindings field's value.
func (*BatchImportFindingsOutput) SetSuccessCount ¶
func (s *BatchImportFindingsOutput) SetSuccessCount(v int64) *BatchImportFindingsOutput
SetSuccessCount sets the SuccessCount field's value.
func (BatchImportFindingsOutput) String ¶
func (s BatchImportFindingsOutput) String() string
String returns the string representation
type Compliance ¶
type Compliance struct { // List of requirements that are related to a standards control. RelatedRequirements []*string `type:"list"` // The result of a standards check. Status *string `type:"string" enum:"ComplianceStatus"` // contains filtered or unexported fields }
Exclusive to findings that are generated as the result of a check run against a specific rule in a supported security standard, such as CIS AWS Foundations. Contains security standard-related finding details.
Values include the following:
- Allowed values are the following: PASSED - Standards check passed for all evaluated resources. WARNING - Some information is missing or this check is not supported given your configuration. FAILED - Standards check failed for at least one evaluated resource. NOT_AVAILABLE - Check could not be performed due to a service outage, API error, or because the result of the AWS Config evaluation was NOT_APPLICABLE. If the AWS Config evaluation result was NOT_APPLICABLE, then after 3 days, Security Hub automatically archives the finding.
func (Compliance) GoString ¶
func (s Compliance) GoString() string
GoString returns the string representation
func (*Compliance) SetRelatedRequirements ¶
func (s *Compliance) SetRelatedRequirements(v []*string) *Compliance
SetRelatedRequirements sets the RelatedRequirements field's value.
func (*Compliance) SetStatus ¶
func (s *Compliance) SetStatus(v string) *Compliance
SetStatus sets the Status field's value.
func (Compliance) String ¶
func (s Compliance) String() string
String returns the string representation
type ContainerDetails ¶
type ContainerDetails struct { // The identifier of the image related to a finding. ImageId *string `type:"string"` // The name of the image related to a finding. ImageName *string `type:"string"` // The date and time when the container started. LaunchedAt *string `type:"string"` // The name of the container related to a finding. Name *string `type:"string"` // contains filtered or unexported fields }
Container details related to a finding.
func (ContainerDetails) GoString ¶
func (s ContainerDetails) GoString() string
GoString returns the string representation
func (*ContainerDetails) SetImageId ¶
func (s *ContainerDetails) SetImageId(v string) *ContainerDetails
SetImageId sets the ImageId field's value.
func (*ContainerDetails) SetImageName ¶
func (s *ContainerDetails) SetImageName(v string) *ContainerDetails
SetImageName sets the ImageName field's value.
func (*ContainerDetails) SetLaunchedAt ¶
func (s *ContainerDetails) SetLaunchedAt(v string) *ContainerDetails
SetLaunchedAt sets the LaunchedAt field's value.
func (*ContainerDetails) SetName ¶
func (s *ContainerDetails) SetName(v string) *ContainerDetails
SetName sets the Name field's value.
func (ContainerDetails) String ¶
func (s ContainerDetails) String() string
String returns the string representation
type CreateActionTargetInput ¶
type CreateActionTargetInput struct { // The description for the custom action target. // // Description is a required field Description *string `type:"string" required:"true"` // The ID for the custom action target. // // Id is a required field Id *string `type:"string" required:"true"` // The name of the custom action target. // // Name is a required field Name *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateActionTargetInput) GoString ¶
func (s CreateActionTargetInput) GoString() string
GoString returns the string representation
func (*CreateActionTargetInput) SetDescription ¶
func (s *CreateActionTargetInput) SetDescription(v string) *CreateActionTargetInput
SetDescription sets the Description field's value.
func (*CreateActionTargetInput) SetId ¶
func (s *CreateActionTargetInput) SetId(v string) *CreateActionTargetInput
SetId sets the Id field's value.
func (*CreateActionTargetInput) SetName ¶
func (s *CreateActionTargetInput) SetName(v string) *CreateActionTargetInput
SetName sets the Name field's value.
func (CreateActionTargetInput) String ¶
func (s CreateActionTargetInput) String() string
String returns the string representation
func (*CreateActionTargetInput) Validate ¶
func (s *CreateActionTargetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateActionTargetOutput ¶
type CreateActionTargetOutput struct { // The ARN for the custom action target. // // ActionTargetArn is a required field ActionTargetArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateActionTargetOutput) GoString ¶
func (s CreateActionTargetOutput) GoString() string
GoString returns the string representation
func (*CreateActionTargetOutput) SetActionTargetArn ¶
func (s *CreateActionTargetOutput) SetActionTargetArn(v string) *CreateActionTargetOutput
SetActionTargetArn sets the ActionTargetArn field's value.
func (CreateActionTargetOutput) String ¶
func (s CreateActionTargetOutput) String() string
String returns the string representation
type CreateInsightInput ¶
type CreateInsightInput struct { // One or more attributes used to filter the findings included in the insight. // The insight only includes findings that match the criteria defined in the // filters. // // Filters is a required field Filters *AwsSecurityFindingFilters `type:"structure" required:"true"` // The attribute used as the aggregator to group related findings for the insight. // // GroupByAttribute is a required field GroupByAttribute *string `type:"string" required:"true"` // The name of the custom insight to create. // // Name is a required field Name *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateInsightInput) GoString ¶
func (s CreateInsightInput) GoString() string
GoString returns the string representation
func (*CreateInsightInput) SetFilters ¶
func (s *CreateInsightInput) SetFilters(v *AwsSecurityFindingFilters) *CreateInsightInput
SetFilters sets the Filters field's value.
func (*CreateInsightInput) SetGroupByAttribute ¶
func (s *CreateInsightInput) SetGroupByAttribute(v string) *CreateInsightInput
SetGroupByAttribute sets the GroupByAttribute field's value.
func (*CreateInsightInput) SetName ¶
func (s *CreateInsightInput) SetName(v string) *CreateInsightInput
SetName sets the Name field's value.
func (CreateInsightInput) String ¶
func (s CreateInsightInput) String() string
String returns the string representation
func (*CreateInsightInput) Validate ¶
func (s *CreateInsightInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateInsightOutput ¶
type CreateInsightOutput struct { // The ARN of the insight created. // // InsightArn is a required field InsightArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateInsightOutput) GoString ¶
func (s CreateInsightOutput) GoString() string
GoString returns the string representation
func (*CreateInsightOutput) SetInsightArn ¶
func (s *CreateInsightOutput) SetInsightArn(v string) *CreateInsightOutput
SetInsightArn sets the InsightArn field's value.
func (CreateInsightOutput) String ¶
func (s CreateInsightOutput) String() string
String returns the string representation
type CreateMembersInput ¶
type CreateMembersInput struct { // The list of accounts to associate with the Security Hub master account. For // each account, the list includes the account ID and the email address. AccountDetails []*AccountDetails `type:"list"` // contains filtered or unexported fields }
func (CreateMembersInput) GoString ¶
func (s CreateMembersInput) GoString() string
GoString returns the string representation
func (*CreateMembersInput) SetAccountDetails ¶
func (s *CreateMembersInput) SetAccountDetails(v []*AccountDetails) *CreateMembersInput
SetAccountDetails sets the AccountDetails field's value.
func (CreateMembersInput) String ¶
func (s CreateMembersInput) String() string
String returns the string representation
type CreateMembersOutput ¶
type CreateMembersOutput struct { // The list of AWS accounts that were not processed. For each account, the list // includes the account ID and the email address. UnprocessedAccounts []*Result `type:"list"` // contains filtered or unexported fields }
func (CreateMembersOutput) GoString ¶
func (s CreateMembersOutput) GoString() string
GoString returns the string representation
func (*CreateMembersOutput) SetUnprocessedAccounts ¶
func (s *CreateMembersOutput) SetUnprocessedAccounts(v []*Result) *CreateMembersOutput
SetUnprocessedAccounts sets the UnprocessedAccounts field's value.
func (CreateMembersOutput) String ¶
func (s CreateMembersOutput) String() string
String returns the string representation
type DateFilter ¶
type DateFilter struct { // A date range for the date filter. DateRange *DateRange `type:"structure"` // An end date for the date filter. End *string `type:"string"` // A start date for the date filter. Start *string `type:"string"` // contains filtered or unexported fields }
A date filter for querying findings.
func (DateFilter) GoString ¶
func (s DateFilter) GoString() string
GoString returns the string representation
func (*DateFilter) SetDateRange ¶
func (s *DateFilter) SetDateRange(v *DateRange) *DateFilter
SetDateRange sets the DateRange field's value.
func (*DateFilter) SetEnd ¶
func (s *DateFilter) SetEnd(v string) *DateFilter
SetEnd sets the End field's value.
func (*DateFilter) SetStart ¶
func (s *DateFilter) SetStart(v string) *DateFilter
SetStart sets the Start field's value.
func (DateFilter) String ¶
func (s DateFilter) String() string
String returns the string representation
type DateRange ¶
type DateRange struct { // A date range unit for the date filter. Unit *string `type:"string" enum:"DateRangeUnit"` // A date range value for the date filter. Value *int64 `type:"integer"` // contains filtered or unexported fields }
A date range for the date filter.
type DeclineInvitationsInput ¶
type DeclineInvitationsInput struct { // The list of account IDs for the accounts from which to decline the invitations // to Security Hub. // // AccountIds is a required field AccountIds []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (DeclineInvitationsInput) GoString ¶
func (s DeclineInvitationsInput) GoString() string
GoString returns the string representation
func (*DeclineInvitationsInput) SetAccountIds ¶
func (s *DeclineInvitationsInput) SetAccountIds(v []*string) *DeclineInvitationsInput
SetAccountIds sets the AccountIds field's value.
func (DeclineInvitationsInput) String ¶
func (s DeclineInvitationsInput) String() string
String returns the string representation
func (*DeclineInvitationsInput) Validate ¶
func (s *DeclineInvitationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeclineInvitationsOutput ¶
type DeclineInvitationsOutput struct { // The list of AWS accounts that were not processed. For each account, the list // includes the account ID and the email address. UnprocessedAccounts []*Result `type:"list"` // contains filtered or unexported fields }
func (DeclineInvitationsOutput) GoString ¶
func (s DeclineInvitationsOutput) GoString() string
GoString returns the string representation
func (*DeclineInvitationsOutput) SetUnprocessedAccounts ¶
func (s *DeclineInvitationsOutput) SetUnprocessedAccounts(v []*Result) *DeclineInvitationsOutput
SetUnprocessedAccounts sets the UnprocessedAccounts field's value.
func (DeclineInvitationsOutput) String ¶
func (s DeclineInvitationsOutput) String() string
String returns the string representation
type DeleteActionTargetInput ¶
type DeleteActionTargetInput struct { // The ARN of the custom action target to delete. // // ActionTargetArn is a required field ActionTargetArn *string `location:"uri" locationName:"ActionTargetArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteActionTargetInput) GoString ¶
func (s DeleteActionTargetInput) GoString() string
GoString returns the string representation
func (*DeleteActionTargetInput) SetActionTargetArn ¶
func (s *DeleteActionTargetInput) SetActionTargetArn(v string) *DeleteActionTargetInput
SetActionTargetArn sets the ActionTargetArn field's value.
func (DeleteActionTargetInput) String ¶
func (s DeleteActionTargetInput) String() string
String returns the string representation
func (*DeleteActionTargetInput) Validate ¶
func (s *DeleteActionTargetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteActionTargetOutput ¶
type DeleteActionTargetOutput struct { // The ARN of the custom action target that was deleted. // // ActionTargetArn is a required field ActionTargetArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteActionTargetOutput) GoString ¶
func (s DeleteActionTargetOutput) GoString() string
GoString returns the string representation
func (*DeleteActionTargetOutput) SetActionTargetArn ¶
func (s *DeleteActionTargetOutput) SetActionTargetArn(v string) *DeleteActionTargetOutput
SetActionTargetArn sets the ActionTargetArn field's value.
func (DeleteActionTargetOutput) String ¶
func (s DeleteActionTargetOutput) String() string
String returns the string representation
type DeleteInsightInput ¶
type DeleteInsightInput struct { // The ARN of the insight to delete. // // InsightArn is a required field InsightArn *string `location:"uri" locationName:"InsightArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteInsightInput) GoString ¶
func (s DeleteInsightInput) GoString() string
GoString returns the string representation
func (*DeleteInsightInput) SetInsightArn ¶
func (s *DeleteInsightInput) SetInsightArn(v string) *DeleteInsightInput
SetInsightArn sets the InsightArn field's value.
func (DeleteInsightInput) String ¶
func (s DeleteInsightInput) String() string
String returns the string representation
func (*DeleteInsightInput) Validate ¶
func (s *DeleteInsightInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteInsightOutput ¶
type DeleteInsightOutput struct { // The ARN of the insight that was deleted. // // InsightArn is a required field InsightArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteInsightOutput) GoString ¶
func (s DeleteInsightOutput) GoString() string
GoString returns the string representation
func (*DeleteInsightOutput) SetInsightArn ¶
func (s *DeleteInsightOutput) SetInsightArn(v string) *DeleteInsightOutput
SetInsightArn sets the InsightArn field's value.
func (DeleteInsightOutput) String ¶
func (s DeleteInsightOutput) String() string
String returns the string representation
type DeleteInvitationsInput ¶
type DeleteInvitationsInput struct { // The list of the account IDs that sent the invitations to delete. // // AccountIds is a required field AccountIds []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (DeleteInvitationsInput) GoString ¶
func (s DeleteInvitationsInput) GoString() string
GoString returns the string representation
func (*DeleteInvitationsInput) SetAccountIds ¶
func (s *DeleteInvitationsInput) SetAccountIds(v []*string) *DeleteInvitationsInput
SetAccountIds sets the AccountIds field's value.
func (DeleteInvitationsInput) String ¶
func (s DeleteInvitationsInput) String() string
String returns the string representation
func (*DeleteInvitationsInput) Validate ¶
func (s *DeleteInvitationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteInvitationsOutput ¶
type DeleteInvitationsOutput struct { // The list of AWS accounts for which the invitations were not deleted. For // each account, the list includes the account ID and the email address. UnprocessedAccounts []*Result `type:"list"` // contains filtered or unexported fields }
func (DeleteInvitationsOutput) GoString ¶
func (s DeleteInvitationsOutput) GoString() string
GoString returns the string representation
func (*DeleteInvitationsOutput) SetUnprocessedAccounts ¶
func (s *DeleteInvitationsOutput) SetUnprocessedAccounts(v []*Result) *DeleteInvitationsOutput
SetUnprocessedAccounts sets the UnprocessedAccounts field's value.
func (DeleteInvitationsOutput) String ¶
func (s DeleteInvitationsOutput) String() string
String returns the string representation
type DeleteMembersInput ¶
type DeleteMembersInput struct { // The list of account IDs for the member accounts to delete. AccountIds []*string `type:"list"` // contains filtered or unexported fields }
func (DeleteMembersInput) GoString ¶
func (s DeleteMembersInput) GoString() string
GoString returns the string representation
func (*DeleteMembersInput) SetAccountIds ¶
func (s *DeleteMembersInput) SetAccountIds(v []*string) *DeleteMembersInput
SetAccountIds sets the AccountIds field's value.
func (DeleteMembersInput) String ¶
func (s DeleteMembersInput) String() string
String returns the string representation
type DeleteMembersOutput ¶
type DeleteMembersOutput struct { // The list of AWS accounts that were not deleted. For each account, the list // includes the account ID and the email address. UnprocessedAccounts []*Result `type:"list"` // contains filtered or unexported fields }
func (DeleteMembersOutput) GoString ¶
func (s DeleteMembersOutput) GoString() string
GoString returns the string representation
func (*DeleteMembersOutput) SetUnprocessedAccounts ¶
func (s *DeleteMembersOutput) SetUnprocessedAccounts(v []*Result) *DeleteMembersOutput
SetUnprocessedAccounts sets the UnprocessedAccounts field's value.
func (DeleteMembersOutput) String ¶
func (s DeleteMembersOutput) String() string
String returns the string representation
type DescribeActionTargetsInput ¶
type DescribeActionTargetsInput struct { // A list of custom action target ARNs for the custom action targets to retrieve. ActionTargetArns []*string `type:"list"` // The maximum number of results to return. MaxResults *int64 `min:"1" type:"integer"` // The token that is required for pagination. On your first call to the DescribeActionTargets // operation, set the value of this parameter to NULL. // // For subsequent calls to the operation, to continue listing data, set the // value of this parameter to the value returned from the previous response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeActionTargetsInput) GoString ¶
func (s DescribeActionTargetsInput) GoString() string
GoString returns the string representation
func (*DescribeActionTargetsInput) SetActionTargetArns ¶
func (s *DescribeActionTargetsInput) SetActionTargetArns(v []*string) *DescribeActionTargetsInput
SetActionTargetArns sets the ActionTargetArns field's value.
func (*DescribeActionTargetsInput) SetMaxResults ¶
func (s *DescribeActionTargetsInput) SetMaxResults(v int64) *DescribeActionTargetsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeActionTargetsInput) SetNextToken ¶
func (s *DescribeActionTargetsInput) SetNextToken(v string) *DescribeActionTargetsInput
SetNextToken sets the NextToken field's value.
func (DescribeActionTargetsInput) String ¶
func (s DescribeActionTargetsInput) String() string
String returns the string representation
func (*DescribeActionTargetsInput) Validate ¶
func (s *DescribeActionTargetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeActionTargetsOutput ¶
type DescribeActionTargetsOutput struct { // A list of ActionTarget objects. Each object includes the ActionTargetArn, // Description, and Name of a custom action target available in Security Hub. // // ActionTargets is a required field ActionTargets []*ActionTarget `type:"list" required:"true"` // The pagination token to use to request the next page of results. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeActionTargetsOutput) GoString ¶
func (s DescribeActionTargetsOutput) GoString() string
GoString returns the string representation
func (*DescribeActionTargetsOutput) SetActionTargets ¶
func (s *DescribeActionTargetsOutput) SetActionTargets(v []*ActionTarget) *DescribeActionTargetsOutput
SetActionTargets sets the ActionTargets field's value.
func (*DescribeActionTargetsOutput) SetNextToken ¶
func (s *DescribeActionTargetsOutput) SetNextToken(v string) *DescribeActionTargetsOutput
SetNextToken sets the NextToken field's value.
func (DescribeActionTargetsOutput) String ¶
func (s DescribeActionTargetsOutput) String() string
String returns the string representation
type DescribeHubInput ¶
type DescribeHubInput struct { // The ARN of the Hub resource to retrieve. HubArn *string `location:"querystring" locationName:"HubArn" type:"string"` // contains filtered or unexported fields }
func (DescribeHubInput) GoString ¶
func (s DescribeHubInput) GoString() string
GoString returns the string representation
func (*DescribeHubInput) SetHubArn ¶
func (s *DescribeHubInput) SetHubArn(v string) *DescribeHubInput
SetHubArn sets the HubArn field's value.
func (DescribeHubInput) String ¶
func (s DescribeHubInput) String() string
String returns the string representation
type DescribeHubOutput ¶
type DescribeHubOutput struct { // The ARN of the Hub resource that was retrieved. HubArn *string `type:"string"` // The date and time when Security Hub was enabled in the account. SubscribedAt *string `type:"string"` // contains filtered or unexported fields }
func (DescribeHubOutput) GoString ¶
func (s DescribeHubOutput) GoString() string
GoString returns the string representation
func (*DescribeHubOutput) SetHubArn ¶
func (s *DescribeHubOutput) SetHubArn(v string) *DescribeHubOutput
SetHubArn sets the HubArn field's value.
func (*DescribeHubOutput) SetSubscribedAt ¶
func (s *DescribeHubOutput) SetSubscribedAt(v string) *DescribeHubOutput
SetSubscribedAt sets the SubscribedAt field's value.
func (DescribeHubOutput) String ¶
func (s DescribeHubOutput) String() string
String returns the string representation
type DescribeProductsInput ¶
type DescribeProductsInput struct { // The maximum number of results to return. MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"` // The token that is required for pagination. On your first call to the DescribeProducts // operation, set the value of this parameter to NULL. // // For subsequent calls to the operation, to continue listing data, set the // value of this parameter to the value returned from the previous response. NextToken *string `location:"querystring" locationName:"NextToken" type:"string"` // contains filtered or unexported fields }
func (DescribeProductsInput) GoString ¶
func (s DescribeProductsInput) GoString() string
GoString returns the string representation
func (*DescribeProductsInput) SetMaxResults ¶
func (s *DescribeProductsInput) SetMaxResults(v int64) *DescribeProductsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeProductsInput) SetNextToken ¶
func (s *DescribeProductsInput) SetNextToken(v string) *DescribeProductsInput
SetNextToken sets the NextToken field's value.
func (DescribeProductsInput) String ¶
func (s DescribeProductsInput) String() string
String returns the string representation
func (*DescribeProductsInput) Validate ¶
func (s *DescribeProductsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeProductsOutput ¶
type DescribeProductsOutput struct { // The pagination token to use to request the next page of results. NextToken *string `type:"string"` // A list of products, including details for each product. // // Products is a required field Products []*Product `type:"list" required:"true"` // contains filtered or unexported fields }
func (DescribeProductsOutput) GoString ¶
func (s DescribeProductsOutput) GoString() string
GoString returns the string representation
func (*DescribeProductsOutput) SetNextToken ¶
func (s *DescribeProductsOutput) SetNextToken(v string) *DescribeProductsOutput
SetNextToken sets the NextToken field's value.
func (*DescribeProductsOutput) SetProducts ¶
func (s *DescribeProductsOutput) SetProducts(v []*Product) *DescribeProductsOutput
SetProducts sets the Products field's value.
func (DescribeProductsOutput) String ¶
func (s DescribeProductsOutput) String() string
String returns the string representation
type DescribeStandardsControlsInput ¶
type DescribeStandardsControlsInput struct { // The maximum number of security standard controls to return. MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"` // The token that is required for pagination. On your first call to the DescribeStandardsControls // operation, set the value of this parameter to NULL. // // For subsequent calls to the operation, to continue listing data, set the // value of this parameter to the value returned from the previous response. NextToken *string `location:"querystring" locationName:"NextToken" type:"string"` // The ARN of a resource that represents your subscription to a supported standard. // // StandardsSubscriptionArn is a required field StandardsSubscriptionArn *string `location:"uri" locationName:"StandardsSubscriptionArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeStandardsControlsInput) GoString ¶
func (s DescribeStandardsControlsInput) GoString() string
GoString returns the string representation
func (*DescribeStandardsControlsInput) SetMaxResults ¶
func (s *DescribeStandardsControlsInput) SetMaxResults(v int64) *DescribeStandardsControlsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeStandardsControlsInput) SetNextToken ¶
func (s *DescribeStandardsControlsInput) SetNextToken(v string) *DescribeStandardsControlsInput
SetNextToken sets the NextToken field's value.
func (*DescribeStandardsControlsInput) SetStandardsSubscriptionArn ¶
func (s *DescribeStandardsControlsInput) SetStandardsSubscriptionArn(v string) *DescribeStandardsControlsInput
SetStandardsSubscriptionArn sets the StandardsSubscriptionArn field's value.
func (DescribeStandardsControlsInput) String ¶
func (s DescribeStandardsControlsInput) String() string
String returns the string representation
func (*DescribeStandardsControlsInput) Validate ¶
func (s *DescribeStandardsControlsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeStandardsControlsOutput ¶
type DescribeStandardsControlsOutput struct { // A list of security standards controls. Controls []*StandardsControl `type:"list"` // The pagination token to use to request the next page of results. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeStandardsControlsOutput) GoString ¶
func (s DescribeStandardsControlsOutput) GoString() string
GoString returns the string representation
func (*DescribeStandardsControlsOutput) SetControls ¶
func (s *DescribeStandardsControlsOutput) SetControls(v []*StandardsControl) *DescribeStandardsControlsOutput
SetControls sets the Controls field's value.
func (*DescribeStandardsControlsOutput) SetNextToken ¶
func (s *DescribeStandardsControlsOutput) SetNextToken(v string) *DescribeStandardsControlsOutput
SetNextToken sets the NextToken field's value.
func (DescribeStandardsControlsOutput) String ¶
func (s DescribeStandardsControlsOutput) String() string
String returns the string representation
type DescribeStandardsInput ¶
type DescribeStandardsInput struct { // The maximum number of standards to return. MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"` // The token that is required for pagination. On your first call to the DescribeStandards // operation, set the value of this parameter to NULL. // // For subsequent calls to the operation, to continue listing data, set the // value of this parameter to the value returned from the previous response. NextToken *string `location:"querystring" locationName:"NextToken" type:"string"` // contains filtered or unexported fields }
func (DescribeStandardsInput) GoString ¶
func (s DescribeStandardsInput) GoString() string
GoString returns the string representation
func (*DescribeStandardsInput) SetMaxResults ¶
func (s *DescribeStandardsInput) SetMaxResults(v int64) *DescribeStandardsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeStandardsInput) SetNextToken ¶
func (s *DescribeStandardsInput) SetNextToken(v string) *DescribeStandardsInput
SetNextToken sets the NextToken field's value.
func (DescribeStandardsInput) String ¶
func (s DescribeStandardsInput) String() string
String returns the string representation
func (*DescribeStandardsInput) Validate ¶
func (s *DescribeStandardsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeStandardsOutput ¶
type DescribeStandardsOutput struct { // The pagination token to use to request the next page of results. NextToken *string `type:"string"` // A list of available standards. Standards []*Standard `type:"list"` // contains filtered or unexported fields }
func (DescribeStandardsOutput) GoString ¶
func (s DescribeStandardsOutput) GoString() string
GoString returns the string representation
func (*DescribeStandardsOutput) SetNextToken ¶
func (s *DescribeStandardsOutput) SetNextToken(v string) *DescribeStandardsOutput
SetNextToken sets the NextToken field's value.
func (*DescribeStandardsOutput) SetStandards ¶
func (s *DescribeStandardsOutput) SetStandards(v []*Standard) *DescribeStandardsOutput
SetStandards sets the Standards field's value.
func (DescribeStandardsOutput) String ¶
func (s DescribeStandardsOutput) String() string
String returns the string representation
type DisableImportFindingsForProductInput ¶
type DisableImportFindingsForProductInput struct { // The ARN of the integrated product to disable the integration for. // // ProductSubscriptionArn is a required field ProductSubscriptionArn *string `location:"uri" locationName:"ProductSubscriptionArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (DisableImportFindingsForProductInput) GoString ¶
func (s DisableImportFindingsForProductInput) GoString() string
GoString returns the string representation
func (*DisableImportFindingsForProductInput) SetProductSubscriptionArn ¶
func (s *DisableImportFindingsForProductInput) SetProductSubscriptionArn(v string) *DisableImportFindingsForProductInput
SetProductSubscriptionArn sets the ProductSubscriptionArn field's value.
func (DisableImportFindingsForProductInput) String ¶
func (s DisableImportFindingsForProductInput) String() string
String returns the string representation
func (*DisableImportFindingsForProductInput) Validate ¶
func (s *DisableImportFindingsForProductInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisableImportFindingsForProductOutput ¶
type DisableImportFindingsForProductOutput struct {
// contains filtered or unexported fields
}
func (DisableImportFindingsForProductOutput) GoString ¶
func (s DisableImportFindingsForProductOutput) GoString() string
GoString returns the string representation
func (DisableImportFindingsForProductOutput) String ¶
func (s DisableImportFindingsForProductOutput) String() string
String returns the string representation
type DisableSecurityHubInput ¶
type DisableSecurityHubInput struct {
// contains filtered or unexported fields
}
func (DisableSecurityHubInput) GoString ¶
func (s DisableSecurityHubInput) GoString() string
GoString returns the string representation
func (DisableSecurityHubInput) String ¶
func (s DisableSecurityHubInput) String() string
String returns the string representation
type DisableSecurityHubOutput ¶
type DisableSecurityHubOutput struct {
// contains filtered or unexported fields
}
func (DisableSecurityHubOutput) GoString ¶
func (s DisableSecurityHubOutput) GoString() string
GoString returns the string representation
func (DisableSecurityHubOutput) String ¶
func (s DisableSecurityHubOutput) String() string
String returns the string representation
type DisassociateFromMasterAccountInput ¶
type DisassociateFromMasterAccountInput struct {
// contains filtered or unexported fields
}
func (DisassociateFromMasterAccountInput) GoString ¶
func (s DisassociateFromMasterAccountInput) GoString() string
GoString returns the string representation
func (DisassociateFromMasterAccountInput) String ¶
func (s DisassociateFromMasterAccountInput) String() string
String returns the string representation
type DisassociateFromMasterAccountOutput ¶
type DisassociateFromMasterAccountOutput struct {
// contains filtered or unexported fields
}
func (DisassociateFromMasterAccountOutput) GoString ¶
func (s DisassociateFromMasterAccountOutput) GoString() string
GoString returns the string representation
func (DisassociateFromMasterAccountOutput) String ¶
func (s DisassociateFromMasterAccountOutput) String() string
String returns the string representation
type DisassociateMembersInput ¶
type DisassociateMembersInput struct { // The account IDs of the member accounts to disassociate from the master account. AccountIds []*string `type:"list"` // contains filtered or unexported fields }
func (DisassociateMembersInput) GoString ¶
func (s DisassociateMembersInput) GoString() string
GoString returns the string representation
func (*DisassociateMembersInput) SetAccountIds ¶
func (s *DisassociateMembersInput) SetAccountIds(v []*string) *DisassociateMembersInput
SetAccountIds sets the AccountIds field's value.
func (DisassociateMembersInput) String ¶
func (s DisassociateMembersInput) String() string
String returns the string representation
type DisassociateMembersOutput ¶
type DisassociateMembersOutput struct {
// contains filtered or unexported fields
}
func (DisassociateMembersOutput) GoString ¶
func (s DisassociateMembersOutput) GoString() string
GoString returns the string representation
func (DisassociateMembersOutput) String ¶
func (s DisassociateMembersOutput) String() string
String returns the string representation
type EnableImportFindingsForProductInput ¶
type EnableImportFindingsForProductInput struct { // The ARN of the product to enable the integration for. // // ProductArn is a required field ProductArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (EnableImportFindingsForProductInput) GoString ¶
func (s EnableImportFindingsForProductInput) GoString() string
GoString returns the string representation
func (*EnableImportFindingsForProductInput) SetProductArn ¶
func (s *EnableImportFindingsForProductInput) SetProductArn(v string) *EnableImportFindingsForProductInput
SetProductArn sets the ProductArn field's value.
func (EnableImportFindingsForProductInput) String ¶
func (s EnableImportFindingsForProductInput) String() string
String returns the string representation
func (*EnableImportFindingsForProductInput) Validate ¶
func (s *EnableImportFindingsForProductInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EnableImportFindingsForProductOutput ¶
type EnableImportFindingsForProductOutput struct { // The ARN of your subscription to the product to enable integrations for. ProductSubscriptionArn *string `type:"string"` // contains filtered or unexported fields }
func (EnableImportFindingsForProductOutput) GoString ¶
func (s EnableImportFindingsForProductOutput) GoString() string
GoString returns the string representation
func (*EnableImportFindingsForProductOutput) SetProductSubscriptionArn ¶
func (s *EnableImportFindingsForProductOutput) SetProductSubscriptionArn(v string) *EnableImportFindingsForProductOutput
SetProductSubscriptionArn sets the ProductSubscriptionArn field's value.
func (EnableImportFindingsForProductOutput) String ¶
func (s EnableImportFindingsForProductOutput) String() string
String returns the string representation
type EnableSecurityHubInput ¶
type EnableSecurityHubInput struct { // The tags to add to the Hub resource when you enable Security Hub. Tags map[string]*string `min:"1" type:"map"` // contains filtered or unexported fields }
func (EnableSecurityHubInput) GoString ¶
func (s EnableSecurityHubInput) GoString() string
GoString returns the string representation
func (*EnableSecurityHubInput) SetTags ¶
func (s *EnableSecurityHubInput) SetTags(v map[string]*string) *EnableSecurityHubInput
SetTags sets the Tags field's value.
func (EnableSecurityHubInput) String ¶
func (s EnableSecurityHubInput) String() string
String returns the string representation
func (*EnableSecurityHubInput) Validate ¶
func (s *EnableSecurityHubInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EnableSecurityHubOutput ¶
type EnableSecurityHubOutput struct {
// contains filtered or unexported fields
}
func (EnableSecurityHubOutput) GoString ¶
func (s EnableSecurityHubOutput) GoString() string
GoString returns the string representation
func (EnableSecurityHubOutput) String ¶
func (s EnableSecurityHubOutput) String() string
String returns the string representation
type GetEnabledStandardsInput ¶
type GetEnabledStandardsInput struct { // The maximum number of results to return in the response. MaxResults *int64 `min:"1" type:"integer"` // The token that is required for pagination. On your first call to the GetEnabledStandards // operation, set the value of this parameter to NULL. // // For subsequent calls to the operation, to continue listing data, set the // value of this parameter to the value returned from the previous response. NextToken *string `type:"string"` // The list of the standards subscription ARNs for the standards to retrieve. StandardsSubscriptionArns []*string `min:"1" type:"list"` // contains filtered or unexported fields }
func (GetEnabledStandardsInput) GoString ¶
func (s GetEnabledStandardsInput) GoString() string
GoString returns the string representation
func (*GetEnabledStandardsInput) SetMaxResults ¶
func (s *GetEnabledStandardsInput) SetMaxResults(v int64) *GetEnabledStandardsInput
SetMaxResults sets the MaxResults field's value.
func (*GetEnabledStandardsInput) SetNextToken ¶
func (s *GetEnabledStandardsInput) SetNextToken(v string) *GetEnabledStandardsInput
SetNextToken sets the NextToken field's value.
func (*GetEnabledStandardsInput) SetStandardsSubscriptionArns ¶
func (s *GetEnabledStandardsInput) SetStandardsSubscriptionArns(v []*string) *GetEnabledStandardsInput
SetStandardsSubscriptionArns sets the StandardsSubscriptionArns field's value.
func (GetEnabledStandardsInput) String ¶
func (s GetEnabledStandardsInput) String() string
String returns the string representation
func (*GetEnabledStandardsInput) Validate ¶
func (s *GetEnabledStandardsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetEnabledStandardsOutput ¶
type GetEnabledStandardsOutput struct { // The pagination token to use to request the next page of results. NextToken *string `type:"string"` // The list of StandardsSubscriptions objects that include information about // the enabled standards. StandardsSubscriptions []*StandardsSubscription `type:"list"` // contains filtered or unexported fields }
func (GetEnabledStandardsOutput) GoString ¶
func (s GetEnabledStandardsOutput) GoString() string
GoString returns the string representation
func (*GetEnabledStandardsOutput) SetNextToken ¶
func (s *GetEnabledStandardsOutput) SetNextToken(v string) *GetEnabledStandardsOutput
SetNextToken sets the NextToken field's value.
func (*GetEnabledStandardsOutput) SetStandardsSubscriptions ¶
func (s *GetEnabledStandardsOutput) SetStandardsSubscriptions(v []*StandardsSubscription) *GetEnabledStandardsOutput
SetStandardsSubscriptions sets the StandardsSubscriptions field's value.
func (GetEnabledStandardsOutput) String ¶
func (s GetEnabledStandardsOutput) String() string
String returns the string representation
type GetFindingsInput ¶
type GetFindingsInput struct { // The finding attributes used to define a condition to filter the returned // findings. Filters *AwsSecurityFindingFilters `type:"structure"` // The maximum number of findings to return. MaxResults *int64 `min:"1" type:"integer"` // The token that is required for pagination. On your first call to the GetFindings // operation, set the value of this parameter to NULL. // // For subsequent calls to the operation, to continue listing data, set the // value of this parameter to the value returned from the previous response. NextToken *string `type:"string"` // The finding attributes used to sort the list of returned findings. SortCriteria []*SortCriterion `type:"list"` // contains filtered or unexported fields }
func (GetFindingsInput) GoString ¶
func (s GetFindingsInput) GoString() string
GoString returns the string representation
func (*GetFindingsInput) SetFilters ¶
func (s *GetFindingsInput) SetFilters(v *AwsSecurityFindingFilters) *GetFindingsInput
SetFilters sets the Filters field's value.
func (*GetFindingsInput) SetMaxResults ¶
func (s *GetFindingsInput) SetMaxResults(v int64) *GetFindingsInput
SetMaxResults sets the MaxResults field's value.
func (*GetFindingsInput) SetNextToken ¶
func (s *GetFindingsInput) SetNextToken(v string) *GetFindingsInput
SetNextToken sets the NextToken field's value.
func (*GetFindingsInput) SetSortCriteria ¶
func (s *GetFindingsInput) SetSortCriteria(v []*SortCriterion) *GetFindingsInput
SetSortCriteria sets the SortCriteria field's value.
func (GetFindingsInput) String ¶
func (s GetFindingsInput) String() string
String returns the string representation
func (*GetFindingsInput) Validate ¶
func (s *GetFindingsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFindingsOutput ¶
type GetFindingsOutput struct { // The findings that matched the filters specified in the request. // // Findings is a required field Findings []*AwsSecurityFinding `type:"list" required:"true"` // The pagination token to use to request the next page of results. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (GetFindingsOutput) GoString ¶
func (s GetFindingsOutput) GoString() string
GoString returns the string representation
func (*GetFindingsOutput) SetFindings ¶
func (s *GetFindingsOutput) SetFindings(v []*AwsSecurityFinding) *GetFindingsOutput
SetFindings sets the Findings field's value.
func (*GetFindingsOutput) SetNextToken ¶
func (s *GetFindingsOutput) SetNextToken(v string) *GetFindingsOutput
SetNextToken sets the NextToken field's value.
func (GetFindingsOutput) String ¶
func (s GetFindingsOutput) String() string
String returns the string representation
type GetInsightResultsInput ¶
type GetInsightResultsInput struct { // The ARN of the insight for which to return results. // // InsightArn is a required field InsightArn *string `location:"uri" locationName:"InsightArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetInsightResultsInput) GoString ¶
func (s GetInsightResultsInput) GoString() string
GoString returns the string representation
func (*GetInsightResultsInput) SetInsightArn ¶
func (s *GetInsightResultsInput) SetInsightArn(v string) *GetInsightResultsInput
SetInsightArn sets the InsightArn field's value.
func (GetInsightResultsInput) String ¶
func (s GetInsightResultsInput) String() string
String returns the string representation
func (*GetInsightResultsInput) Validate ¶
func (s *GetInsightResultsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetInsightResultsOutput ¶
type GetInsightResultsOutput struct { // The insight results returned by the operation. // // InsightResults is a required field InsightResults *InsightResults `type:"structure" required:"true"` // contains filtered or unexported fields }
func (GetInsightResultsOutput) GoString ¶
func (s GetInsightResultsOutput) GoString() string
GoString returns the string representation
func (*GetInsightResultsOutput) SetInsightResults ¶
func (s *GetInsightResultsOutput) SetInsightResults(v *InsightResults) *GetInsightResultsOutput
SetInsightResults sets the InsightResults field's value.
func (GetInsightResultsOutput) String ¶
func (s GetInsightResultsOutput) String() string
String returns the string representation
type GetInsightsInput ¶
type GetInsightsInput struct { // The ARNs of the insights to describe. If you do not provide any insight ARNs, // then GetInsights returns all of your custom insights. It does not return // any managed insights. InsightArns []*string `type:"list"` // The maximum number of items to return in the response. MaxResults *int64 `min:"1" type:"integer"` // The token that is required for pagination. On your first call to the GetInsights // operation, set the value of this parameter to NULL. // // For subsequent calls to the operation, to continue listing data, set the // value of this parameter to the value returned from the previous response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (GetInsightsInput) GoString ¶
func (s GetInsightsInput) GoString() string
GoString returns the string representation
func (*GetInsightsInput) SetInsightArns ¶
func (s *GetInsightsInput) SetInsightArns(v []*string) *GetInsightsInput
SetInsightArns sets the InsightArns field's value.
func (*GetInsightsInput) SetMaxResults ¶
func (s *GetInsightsInput) SetMaxResults(v int64) *GetInsightsInput
SetMaxResults sets the MaxResults field's value.
func (*GetInsightsInput) SetNextToken ¶
func (s *GetInsightsInput) SetNextToken(v string) *GetInsightsInput
SetNextToken sets the NextToken field's value.
func (GetInsightsInput) String ¶
func (s GetInsightsInput) String() string
String returns the string representation
func (*GetInsightsInput) Validate ¶
func (s *GetInsightsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetInsightsOutput ¶
type GetInsightsOutput struct { // The insights returned by the operation. // // Insights is a required field Insights []*Insight `type:"list" required:"true"` // The pagination token to use to request the next page of results. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (GetInsightsOutput) GoString ¶
func (s GetInsightsOutput) GoString() string
GoString returns the string representation
func (*GetInsightsOutput) SetInsights ¶
func (s *GetInsightsOutput) SetInsights(v []*Insight) *GetInsightsOutput
SetInsights sets the Insights field's value.
func (*GetInsightsOutput) SetNextToken ¶
func (s *GetInsightsOutput) SetNextToken(v string) *GetInsightsOutput
SetNextToken sets the NextToken field's value.
func (GetInsightsOutput) String ¶
func (s GetInsightsOutput) String() string
String returns the string representation
type GetInvitationsCountInput ¶
type GetInvitationsCountInput struct {
// contains filtered or unexported fields
}
func (GetInvitationsCountInput) GoString ¶
func (s GetInvitationsCountInput) GoString() string
GoString returns the string representation
func (GetInvitationsCountInput) String ¶
func (s GetInvitationsCountInput) String() string
String returns the string representation
type GetInvitationsCountOutput ¶
type GetInvitationsCountOutput struct { // The number of all membership invitations sent to this Security Hub member // account, not including the currently accepted invitation. InvitationsCount *int64 `type:"integer"` // contains filtered or unexported fields }
func (GetInvitationsCountOutput) GoString ¶
func (s GetInvitationsCountOutput) GoString() string
GoString returns the string representation
func (*GetInvitationsCountOutput) SetInvitationsCount ¶
func (s *GetInvitationsCountOutput) SetInvitationsCount(v int64) *GetInvitationsCountOutput
SetInvitationsCount sets the InvitationsCount field's value.
func (GetInvitationsCountOutput) String ¶
func (s GetInvitationsCountOutput) String() string
String returns the string representation
type GetMasterAccountInput ¶
type GetMasterAccountInput struct {
// contains filtered or unexported fields
}
func (GetMasterAccountInput) GoString ¶
func (s GetMasterAccountInput) GoString() string
GoString returns the string representation
func (GetMasterAccountInput) String ¶
func (s GetMasterAccountInput) String() string
String returns the string representation
type GetMasterAccountOutput ¶
type GetMasterAccountOutput struct { // A list of details about the Security Hub master account for the current member // account. Master *Invitation `type:"structure"` // contains filtered or unexported fields }
func (GetMasterAccountOutput) GoString ¶
func (s GetMasterAccountOutput) GoString() string
GoString returns the string representation
func (*GetMasterAccountOutput) SetMaster ¶
func (s *GetMasterAccountOutput) SetMaster(v *Invitation) *GetMasterAccountOutput
SetMaster sets the Master field's value.
func (GetMasterAccountOutput) String ¶
func (s GetMasterAccountOutput) String() string
String returns the string representation
type GetMembersInput ¶
type GetMembersInput struct { // The list of account IDs for the Security Hub member accounts to return the // details for. // // AccountIds is a required field AccountIds []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (GetMembersInput) GoString ¶
func (s GetMembersInput) GoString() string
GoString returns the string representation
func (*GetMembersInput) SetAccountIds ¶
func (s *GetMembersInput) SetAccountIds(v []*string) *GetMembersInput
SetAccountIds sets the AccountIds field's value.
func (GetMembersInput) String ¶
func (s GetMembersInput) String() string
String returns the string representation
func (*GetMembersInput) Validate ¶
func (s *GetMembersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetMembersOutput ¶
type GetMembersOutput struct { // The list of details about the Security Hub member accounts. Members []*Member `type:"list"` // The list of AWS accounts that could not be processed. For each account, the // list includes the account ID and the email address. UnprocessedAccounts []*Result `type:"list"` // contains filtered or unexported fields }
func (GetMembersOutput) GoString ¶
func (s GetMembersOutput) GoString() string
GoString returns the string representation
func (*GetMembersOutput) SetMembers ¶
func (s *GetMembersOutput) SetMembers(v []*Member) *GetMembersOutput
SetMembers sets the Members field's value.
func (*GetMembersOutput) SetUnprocessedAccounts ¶
func (s *GetMembersOutput) SetUnprocessedAccounts(v []*Result) *GetMembersOutput
SetUnprocessedAccounts sets the UnprocessedAccounts field's value.
func (GetMembersOutput) String ¶
func (s GetMembersOutput) String() string
String returns the string representation
type ImportFindingsError ¶
type ImportFindingsError struct { // The code of the error made during the BatchImportFindings operation. // // ErrorCode is a required field ErrorCode *string `type:"string" required:"true"` // The message of the error made during the BatchImportFindings operation. // // ErrorMessage is a required field ErrorMessage *string `type:"string" required:"true"` // The ID of the error made during the BatchImportFindings operation. // // Id is a required field Id *string `type:"string" required:"true"` // contains filtered or unexported fields }
Includes details of the list of the findings that cannot be imported.
func (ImportFindingsError) GoString ¶
func (s ImportFindingsError) GoString() string
GoString returns the string representation
func (*ImportFindingsError) SetErrorCode ¶
func (s *ImportFindingsError) SetErrorCode(v string) *ImportFindingsError
SetErrorCode sets the ErrorCode field's value.
func (*ImportFindingsError) SetErrorMessage ¶
func (s *ImportFindingsError) SetErrorMessage(v string) *ImportFindingsError
SetErrorMessage sets the ErrorMessage field's value.
func (*ImportFindingsError) SetId ¶
func (s *ImportFindingsError) SetId(v string) *ImportFindingsError
SetId sets the Id field's value.
func (ImportFindingsError) String ¶
func (s ImportFindingsError) String() string
String returns the string representation
type Insight ¶
type Insight struct { // One or more attributes used to filter the findings included in the insight. // The insight only includes findings that match the criteria defined in the // filters. // // Filters is a required field Filters *AwsSecurityFindingFilters `type:"structure" required:"true"` // The attribute that the insight's findings are grouped by. This attribute // is used as a findings aggregator for the purposes of viewing and managing // multiple related findings under a single operand. // // GroupByAttribute is a required field GroupByAttribute *string `type:"string" required:"true"` // The ARN of a Security Hub insight. // // InsightArn is a required field InsightArn *string `type:"string" required:"true"` // The name of a Security Hub insight. // // Name is a required field Name *string `type:"string" required:"true"` // contains filtered or unexported fields }
Contains information about a Security Hub insight.
func (*Insight) SetFilters ¶
func (s *Insight) SetFilters(v *AwsSecurityFindingFilters) *Insight
SetFilters sets the Filters field's value.
func (*Insight) SetGroupByAttribute ¶
SetGroupByAttribute sets the GroupByAttribute field's value.
func (*Insight) SetInsightArn ¶
SetInsightArn sets the InsightArn field's value.
type InsightResultValue ¶
type InsightResultValue struct { // The number of findings returned for each GroupByAttributeValue. // // Count is a required field Count *int64 `type:"integer" required:"true"` // The value of the attribute that the findings are grouped by for the insight // whose results are returned by the GetInsightResults operation. // // GroupByAttributeValue is a required field GroupByAttributeValue *string `type:"string" required:"true"` // contains filtered or unexported fields }
The insight result values returned by the GetInsightResults operation.
func (InsightResultValue) GoString ¶
func (s InsightResultValue) GoString() string
GoString returns the string representation
func (*InsightResultValue) SetCount ¶
func (s *InsightResultValue) SetCount(v int64) *InsightResultValue
SetCount sets the Count field's value.
func (*InsightResultValue) SetGroupByAttributeValue ¶
func (s *InsightResultValue) SetGroupByAttributeValue(v string) *InsightResultValue
SetGroupByAttributeValue sets the GroupByAttributeValue field's value.
func (InsightResultValue) String ¶
func (s InsightResultValue) String() string
String returns the string representation
type InsightResults ¶
type InsightResults struct { // The attribute that the findings are grouped by for the insight whose results // are returned by the GetInsightResults operation. // // GroupByAttribute is a required field GroupByAttribute *string `type:"string" required:"true"` // The ARN of the insight whose results are returned by the GetInsightResults // operation. // // InsightArn is a required field InsightArn *string `type:"string" required:"true"` // The list of insight result values returned by the GetInsightResults operation. // // ResultValues is a required field ResultValues []*InsightResultValue `type:"list" required:"true"` // contains filtered or unexported fields }
The insight results returned by the GetInsightResults operation.
func (InsightResults) GoString ¶
func (s InsightResults) GoString() string
GoString returns the string representation
func (*InsightResults) SetGroupByAttribute ¶
func (s *InsightResults) SetGroupByAttribute(v string) *InsightResults
SetGroupByAttribute sets the GroupByAttribute field's value.
func (*InsightResults) SetInsightArn ¶
func (s *InsightResults) SetInsightArn(v string) *InsightResults
SetInsightArn sets the InsightArn field's value.
func (*InsightResults) SetResultValues ¶
func (s *InsightResults) SetResultValues(v []*InsightResultValue) *InsightResults
SetResultValues sets the ResultValues field's value.
func (InsightResults) String ¶
func (s InsightResults) String() string
String returns the string representation
type InternalException ¶
type InternalException struct { Code_ *string `locationName:"Code" type:"string"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
Internal server error.
func (InternalException) Code ¶
func (s InternalException) Code() string
Code returns the exception type name.
func (InternalException) Error ¶
func (s InternalException) Error() string
func (InternalException) GoString ¶
func (s InternalException) GoString() string
GoString returns the string representation
func (InternalException) Message ¶
func (s InternalException) Message() string
Message returns the exception's message.
func (InternalException) OrigErr ¶
func (s InternalException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (InternalException) RequestID ¶
func (s InternalException) RequestID() string
RequestID returns the service's response RequestID for request.
func (InternalException) StatusCode ¶
func (s InternalException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InternalException) String ¶
func (s InternalException) String() string
String returns the string representation
type InvalidAccessException ¶
type InvalidAccessException struct { Code_ *string `locationName:"Code" type:"string"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
AWS Security Hub isn't enabled for the account used to make this request.
func (InvalidAccessException) Code ¶
func (s InvalidAccessException) Code() string
Code returns the exception type name.
func (InvalidAccessException) Error ¶
func (s InvalidAccessException) Error() string
func (InvalidAccessException) GoString ¶
func (s InvalidAccessException) GoString() string
GoString returns the string representation
func (InvalidAccessException) Message ¶
func (s InvalidAccessException) Message() string
Message returns the exception's message.
func (InvalidAccessException) OrigErr ¶
func (s InvalidAccessException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (InvalidAccessException) RequestID ¶
func (s InvalidAccessException) RequestID() string
RequestID returns the service's response RequestID for request.
func (InvalidAccessException) StatusCode ¶
func (s InvalidAccessException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidAccessException) String ¶
func (s InvalidAccessException) String() string
String returns the string representation
type InvalidInputException ¶
type InvalidInputException struct { Code_ *string `locationName:"Code" type:"string"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
func (InvalidInputException) Code ¶
func (s InvalidInputException) Code() string
Code returns the exception type name.
func (InvalidInputException) Error ¶
func (s InvalidInputException) Error() string
func (InvalidInputException) GoString ¶
func (s InvalidInputException) GoString() string
GoString returns the string representation
func (InvalidInputException) Message ¶
func (s InvalidInputException) Message() string
Message returns the exception's message.
func (InvalidInputException) OrigErr ¶
func (s InvalidInputException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (InvalidInputException) RequestID ¶
func (s InvalidInputException) RequestID() string
RequestID returns the service's response RequestID for request.
func (InvalidInputException) StatusCode ¶
func (s InvalidInputException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidInputException) String ¶
func (s InvalidInputException) String() string
String returns the string representation
type Invitation ¶
type Invitation struct { // The account ID of the Security Hub master account that the invitation was // sent from. AccountId *string `type:"string"` // The ID of the invitation sent to the member account. InvitationId *string `type:"string"` // The timestamp of when the invitation was sent. InvitedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The current status of the association between the member and master accounts. MemberStatus *string `type:"string"` // contains filtered or unexported fields }
Details about an invitation.
func (Invitation) GoString ¶
func (s Invitation) GoString() string
GoString returns the string representation
func (*Invitation) SetAccountId ¶
func (s *Invitation) SetAccountId(v string) *Invitation
SetAccountId sets the AccountId field's value.
func (*Invitation) SetInvitationId ¶
func (s *Invitation) SetInvitationId(v string) *Invitation
SetInvitationId sets the InvitationId field's value.
func (*Invitation) SetInvitedAt ¶
func (s *Invitation) SetInvitedAt(v time.Time) *Invitation
SetInvitedAt sets the InvitedAt field's value.
func (*Invitation) SetMemberStatus ¶
func (s *Invitation) SetMemberStatus(v string) *Invitation
SetMemberStatus sets the MemberStatus field's value.
func (Invitation) String ¶
func (s Invitation) String() string
String returns the string representation
type InviteMembersInput ¶
type InviteMembersInput struct { // The list of account IDs of the AWS accounts to invite to Security Hub as // members. AccountIds []*string `type:"list"` // contains filtered or unexported fields }
func (InviteMembersInput) GoString ¶
func (s InviteMembersInput) GoString() string
GoString returns the string representation
func (*InviteMembersInput) SetAccountIds ¶
func (s *InviteMembersInput) SetAccountIds(v []*string) *InviteMembersInput
SetAccountIds sets the AccountIds field's value.
func (InviteMembersInput) String ¶
func (s InviteMembersInput) String() string
String returns the string representation
type InviteMembersOutput ¶
type InviteMembersOutput struct { // The list of AWS accounts that could not be processed. For each account, the // list includes the account ID and the email address. UnprocessedAccounts []*Result `type:"list"` // contains filtered or unexported fields }
func (InviteMembersOutput) GoString ¶
func (s InviteMembersOutput) GoString() string
GoString returns the string representation
func (*InviteMembersOutput) SetUnprocessedAccounts ¶
func (s *InviteMembersOutput) SetUnprocessedAccounts(v []*Result) *InviteMembersOutput
SetUnprocessedAccounts sets the UnprocessedAccounts field's value.
func (InviteMembersOutput) String ¶
func (s InviteMembersOutput) String() string
String returns the string representation
type IpFilter ¶
type IpFilter struct { // A finding's CIDR value. Cidr *string `type:"string"` // contains filtered or unexported fields }
The IP filter for querying findings.
type KeywordFilter ¶
type KeywordFilter struct { // A value for the keyword. Value *string `type:"string"` // contains filtered or unexported fields }
A keyword filter for querying findings.
func (KeywordFilter) GoString ¶
func (s KeywordFilter) GoString() string
GoString returns the string representation
func (*KeywordFilter) SetValue ¶
func (s *KeywordFilter) SetValue(v string) *KeywordFilter
SetValue sets the Value field's value.
func (KeywordFilter) String ¶
func (s KeywordFilter) String() string
String returns the string representation
type LimitExceededException ¶
type LimitExceededException struct { Code_ *string `locationName:"Code" type:"string"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
func (LimitExceededException) Code ¶
func (s LimitExceededException) Code() string
Code returns the exception type name.
func (LimitExceededException) Error ¶
func (s LimitExceededException) Error() string
func (LimitExceededException) GoString ¶
func (s LimitExceededException) GoString() string
GoString returns the string representation
func (LimitExceededException) Message ¶
func (s LimitExceededException) Message() string
Message returns the exception's message.
func (LimitExceededException) OrigErr ¶
func (s LimitExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (LimitExceededException) RequestID ¶
func (s LimitExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (LimitExceededException) StatusCode ¶
func (s LimitExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (LimitExceededException) String ¶
func (s LimitExceededException) String() string
String returns the string representation
type ListEnabledProductsForImportInput ¶
type ListEnabledProductsForImportInput struct { // The maximum number of items to return in the response. MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"` // The token that is required for pagination. On your first call to the ListEnabledProductsForImport // operation, set the value of this parameter to NULL. // // For subsequent calls to the operation, to continue listing data, set the // value of this parameter to the value returned from the previous response. NextToken *string `location:"querystring" locationName:"NextToken" type:"string"` // contains filtered or unexported fields }
func (ListEnabledProductsForImportInput) GoString ¶
func (s ListEnabledProductsForImportInput) GoString() string
GoString returns the string representation
func (*ListEnabledProductsForImportInput) SetMaxResults ¶
func (s *ListEnabledProductsForImportInput) SetMaxResults(v int64) *ListEnabledProductsForImportInput
SetMaxResults sets the MaxResults field's value.
func (*ListEnabledProductsForImportInput) SetNextToken ¶
func (s *ListEnabledProductsForImportInput) SetNextToken(v string) *ListEnabledProductsForImportInput
SetNextToken sets the NextToken field's value.
func (ListEnabledProductsForImportInput) String ¶
func (s ListEnabledProductsForImportInput) String() string
String returns the string representation
func (*ListEnabledProductsForImportInput) Validate ¶
func (s *ListEnabledProductsForImportInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListEnabledProductsForImportOutput ¶
type ListEnabledProductsForImportOutput struct { // The pagination token to use to request the next page of results. NextToken *string `type:"string"` // The list of ARNs for the resources that represent your subscriptions to products. ProductSubscriptions []*string `type:"list"` // contains filtered or unexported fields }
func (ListEnabledProductsForImportOutput) GoString ¶
func (s ListEnabledProductsForImportOutput) GoString() string
GoString returns the string representation
func (*ListEnabledProductsForImportOutput) SetNextToken ¶
func (s *ListEnabledProductsForImportOutput) SetNextToken(v string) *ListEnabledProductsForImportOutput
SetNextToken sets the NextToken field's value.
func (*ListEnabledProductsForImportOutput) SetProductSubscriptions ¶
func (s *ListEnabledProductsForImportOutput) SetProductSubscriptions(v []*string) *ListEnabledProductsForImportOutput
SetProductSubscriptions sets the ProductSubscriptions field's value.
func (ListEnabledProductsForImportOutput) String ¶
func (s ListEnabledProductsForImportOutput) String() string
String returns the string representation
type ListInvitationsInput ¶
type ListInvitationsInput struct { // The maximum number of items to return in the response. MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"` // The token that is required for pagination. On your first call to the ListInvitations // operation, set the value of this parameter to NULL. // // For subsequent calls to the operation, to continue listing data, set the // value of this parameter to the value returned from the previous response. NextToken *string `location:"querystring" locationName:"NextToken" type:"string"` // contains filtered or unexported fields }
func (ListInvitationsInput) GoString ¶
func (s ListInvitationsInput) GoString() string
GoString returns the string representation
func (*ListInvitationsInput) SetMaxResults ¶
func (s *ListInvitationsInput) SetMaxResults(v int64) *ListInvitationsInput
SetMaxResults sets the MaxResults field's value.
func (*ListInvitationsInput) SetNextToken ¶
func (s *ListInvitationsInput) SetNextToken(v string) *ListInvitationsInput
SetNextToken sets the NextToken field's value.
func (ListInvitationsInput) String ¶
func (s ListInvitationsInput) String() string
String returns the string representation
func (*ListInvitationsInput) Validate ¶
func (s *ListInvitationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListInvitationsOutput ¶
type ListInvitationsOutput struct { // The details of the invitations returned by the operation. Invitations []*Invitation `type:"list"` // The pagination token to use to request the next page of results. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListInvitationsOutput) GoString ¶
func (s ListInvitationsOutput) GoString() string
GoString returns the string representation
func (*ListInvitationsOutput) SetInvitations ¶
func (s *ListInvitationsOutput) SetInvitations(v []*Invitation) *ListInvitationsOutput
SetInvitations sets the Invitations field's value.
func (*ListInvitationsOutput) SetNextToken ¶
func (s *ListInvitationsOutput) SetNextToken(v string) *ListInvitationsOutput
SetNextToken sets the NextToken field's value.
func (ListInvitationsOutput) String ¶
func (s ListInvitationsOutput) String() string
String returns the string representation
type ListMembersInput ¶
type ListMembersInput struct { // The maximum number of items to return in the response. MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"` // The token that is required for pagination. On your first call to the ListMembers // operation, set the value of this parameter to NULL. // // For subsequent calls to the operation, to continue listing data, set the // value of this parameter to the value returned from the previous response. NextToken *string `location:"querystring" locationName:"NextToken" type:"string"` // Specifies which member accounts to include in the response based on their // relationship status with the master account. The default value is TRUE. // // If OnlyAssociated is set to TRUE, the response includes member accounts whose // relationship status with the master is set to ENABLED or DISABLED. // // If OnlyAssociated is set to FALSE, the response includes all existing member // accounts. OnlyAssociated *bool `location:"querystring" locationName:"OnlyAssociated" type:"boolean"` // contains filtered or unexported fields }
func (ListMembersInput) GoString ¶
func (s ListMembersInput) GoString() string
GoString returns the string representation
func (*ListMembersInput) SetMaxResults ¶
func (s *ListMembersInput) SetMaxResults(v int64) *ListMembersInput
SetMaxResults sets the MaxResults field's value.
func (*ListMembersInput) SetNextToken ¶
func (s *ListMembersInput) SetNextToken(v string) *ListMembersInput
SetNextToken sets the NextToken field's value.
func (*ListMembersInput) SetOnlyAssociated ¶
func (s *ListMembersInput) SetOnlyAssociated(v bool) *ListMembersInput
SetOnlyAssociated sets the OnlyAssociated field's value.
func (ListMembersInput) String ¶
func (s ListMembersInput) String() string
String returns the string representation
func (*ListMembersInput) Validate ¶
func (s *ListMembersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListMembersOutput ¶
type ListMembersOutput struct { // Member details returned by the operation. Members []*Member `type:"list"` // The pagination token to use to request the next page of results. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListMembersOutput) GoString ¶
func (s ListMembersOutput) GoString() string
GoString returns the string representation
func (*ListMembersOutput) SetMembers ¶
func (s *ListMembersOutput) SetMembers(v []*Member) *ListMembersOutput
SetMembers sets the Members field's value.
func (*ListMembersOutput) SetNextToken ¶
func (s *ListMembersOutput) SetNextToken(v string) *ListMembersOutput
SetNextToken sets the NextToken field's value.
func (ListMembersOutput) String ¶
func (s ListMembersOutput) String() string
String returns the string representation
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The ARN of the resource to retrieve tags for. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"ResourceArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTagsForResourceInput) GoString ¶
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation
func (*ListTagsForResourceInput) SetResourceArn ¶
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (ListTagsForResourceInput) String ¶
func (s ListTagsForResourceInput) String() string
String returns the string representation
func (*ListTagsForResourceInput) Validate ¶
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // The tags associated with a resource. Tags map[string]*string `min:"1" type:"map"` // contains filtered or unexported fields }
func (ListTagsForResourceOutput) GoString ¶
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation
func (*ListTagsForResourceOutput) SetTags ¶
func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (ListTagsForResourceOutput) String ¶
func (s ListTagsForResourceOutput) String() string
String returns the string representation
type LoadBalancerState ¶
type LoadBalancerState struct { // The state code. The initial state of the load balancer is provisioning. // // After the load balancer is fully set up and ready to route traffic, its state // is active. // // If the load balancer could not be set up, its state is failed. Code *string `type:"string"` // A description of the state. Reason *string `type:"string"` // contains filtered or unexported fields }
Information about the state of the load balancer.
func (LoadBalancerState) GoString ¶
func (s LoadBalancerState) GoString() string
GoString returns the string representation
func (*LoadBalancerState) SetCode ¶
func (s *LoadBalancerState) SetCode(v string) *LoadBalancerState
SetCode sets the Code field's value.
func (*LoadBalancerState) SetReason ¶
func (s *LoadBalancerState) SetReason(v string) *LoadBalancerState
SetReason sets the Reason field's value.
func (LoadBalancerState) String ¶
func (s LoadBalancerState) String() string
String returns the string representation
type Malware ¶
type Malware struct { // The name of the malware that was observed. // // Name is a required field Name *string `type:"string" required:"true"` // The file system path of the malware that was observed. Path *string `type:"string"` // The state of the malware that was observed. State *string `type:"string" enum:"MalwareState"` // The type of the malware that was observed. Type *string `type:"string" enum:"MalwareType"` // contains filtered or unexported fields }
A list of malware related to a finding.
type MapFilter ¶
type MapFilter struct { // The condition to apply to a key value when querying for findings with a map // filter. Comparison *string `type:"string" enum:"MapFilterComparison"` // The key of the map filter. Key *string `type:"string"` // The value for the key in the map filter. Value *string `type:"string"` // contains filtered or unexported fields }
The map filter for querying findings.
func (*MapFilter) SetComparison ¶
SetComparison sets the Comparison field's value.
type Member ¶
type Member struct { // The AWS account ID of the member account. AccountId *string `type:"string"` // The email address of the member account. Email *string `type:"string"` // A timestamp for the date and time when the invitation was sent to the member // account. InvitedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The AWS account ID of the Security Hub master account associated with this // member account. MasterId *string `type:"string"` // The status of the relationship between the member account and its master // account. MemberStatus *string `type:"string"` // The timestamp for the date and time when the member account was updated. UpdatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` // contains filtered or unexported fields }
The details about a member account.
func (*Member) SetAccountId ¶
SetAccountId sets the AccountId field's value.
func (*Member) SetInvitedAt ¶
SetInvitedAt sets the InvitedAt field's value.
func (*Member) SetMasterId ¶
SetMasterId sets the MasterId field's value.
func (*Member) SetMemberStatus ¶
SetMemberStatus sets the MemberStatus field's value.
func (*Member) SetUpdatedAt ¶
SetUpdatedAt sets the UpdatedAt field's value.
type Network ¶
type Network struct { // The destination domain of network-related information about a finding. DestinationDomain *string `type:"string"` // The destination IPv4 address of network-related information about a finding. DestinationIpV4 *string `type:"string"` // The destination IPv6 address of network-related information about a finding. DestinationIpV6 *string `type:"string"` // The destination port of network-related information about a finding. DestinationPort *int64 `type:"integer"` // The direction of network traffic associated with a finding. Direction *string `type:"string" enum:"NetworkDirection"` // The protocol of network-related information about a finding. Protocol *string `type:"string"` // The source domain of network-related information about a finding. SourceDomain *string `type:"string"` // The source IPv4 address of network-related information about a finding. SourceIpV4 *string `type:"string"` // The source IPv6 address of network-related information about a finding. SourceIpV6 *string `type:"string"` // The source media access control (MAC) address of network-related information // about a finding. SourceMac *string `type:"string"` // The source port of network-related information about a finding. SourcePort *int64 `type:"integer"` // contains filtered or unexported fields }
The details of network-related information about a finding.
func (*Network) SetDestinationDomain ¶
SetDestinationDomain sets the DestinationDomain field's value.
func (*Network) SetDestinationIpV4 ¶
SetDestinationIpV4 sets the DestinationIpV4 field's value.
func (*Network) SetDestinationIpV6 ¶
SetDestinationIpV6 sets the DestinationIpV6 field's value.
func (*Network) SetDestinationPort ¶
SetDestinationPort sets the DestinationPort field's value.
func (*Network) SetDirection ¶
SetDirection sets the Direction field's value.
func (*Network) SetProtocol ¶
SetProtocol sets the Protocol field's value.
func (*Network) SetSourceDomain ¶
SetSourceDomain sets the SourceDomain field's value.
func (*Network) SetSourceIpV4 ¶
SetSourceIpV4 sets the SourceIpV4 field's value.
func (*Network) SetSourceIpV6 ¶
SetSourceIpV6 sets the SourceIpV6 field's value.
func (*Network) SetSourceMac ¶
SetSourceMac sets the SourceMac field's value.
func (*Network) SetSourcePort ¶
SetSourcePort sets the SourcePort field's value.
type Note ¶
type Note struct { // The text of a note. // // Text is a required field Text *string `type:"string" required:"true"` // The timestamp of when the note was updated. // // UpdatedAt is a required field UpdatedAt *string `type:"string" required:"true"` // The principal that created a note. // // UpdatedBy is a required field UpdatedBy *string `type:"string" required:"true"` // contains filtered or unexported fields }
A user-defined note added to a finding.
func (*Note) SetUpdatedAt ¶
SetUpdatedAt sets the UpdatedAt field's value.
func (*Note) SetUpdatedBy ¶
SetUpdatedBy sets the UpdatedBy field's value.
type NoteUpdate ¶
type NoteUpdate struct { // The updated note text. // // Text is a required field Text *string `type:"string" required:"true"` // The principal that updated the note. // // UpdatedBy is a required field UpdatedBy *string `type:"string" required:"true"` // contains filtered or unexported fields }
The updated note.
func (NoteUpdate) GoString ¶
func (s NoteUpdate) GoString() string
GoString returns the string representation
func (*NoteUpdate) SetText ¶
func (s *NoteUpdate) SetText(v string) *NoteUpdate
SetText sets the Text field's value.
func (*NoteUpdate) SetUpdatedBy ¶
func (s *NoteUpdate) SetUpdatedBy(v string) *NoteUpdate
SetUpdatedBy sets the UpdatedBy field's value.
func (NoteUpdate) String ¶
func (s NoteUpdate) String() string
String returns the string representation
func (*NoteUpdate) Validate ¶
func (s *NoteUpdate) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type NumberFilter ¶
type NumberFilter struct { // The equal-to condition to be applied to a single field when querying for // findings. Eq *float64 `type:"double"` // The greater-than-equal condition to be applied to a single field when querying // for findings. Gte *float64 `type:"double"` // The less-than-equal condition to be applied to a single field when querying // for findings. Lte *float64 `type:"double"` // contains filtered or unexported fields }
A number filter for querying findings.
func (NumberFilter) GoString ¶
func (s NumberFilter) GoString() string
GoString returns the string representation
func (*NumberFilter) SetEq ¶
func (s *NumberFilter) SetEq(v float64) *NumberFilter
SetEq sets the Eq field's value.
func (*NumberFilter) SetGte ¶
func (s *NumberFilter) SetGte(v float64) *NumberFilter
SetGte sets the Gte field's value.
func (*NumberFilter) SetLte ¶
func (s *NumberFilter) SetLte(v float64) *NumberFilter
SetLte sets the Lte field's value.
func (NumberFilter) String ¶
func (s NumberFilter) String() string
String returns the string representation
type ProcessDetails ¶
type ProcessDetails struct { // The date/time that the process was launched. LaunchedAt *string `type:"string"` // The name of the process. Name *string `type:"string"` // The parent process ID. ParentPid *int64 `type:"integer"` // The path to the process executable. Path *string `type:"string"` // The process ID. Pid *int64 `type:"integer"` // The date and time when the process was terminated. TerminatedAt *string `type:"string"` // contains filtered or unexported fields }
The details of process-related information about a finding.
func (ProcessDetails) GoString ¶
func (s ProcessDetails) GoString() string
GoString returns the string representation
func (*ProcessDetails) SetLaunchedAt ¶
func (s *ProcessDetails) SetLaunchedAt(v string) *ProcessDetails
SetLaunchedAt sets the LaunchedAt field's value.
func (*ProcessDetails) SetName ¶
func (s *ProcessDetails) SetName(v string) *ProcessDetails
SetName sets the Name field's value.
func (*ProcessDetails) SetParentPid ¶
func (s *ProcessDetails) SetParentPid(v int64) *ProcessDetails
SetParentPid sets the ParentPid field's value.
func (*ProcessDetails) SetPath ¶
func (s *ProcessDetails) SetPath(v string) *ProcessDetails
SetPath sets the Path field's value.
func (*ProcessDetails) SetPid ¶
func (s *ProcessDetails) SetPid(v int64) *ProcessDetails
SetPid sets the Pid field's value.
func (*ProcessDetails) SetTerminatedAt ¶
func (s *ProcessDetails) SetTerminatedAt(v string) *ProcessDetails
SetTerminatedAt sets the TerminatedAt field's value.
func (ProcessDetails) String ¶
func (s ProcessDetails) String() string
String returns the string representation
type Product ¶
type Product struct { // The URL used to activate the product. ActivationUrl *string `type:"string"` // The categories assigned to the product. Categories []*string `type:"list"` // The name of the company that provides the product. CompanyName *string `type:"string"` // A description of the product. Description *string `type:"string"` // The types of integration that the product supports. Available values are // the following. // // * SEND_FINDINGS_TO_SECURITY_HUB - Indicates that the integration sends // findings to Security Hub. // // * RECEIVE_FINDINGS_FROM_SECURITY_HUB - Indicates that the integration // receives findings from Security Hub. IntegrationTypes []*string `type:"list"` // The URL for the page that contains more information about the product. MarketplaceUrl *string `type:"string"` // The ARN assigned to the product. // // ProductArn is a required field ProductArn *string `type:"string" required:"true"` // The name of the product. ProductName *string `type:"string"` // The resource policy associated with the product. ProductSubscriptionResourcePolicy *string `type:"string"` // contains filtered or unexported fields }
Contains details about a product.
func (*Product) SetActivationUrl ¶
SetActivationUrl sets the ActivationUrl field's value.
func (*Product) SetCategories ¶
SetCategories sets the Categories field's value.
func (*Product) SetCompanyName ¶
SetCompanyName sets the CompanyName field's value.
func (*Product) SetDescription ¶
SetDescription sets the Description field's value.
func (*Product) SetIntegrationTypes ¶
SetIntegrationTypes sets the IntegrationTypes field's value.
func (*Product) SetMarketplaceUrl ¶
SetMarketplaceUrl sets the MarketplaceUrl field's value.
func (*Product) SetProductArn ¶
SetProductArn sets the ProductArn field's value.
func (*Product) SetProductName ¶
SetProductName sets the ProductName field's value.
func (*Product) SetProductSubscriptionResourcePolicy ¶
SetProductSubscriptionResourcePolicy sets the ProductSubscriptionResourcePolicy field's value.
type Recommendation ¶
type Recommendation struct { // Describes the recommended steps to take to remediate an issue identified // in a finding. Text *string `type:"string"` // A URL to a page or site that contains information about how to remediate // a finding. Url *string `type:"string"` // contains filtered or unexported fields }
A recommendation on how to remediate the issue identified in a finding.
func (Recommendation) GoString ¶
func (s Recommendation) GoString() string
GoString returns the string representation
func (*Recommendation) SetText ¶
func (s *Recommendation) SetText(v string) *Recommendation
SetText sets the Text field's value.
func (*Recommendation) SetUrl ¶
func (s *Recommendation) SetUrl(v string) *Recommendation
SetUrl sets the Url field's value.
func (Recommendation) String ¶
func (s Recommendation) String() string
String returns the string representation
type RelatedFinding ¶
type RelatedFinding struct { // The product-generated identifier for a related finding. // // Id is a required field Id *string `type:"string" required:"true"` // The ARN of the product that generated a related finding. // // ProductArn is a required field ProductArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Details about a related finding.
func (RelatedFinding) GoString ¶
func (s RelatedFinding) GoString() string
GoString returns the string representation
func (*RelatedFinding) SetId ¶
func (s *RelatedFinding) SetId(v string) *RelatedFinding
SetId sets the Id field's value.
func (*RelatedFinding) SetProductArn ¶
func (s *RelatedFinding) SetProductArn(v string) *RelatedFinding
SetProductArn sets the ProductArn field's value.
func (RelatedFinding) String ¶
func (s RelatedFinding) String() string
String returns the string representation
func (*RelatedFinding) Validate ¶
func (s *RelatedFinding) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Remediation ¶
type Remediation struct { // A recommendation on the steps to take to remediate the issue identified by // a finding. Recommendation *Recommendation `type:"structure"` // contains filtered or unexported fields }
Details about the remediation steps for a finding.
func (Remediation) GoString ¶
func (s Remediation) GoString() string
GoString returns the string representation
func (*Remediation) SetRecommendation ¶
func (s *Remediation) SetRecommendation(v *Recommendation) *Remediation
SetRecommendation sets the Recommendation field's value.
func (Remediation) String ¶
func (s Remediation) String() string
String returns the string representation
type Resource ¶
type Resource struct { // Additional details about the resource related to a finding. Details *ResourceDetails `type:"structure"` // The canonical identifier for the given resource type. // // Id is a required field Id *string `type:"string" required:"true"` // The canonical AWS partition name that the Region is assigned to. Partition *string `type:"string" enum:"Partition"` // The canonical AWS external Region name where this resource is located. Region *string `type:"string"` // A list of AWS tags associated with a resource at the time the finding was // processed. Tags map[string]*string `type:"map"` // The type of the resource that details are provided for. If possible, set // Type to one of the supported resource types. For example, if the resource // is an EC2 instance, then set Type to AwsEc2Instance. // // If the resource does not match any of the provided types, then set Type to // Other. // // Type is a required field Type *string `type:"string" required:"true"` // contains filtered or unexported fields }
A resource related to a finding.
func (*Resource) SetDetails ¶
func (s *Resource) SetDetails(v *ResourceDetails) *Resource
SetDetails sets the Details field's value.
func (*Resource) SetPartition ¶
SetPartition sets the Partition field's value.
type ResourceConflictException ¶
type ResourceConflictException struct { Code_ *string `locationName:"Code" type:"string"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The resource specified in the request conflicts with an existing resource.
func (ResourceConflictException) Code ¶
func (s ResourceConflictException) Code() string
Code returns the exception type name.
func (ResourceConflictException) Error ¶
func (s ResourceConflictException) Error() string
func (ResourceConflictException) GoString ¶
func (s ResourceConflictException) GoString() string
GoString returns the string representation
func (ResourceConflictException) Message ¶
func (s ResourceConflictException) Message() string
Message returns the exception's message.
func (ResourceConflictException) OrigErr ¶
func (s ResourceConflictException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (ResourceConflictException) RequestID ¶
func (s ResourceConflictException) RequestID() string
RequestID returns the service's response RequestID for request.
func (ResourceConflictException) StatusCode ¶
func (s ResourceConflictException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceConflictException) String ¶
func (s ResourceConflictException) String() string
String returns the string representation
type ResourceDetails ¶
type ResourceDetails struct { // Details about a CloudFront distribution. AwsCloudFrontDistribution *AwsCloudFrontDistributionDetails `type:"structure"` // Details for an AWS CodeBuild project. AwsCodeBuildProject *AwsCodeBuildProjectDetails `type:"structure"` // Details about an Amazon EC2 instance related to a finding. AwsEc2Instance *AwsEc2InstanceDetails `type:"structure"` // Details for an AWS EC2 network interface. AwsEc2NetworkInterface *AwsEc2NetworkInterfaceDetails `type:"structure"` // Details for an EC2 security group. AwsEc2SecurityGroup *AwsEc2SecurityGroupDetails `type:"structure"` // Details for an Elasticsearch domain. AwsElasticsearchDomain *AwsElasticsearchDomainDetails `type:"structure"` // Details about a load balancer. AwsElbv2LoadBalancer *AwsElbv2LoadBalancerDetails `type:"structure"` // Details about an IAM access key related to a finding. AwsIamAccessKey *AwsIamAccessKeyDetails `type:"structure"` // Details about an IAM role. AwsIamRole *AwsIamRoleDetails `type:"structure"` // Details about a KMS key. AwsKmsKey *AwsKmsKeyDetails `type:"structure"` // Details about a Lambda function. AwsLambdaFunction *AwsLambdaFunctionDetails `type:"structure"` // Details for a Lambda layer version. AwsLambdaLayerVersion *AwsLambdaLayerVersionDetails `type:"structure"` // Details for an RDS database instance. AwsRdsDbInstance *AwsRdsDbInstanceDetails `type:"structure"` // Details about an Amazon S3 Bucket related to a finding. AwsS3Bucket *AwsS3BucketDetails `type:"structure"` // Details about an Amazon S3 object related to a finding. AwsS3Object *AwsS3ObjectDetails `type:"structure"` // Details about an SNS topic. AwsSnsTopic *AwsSnsTopicDetails `type:"structure"` // Details about an SQS queue. AwsSqsQueue *AwsSqsQueueDetails `type:"structure"` // Details for a WAF WebACL. AwsWafWebAcl *AwsWafWebAclDetails `type:"structure"` // Details about a container resource related to a finding. Container *ContainerDetails `type:"structure"` // Details about a resource that are not available in a type-specific details // object. Use the Other object in the following cases. // // * The type-specific object does not contain all of the fields that you // want to populate. In this case, first use the type-specific object to // populate those fields. Use the Other object to populate the fields that // are missing from the type-specific object. // // * The resource type does not have a corresponding object. This includes // resources for which the type is Other. Other map[string]*string `type:"map"` // contains filtered or unexported fields }
Additional details about a resource related to a finding.
To provide the details, use the object that corresponds to the resource type. For example, if the resource type is AwsEc2Instance, then you use the AwsEc2Instance object to provide the details.
If the type-specific object does not contain all of the fields you want to populate, then you use the Other object to populate those additional fields.
You also use the Other object to populate the details when the selected type does not have a corresponding object.
func (ResourceDetails) GoString ¶
func (s ResourceDetails) GoString() string
GoString returns the string representation
func (*ResourceDetails) SetAwsCloudFrontDistribution ¶
func (s *ResourceDetails) SetAwsCloudFrontDistribution(v *AwsCloudFrontDistributionDetails) *ResourceDetails
SetAwsCloudFrontDistribution sets the AwsCloudFrontDistribution field's value.
func (*ResourceDetails) SetAwsCodeBuildProject ¶
func (s *ResourceDetails) SetAwsCodeBuildProject(v *AwsCodeBuildProjectDetails) *ResourceDetails
SetAwsCodeBuildProject sets the AwsCodeBuildProject field's value.
func (*ResourceDetails) SetAwsEc2Instance ¶
func (s *ResourceDetails) SetAwsEc2Instance(v *AwsEc2InstanceDetails) *ResourceDetails
SetAwsEc2Instance sets the AwsEc2Instance field's value.
func (*ResourceDetails) SetAwsEc2NetworkInterface ¶
func (s *ResourceDetails) SetAwsEc2NetworkInterface(v *AwsEc2NetworkInterfaceDetails) *ResourceDetails
SetAwsEc2NetworkInterface sets the AwsEc2NetworkInterface field's value.
func (*ResourceDetails) SetAwsEc2SecurityGroup ¶
func (s *ResourceDetails) SetAwsEc2SecurityGroup(v *AwsEc2SecurityGroupDetails) *ResourceDetails
SetAwsEc2SecurityGroup sets the AwsEc2SecurityGroup field's value.
func (*ResourceDetails) SetAwsElasticsearchDomain ¶
func (s *ResourceDetails) SetAwsElasticsearchDomain(v *AwsElasticsearchDomainDetails) *ResourceDetails
SetAwsElasticsearchDomain sets the AwsElasticsearchDomain field's value.
func (*ResourceDetails) SetAwsElbv2LoadBalancer ¶
func (s *ResourceDetails) SetAwsElbv2LoadBalancer(v *AwsElbv2LoadBalancerDetails) *ResourceDetails
SetAwsElbv2LoadBalancer sets the AwsElbv2LoadBalancer field's value.
func (*ResourceDetails) SetAwsIamAccessKey ¶
func (s *ResourceDetails) SetAwsIamAccessKey(v *AwsIamAccessKeyDetails) *ResourceDetails
SetAwsIamAccessKey sets the AwsIamAccessKey field's value.
func (*ResourceDetails) SetAwsIamRole ¶
func (s *ResourceDetails) SetAwsIamRole(v *AwsIamRoleDetails) *ResourceDetails
SetAwsIamRole sets the AwsIamRole field's value.
func (*ResourceDetails) SetAwsKmsKey ¶
func (s *ResourceDetails) SetAwsKmsKey(v *AwsKmsKeyDetails) *ResourceDetails
SetAwsKmsKey sets the AwsKmsKey field's value.
func (*ResourceDetails) SetAwsLambdaFunction ¶
func (s *ResourceDetails) SetAwsLambdaFunction(v *AwsLambdaFunctionDetails) *ResourceDetails
SetAwsLambdaFunction sets the AwsLambdaFunction field's value.
func (*ResourceDetails) SetAwsLambdaLayerVersion ¶
func (s *ResourceDetails) SetAwsLambdaLayerVersion(v *AwsLambdaLayerVersionDetails) *ResourceDetails
SetAwsLambdaLayerVersion sets the AwsLambdaLayerVersion field's value.
func (*ResourceDetails) SetAwsRdsDbInstance ¶
func (s *ResourceDetails) SetAwsRdsDbInstance(v *AwsRdsDbInstanceDetails) *ResourceDetails
SetAwsRdsDbInstance sets the AwsRdsDbInstance field's value.
func (*ResourceDetails) SetAwsS3Bucket ¶
func (s *ResourceDetails) SetAwsS3Bucket(v *AwsS3BucketDetails) *ResourceDetails
SetAwsS3Bucket sets the AwsS3Bucket field's value.
func (*ResourceDetails) SetAwsS3Object ¶
func (s *ResourceDetails) SetAwsS3Object(v *AwsS3ObjectDetails) *ResourceDetails
SetAwsS3Object sets the AwsS3Object field's value.
func (*ResourceDetails) SetAwsSnsTopic ¶
func (s *ResourceDetails) SetAwsSnsTopic(v *AwsSnsTopicDetails) *ResourceDetails
SetAwsSnsTopic sets the AwsSnsTopic field's value.
func (*ResourceDetails) SetAwsSqsQueue ¶
func (s *ResourceDetails) SetAwsSqsQueue(v *AwsSqsQueueDetails) *ResourceDetails
SetAwsSqsQueue sets the AwsSqsQueue field's value.
func (*ResourceDetails) SetAwsWafWebAcl ¶
func (s *ResourceDetails) SetAwsWafWebAcl(v *AwsWafWebAclDetails) *ResourceDetails
SetAwsWafWebAcl sets the AwsWafWebAcl field's value.
func (*ResourceDetails) SetContainer ¶
func (s *ResourceDetails) SetContainer(v *ContainerDetails) *ResourceDetails
SetContainer sets the Container field's value.
func (*ResourceDetails) SetOther ¶
func (s *ResourceDetails) SetOther(v map[string]*string) *ResourceDetails
SetOther sets the Other field's value.
func (ResourceDetails) String ¶
func (s ResourceDetails) String() string
String returns the string representation
func (*ResourceDetails) Validate ¶
func (s *ResourceDetails) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResourceNotFoundException ¶
type ResourceNotFoundException struct { Code_ *string `locationName:"Code" type:"string"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The request was rejected because we can't find the specified resource.
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
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
type Result ¶
type Result struct { // An AWS account ID of the account that was not processed. AccountId *string `type:"string"` // The reason that the account was not processed. ProcessingResult *string `type:"string"` // contains filtered or unexported fields }
Details about the account that was not processed.
func (*Result) SetAccountId ¶
SetAccountId sets the AccountId field's value.
func (*Result) SetProcessingResult ¶
SetProcessingResult sets the ProcessingResult field's value.
type SecurityHub ¶
SecurityHub provides the API operation methods for making requests to AWS SecurityHub. See this package's package overview docs for details on the service.
SecurityHub 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) *SecurityHub
New creates a new instance of the SecurityHub 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 SecurityHub client from just a session. svc := securityhub.New(mySession) // Create a SecurityHub client with additional configuration svc := securityhub.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*SecurityHub) AcceptInvitation ¶
func (c *SecurityHub) AcceptInvitation(input *AcceptInvitationInput) (*AcceptInvitationOutput, error)
AcceptInvitation API operation for AWS SecurityHub.
Accepts the invitation to be a member account and be monitored by the Security Hub master account that the invitation was sent from.
When the member account accepts the invitation, permission is granted to the master account to view findings generated in the member 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 AWS SecurityHub's API operation AcceptInvitation for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AcceptInvitation
func (*SecurityHub) AcceptInvitationRequest ¶
func (c *SecurityHub) AcceptInvitationRequest(input *AcceptInvitationInput) (req *request.Request, output *AcceptInvitationOutput)
AcceptInvitationRequest generates a "aws/request.Request" representing the client's request for the AcceptInvitation 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 AcceptInvitation for more information on using the AcceptInvitation 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 AcceptInvitationRequest method. req, resp := client.AcceptInvitationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AcceptInvitation
func (*SecurityHub) AcceptInvitationWithContext ¶
func (c *SecurityHub) AcceptInvitationWithContext(ctx aws.Context, input *AcceptInvitationInput, opts ...request.Option) (*AcceptInvitationOutput, error)
AcceptInvitationWithContext is the same as AcceptInvitation with the addition of the ability to pass a context and additional request options.
See AcceptInvitation 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 (*SecurityHub) BatchDisableStandards ¶
func (c *SecurityHub) BatchDisableStandards(input *BatchDisableStandardsInput) (*BatchDisableStandardsOutput, error)
BatchDisableStandards API operation for AWS SecurityHub.
Disables the standards specified by the provided StandardsSubscriptionArns.
For more information, see Security Standards (https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards.html) section of the AWS Security Hub 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 AWS SecurityHub's API operation BatchDisableStandards for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/BatchDisableStandards
func (*SecurityHub) BatchDisableStandardsRequest ¶
func (c *SecurityHub) BatchDisableStandardsRequest(input *BatchDisableStandardsInput) (req *request.Request, output *BatchDisableStandardsOutput)
BatchDisableStandardsRequest generates a "aws/request.Request" representing the client's request for the BatchDisableStandards 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 BatchDisableStandards for more information on using the BatchDisableStandards 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 BatchDisableStandardsRequest method. req, resp := client.BatchDisableStandardsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/BatchDisableStandards
func (*SecurityHub) BatchDisableStandardsWithContext ¶
func (c *SecurityHub) BatchDisableStandardsWithContext(ctx aws.Context, input *BatchDisableStandardsInput, opts ...request.Option) (*BatchDisableStandardsOutput, error)
BatchDisableStandardsWithContext is the same as BatchDisableStandards with the addition of the ability to pass a context and additional request options.
See BatchDisableStandards 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 (*SecurityHub) BatchEnableStandards ¶
func (c *SecurityHub) BatchEnableStandards(input *BatchEnableStandardsInput) (*BatchEnableStandardsOutput, error)
BatchEnableStandards API operation for AWS SecurityHub.
Enables the standards specified by the provided StandardsArn. To obtain the ARN for a standard, use the DescribeStandards operation.
For more information, see the Security Standards (https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards.html) section of the AWS Security Hub 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 AWS SecurityHub's API operation BatchEnableStandards for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/BatchEnableStandards
func (*SecurityHub) BatchEnableStandardsRequest ¶
func (c *SecurityHub) BatchEnableStandardsRequest(input *BatchEnableStandardsInput) (req *request.Request, output *BatchEnableStandardsOutput)
BatchEnableStandardsRequest generates a "aws/request.Request" representing the client's request for the BatchEnableStandards 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 BatchEnableStandards for more information on using the BatchEnableStandards 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 BatchEnableStandardsRequest method. req, resp := client.BatchEnableStandardsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/BatchEnableStandards
func (*SecurityHub) BatchEnableStandardsWithContext ¶
func (c *SecurityHub) BatchEnableStandardsWithContext(ctx aws.Context, input *BatchEnableStandardsInput, opts ...request.Option) (*BatchEnableStandardsOutput, error)
BatchEnableStandardsWithContext is the same as BatchEnableStandards with the addition of the ability to pass a context and additional request options.
See BatchEnableStandards 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 (*SecurityHub) BatchImportFindings ¶
func (c *SecurityHub) BatchImportFindings(input *BatchImportFindingsInput) (*BatchImportFindingsOutput, error)
BatchImportFindings API operation for AWS SecurityHub.
Imports security findings generated from an integrated third-party product into Security Hub. This action is requested by the integrated product to import its findings into Security Hub.
The maximum allowed size for a finding is 240 Kb. An error is returned for any finding larger than 240 Kb.
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 AWS SecurityHub's API operation BatchImportFindings for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/BatchImportFindings
func (*SecurityHub) BatchImportFindingsRequest ¶
func (c *SecurityHub) BatchImportFindingsRequest(input *BatchImportFindingsInput) (req *request.Request, output *BatchImportFindingsOutput)
BatchImportFindingsRequest generates a "aws/request.Request" representing the client's request for the BatchImportFindings 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 BatchImportFindings for more information on using the BatchImportFindings 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 BatchImportFindingsRequest method. req, resp := client.BatchImportFindingsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/BatchImportFindings
func (*SecurityHub) BatchImportFindingsWithContext ¶
func (c *SecurityHub) BatchImportFindingsWithContext(ctx aws.Context, input *BatchImportFindingsInput, opts ...request.Option) (*BatchImportFindingsOutput, error)
BatchImportFindingsWithContext is the same as BatchImportFindings with the addition of the ability to pass a context and additional request options.
See BatchImportFindings 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 (*SecurityHub) CreateActionTarget ¶
func (c *SecurityHub) CreateActionTarget(input *CreateActionTargetInput) (*CreateActionTargetOutput, error)
CreateActionTarget API operation for AWS SecurityHub.
Creates a custom action target in Security Hub.
You can use custom actions on findings and insights in Security Hub to trigger target actions in Amazon CloudWatch Events.
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 AWS SecurityHub's API operation CreateActionTarget for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
ResourceConflictException The resource specified in the request conflicts with an existing resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/CreateActionTarget
func (*SecurityHub) CreateActionTargetRequest ¶
func (c *SecurityHub) CreateActionTargetRequest(input *CreateActionTargetInput) (req *request.Request, output *CreateActionTargetOutput)
CreateActionTargetRequest generates a "aws/request.Request" representing the client's request for the CreateActionTarget 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 CreateActionTarget for more information on using the CreateActionTarget 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 CreateActionTargetRequest method. req, resp := client.CreateActionTargetRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/CreateActionTarget
func (*SecurityHub) CreateActionTargetWithContext ¶
func (c *SecurityHub) CreateActionTargetWithContext(ctx aws.Context, input *CreateActionTargetInput, opts ...request.Option) (*CreateActionTargetOutput, error)
CreateActionTargetWithContext is the same as CreateActionTarget with the addition of the ability to pass a context and additional request options.
See CreateActionTarget 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 (*SecurityHub) CreateInsight ¶
func (c *SecurityHub) CreateInsight(input *CreateInsightInput) (*CreateInsightOutput, error)
CreateInsight API operation for AWS SecurityHub.
Creates a custom insight in Security Hub. An insight is a consolidation of findings that relate to a security issue that requires attention or remediation.
To group the related findings in the insight, use the GroupByAttribute.
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 AWS SecurityHub's API operation CreateInsight for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
ResourceConflictException The resource specified in the request conflicts with an existing resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/CreateInsight
func (*SecurityHub) CreateInsightRequest ¶
func (c *SecurityHub) CreateInsightRequest(input *CreateInsightInput) (req *request.Request, output *CreateInsightOutput)
CreateInsightRequest generates a "aws/request.Request" representing the client's request for the CreateInsight 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 CreateInsight for more information on using the CreateInsight 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 CreateInsightRequest method. req, resp := client.CreateInsightRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/CreateInsight
func (*SecurityHub) CreateInsightWithContext ¶
func (c *SecurityHub) CreateInsightWithContext(ctx aws.Context, input *CreateInsightInput, opts ...request.Option) (*CreateInsightOutput, error)
CreateInsightWithContext is the same as CreateInsight with the addition of the ability to pass a context and additional request options.
See CreateInsight 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 (*SecurityHub) CreateMembers ¶
func (c *SecurityHub) CreateMembers(input *CreateMembersInput) (*CreateMembersOutput, error)
CreateMembers API operation for AWS SecurityHub.
Creates a member association in Security Hub between the specified accounts and the account used to make the request, which is the master account. To successfully create a member, you must use this action from an account that already has Security Hub enabled. To enable Security Hub, you can use the EnableSecurityHub operation.
After you use CreateMembers to create member account associations in Security Hub, you must use the InviteMembers operation to invite the accounts to enable Security Hub and become member accounts in Security Hub.
If the account owner accepts the invitation, the account becomes a member account in Security Hub, and a permission policy is added that permits the master account to view the findings generated in the member account. When Security Hub is enabled in the invited account, findings start to be sent to both the member and master accounts.
To remove the association between the master and member accounts, use the DisassociateFromMasterAccount or DisassociateMembers operation.
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 AWS SecurityHub's API operation CreateMembers for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
ResourceConflictException The resource specified in the request conflicts with an existing resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/CreateMembers
func (*SecurityHub) CreateMembersRequest ¶
func (c *SecurityHub) CreateMembersRequest(input *CreateMembersInput) (req *request.Request, output *CreateMembersOutput)
CreateMembersRequest generates a "aws/request.Request" representing the client's request for the CreateMembers 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 CreateMembers for more information on using the CreateMembers 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 CreateMembersRequest method. req, resp := client.CreateMembersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/CreateMembers
func (*SecurityHub) CreateMembersWithContext ¶
func (c *SecurityHub) CreateMembersWithContext(ctx aws.Context, input *CreateMembersInput, opts ...request.Option) (*CreateMembersOutput, error)
CreateMembersWithContext is the same as CreateMembers with the addition of the ability to pass a context and additional request options.
See CreateMembers 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 (*SecurityHub) DeclineInvitations ¶
func (c *SecurityHub) DeclineInvitations(input *DeclineInvitationsInput) (*DeclineInvitationsOutput, error)
DeclineInvitations API operation for AWS SecurityHub.
Declines invitations to become a member 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 AWS SecurityHub's API operation DeclineInvitations for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DeclineInvitations
func (*SecurityHub) DeclineInvitationsRequest ¶
func (c *SecurityHub) DeclineInvitationsRequest(input *DeclineInvitationsInput) (req *request.Request, output *DeclineInvitationsOutput)
DeclineInvitationsRequest generates a "aws/request.Request" representing the client's request for the DeclineInvitations 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 DeclineInvitations for more information on using the DeclineInvitations 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 DeclineInvitationsRequest method. req, resp := client.DeclineInvitationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DeclineInvitations
func (*SecurityHub) DeclineInvitationsWithContext ¶
func (c *SecurityHub) DeclineInvitationsWithContext(ctx aws.Context, input *DeclineInvitationsInput, opts ...request.Option) (*DeclineInvitationsOutput, error)
DeclineInvitationsWithContext is the same as DeclineInvitations with the addition of the ability to pass a context and additional request options.
See DeclineInvitations 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 (*SecurityHub) DeleteActionTarget ¶
func (c *SecurityHub) DeleteActionTarget(input *DeleteActionTargetInput) (*DeleteActionTargetOutput, error)
DeleteActionTarget API operation for AWS SecurityHub.
Deletes a custom action target from Security Hub.
Deleting a custom action target does not affect any findings or insights that were already sent to Amazon CloudWatch Events using the custom action.
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 AWS SecurityHub's API operation DeleteActionTarget for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DeleteActionTarget
func (*SecurityHub) DeleteActionTargetRequest ¶
func (c *SecurityHub) DeleteActionTargetRequest(input *DeleteActionTargetInput) (req *request.Request, output *DeleteActionTargetOutput)
DeleteActionTargetRequest generates a "aws/request.Request" representing the client's request for the DeleteActionTarget 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 DeleteActionTarget for more information on using the DeleteActionTarget 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 DeleteActionTargetRequest method. req, resp := client.DeleteActionTargetRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DeleteActionTarget
func (*SecurityHub) DeleteActionTargetWithContext ¶
func (c *SecurityHub) DeleteActionTargetWithContext(ctx aws.Context, input *DeleteActionTargetInput, opts ...request.Option) (*DeleteActionTargetOutput, error)
DeleteActionTargetWithContext is the same as DeleteActionTarget with the addition of the ability to pass a context and additional request options.
See DeleteActionTarget 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 (*SecurityHub) DeleteInsight ¶
func (c *SecurityHub) DeleteInsight(input *DeleteInsightInput) (*DeleteInsightOutput, error)
DeleteInsight API operation for AWS SecurityHub.
Deletes the insight specified by the InsightArn.
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 AWS SecurityHub's API operation DeleteInsight for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DeleteInsight
func (*SecurityHub) DeleteInsightRequest ¶
func (c *SecurityHub) DeleteInsightRequest(input *DeleteInsightInput) (req *request.Request, output *DeleteInsightOutput)
DeleteInsightRequest generates a "aws/request.Request" representing the client's request for the DeleteInsight 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 DeleteInsight for more information on using the DeleteInsight 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 DeleteInsightRequest method. req, resp := client.DeleteInsightRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DeleteInsight
func (*SecurityHub) DeleteInsightWithContext ¶
func (c *SecurityHub) DeleteInsightWithContext(ctx aws.Context, input *DeleteInsightInput, opts ...request.Option) (*DeleteInsightOutput, error)
DeleteInsightWithContext is the same as DeleteInsight with the addition of the ability to pass a context and additional request options.
See DeleteInsight 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 (*SecurityHub) DeleteInvitations ¶
func (c *SecurityHub) DeleteInvitations(input *DeleteInvitationsInput) (*DeleteInvitationsOutput, error)
DeleteInvitations API operation for AWS SecurityHub.
Deletes invitations received by the AWS account to become a member 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 AWS SecurityHub's API operation DeleteInvitations for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DeleteInvitations
func (*SecurityHub) DeleteInvitationsRequest ¶
func (c *SecurityHub) DeleteInvitationsRequest(input *DeleteInvitationsInput) (req *request.Request, output *DeleteInvitationsOutput)
DeleteInvitationsRequest generates a "aws/request.Request" representing the client's request for the DeleteInvitations 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 DeleteInvitations for more information on using the DeleteInvitations 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 DeleteInvitationsRequest method. req, resp := client.DeleteInvitationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DeleteInvitations
func (*SecurityHub) DeleteInvitationsWithContext ¶
func (c *SecurityHub) DeleteInvitationsWithContext(ctx aws.Context, input *DeleteInvitationsInput, opts ...request.Option) (*DeleteInvitationsOutput, error)
DeleteInvitationsWithContext is the same as DeleteInvitations with the addition of the ability to pass a context and additional request options.
See DeleteInvitations 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 (*SecurityHub) DeleteMembers ¶
func (c *SecurityHub) DeleteMembers(input *DeleteMembersInput) (*DeleteMembersOutput, error)
DeleteMembers API operation for AWS SecurityHub.
Deletes the specified member accounts from Security Hub.
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 AWS SecurityHub's API operation DeleteMembers for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DeleteMembers
func (*SecurityHub) DeleteMembersRequest ¶
func (c *SecurityHub) DeleteMembersRequest(input *DeleteMembersInput) (req *request.Request, output *DeleteMembersOutput)
DeleteMembersRequest generates a "aws/request.Request" representing the client's request for the DeleteMembers 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 DeleteMembers for more information on using the DeleteMembers 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 DeleteMembersRequest method. req, resp := client.DeleteMembersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DeleteMembers
func (*SecurityHub) DeleteMembersWithContext ¶
func (c *SecurityHub) DeleteMembersWithContext(ctx aws.Context, input *DeleteMembersInput, opts ...request.Option) (*DeleteMembersOutput, error)
DeleteMembersWithContext is the same as DeleteMembers with the addition of the ability to pass a context and additional request options.
See DeleteMembers 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 (*SecurityHub) DescribeActionTargets ¶
func (c *SecurityHub) DescribeActionTargets(input *DescribeActionTargetsInput) (*DescribeActionTargetsOutput, error)
DescribeActionTargets API operation for AWS SecurityHub.
Returns a list of the custom action targets in Security Hub in your 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 AWS SecurityHub's API operation DescribeActionTargets for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DescribeActionTargets
func (*SecurityHub) DescribeActionTargetsPages ¶
func (c *SecurityHub) DescribeActionTargetsPages(input *DescribeActionTargetsInput, fn func(*DescribeActionTargetsOutput, bool) bool) error
DescribeActionTargetsPages iterates over the pages of a DescribeActionTargets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeActionTargets 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 DescribeActionTargets operation. pageNum := 0 err := client.DescribeActionTargetsPages(params, func(page *securityhub.DescribeActionTargetsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SecurityHub) DescribeActionTargetsPagesWithContext ¶
func (c *SecurityHub) DescribeActionTargetsPagesWithContext(ctx aws.Context, input *DescribeActionTargetsInput, fn func(*DescribeActionTargetsOutput, bool) bool, opts ...request.Option) error
DescribeActionTargetsPagesWithContext same as DescribeActionTargetsPages 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 (*SecurityHub) DescribeActionTargetsRequest ¶
func (c *SecurityHub) DescribeActionTargetsRequest(input *DescribeActionTargetsInput) (req *request.Request, output *DescribeActionTargetsOutput)
DescribeActionTargetsRequest generates a "aws/request.Request" representing the client's request for the DescribeActionTargets 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 DescribeActionTargets for more information on using the DescribeActionTargets 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 DescribeActionTargetsRequest method. req, resp := client.DescribeActionTargetsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DescribeActionTargets
func (*SecurityHub) DescribeActionTargetsWithContext ¶
func (c *SecurityHub) DescribeActionTargetsWithContext(ctx aws.Context, input *DescribeActionTargetsInput, opts ...request.Option) (*DescribeActionTargetsOutput, error)
DescribeActionTargetsWithContext is the same as DescribeActionTargets with the addition of the ability to pass a context and additional request options.
See DescribeActionTargets 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 (*SecurityHub) DescribeHub ¶
func (c *SecurityHub) DescribeHub(input *DescribeHubInput) (*DescribeHubOutput, error)
DescribeHub API operation for AWS SecurityHub.
Returns details about the Hub resource in your account, including the HubArn and the time when you enabled Security Hub.
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 AWS SecurityHub's API operation DescribeHub for usage and error information.
Returned Error Types:
InternalException Internal server error.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DescribeHub
func (*SecurityHub) DescribeHubRequest ¶
func (c *SecurityHub) DescribeHubRequest(input *DescribeHubInput) (req *request.Request, output *DescribeHubOutput)
DescribeHubRequest generates a "aws/request.Request" representing the client's request for the DescribeHub 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 DescribeHub for more information on using the DescribeHub 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 DescribeHubRequest method. req, resp := client.DescribeHubRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DescribeHub
func (*SecurityHub) DescribeHubWithContext ¶
func (c *SecurityHub) DescribeHubWithContext(ctx aws.Context, input *DescribeHubInput, opts ...request.Option) (*DescribeHubOutput, error)
DescribeHubWithContext is the same as DescribeHub with the addition of the ability to pass a context and additional request options.
See DescribeHub 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 (*SecurityHub) DescribeProducts ¶
func (c *SecurityHub) DescribeProducts(input *DescribeProductsInput) (*DescribeProductsOutput, error)
DescribeProducts API operation for AWS SecurityHub.
Returns information about the available products that you can subscribe to and integrate with Security Hub in order to consolidate findings.
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 AWS SecurityHub's API operation DescribeProducts for usage and error information.
Returned Error Types:
InternalException Internal server error.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DescribeProducts
func (*SecurityHub) DescribeProductsPages ¶
func (c *SecurityHub) DescribeProductsPages(input *DescribeProductsInput, fn func(*DescribeProductsOutput, bool) bool) error
DescribeProductsPages iterates over the pages of a DescribeProducts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeProducts 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 DescribeProducts operation. pageNum := 0 err := client.DescribeProductsPages(params, func(page *securityhub.DescribeProductsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SecurityHub) DescribeProductsPagesWithContext ¶
func (c *SecurityHub) DescribeProductsPagesWithContext(ctx aws.Context, input *DescribeProductsInput, fn func(*DescribeProductsOutput, bool) bool, opts ...request.Option) error
DescribeProductsPagesWithContext same as DescribeProductsPages 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 (*SecurityHub) DescribeProductsRequest ¶
func (c *SecurityHub) DescribeProductsRequest(input *DescribeProductsInput) (req *request.Request, output *DescribeProductsOutput)
DescribeProductsRequest generates a "aws/request.Request" representing the client's request for the DescribeProducts 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 DescribeProducts for more information on using the DescribeProducts 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 DescribeProductsRequest method. req, resp := client.DescribeProductsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DescribeProducts
func (*SecurityHub) DescribeProductsWithContext ¶
func (c *SecurityHub) DescribeProductsWithContext(ctx aws.Context, input *DescribeProductsInput, opts ...request.Option) (*DescribeProductsOutput, error)
DescribeProductsWithContext is the same as DescribeProducts with the addition of the ability to pass a context and additional request options.
See DescribeProducts 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 (*SecurityHub) DescribeStandards ¶
func (c *SecurityHub) DescribeStandards(input *DescribeStandardsInput) (*DescribeStandardsOutput, error)
DescribeStandards API operation for AWS SecurityHub.
Returns a list of the available standards in Security Hub.
For each standard, the results include the standard ARN, the name, and a description.
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 AWS SecurityHub's API operation DescribeStandards for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DescribeStandards
func (*SecurityHub) DescribeStandardsControls ¶
func (c *SecurityHub) DescribeStandardsControls(input *DescribeStandardsControlsInput) (*DescribeStandardsControlsOutput, error)
DescribeStandardsControls API operation for AWS SecurityHub.
Returns a list of security standards controls.
For each control, the results include information about whether it is currently enabled, the severity, and a link to remediation information.
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 AWS SecurityHub's API operation DescribeStandardsControls for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DescribeStandardsControls
func (*SecurityHub) DescribeStandardsControlsPages ¶
func (c *SecurityHub) DescribeStandardsControlsPages(input *DescribeStandardsControlsInput, fn func(*DescribeStandardsControlsOutput, bool) bool) error
DescribeStandardsControlsPages iterates over the pages of a DescribeStandardsControls operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeStandardsControls 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 DescribeStandardsControls operation. pageNum := 0 err := client.DescribeStandardsControlsPages(params, func(page *securityhub.DescribeStandardsControlsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SecurityHub) DescribeStandardsControlsPagesWithContext ¶
func (c *SecurityHub) DescribeStandardsControlsPagesWithContext(ctx aws.Context, input *DescribeStandardsControlsInput, fn func(*DescribeStandardsControlsOutput, bool) bool, opts ...request.Option) error
DescribeStandardsControlsPagesWithContext same as DescribeStandardsControlsPages 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 (*SecurityHub) DescribeStandardsControlsRequest ¶
func (c *SecurityHub) DescribeStandardsControlsRequest(input *DescribeStandardsControlsInput) (req *request.Request, output *DescribeStandardsControlsOutput)
DescribeStandardsControlsRequest generates a "aws/request.Request" representing the client's request for the DescribeStandardsControls 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 DescribeStandardsControls for more information on using the DescribeStandardsControls 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 DescribeStandardsControlsRequest method. req, resp := client.DescribeStandardsControlsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DescribeStandardsControls
func (*SecurityHub) DescribeStandardsControlsWithContext ¶
func (c *SecurityHub) DescribeStandardsControlsWithContext(ctx aws.Context, input *DescribeStandardsControlsInput, opts ...request.Option) (*DescribeStandardsControlsOutput, error)
DescribeStandardsControlsWithContext is the same as DescribeStandardsControls with the addition of the ability to pass a context and additional request options.
See DescribeStandardsControls 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 (*SecurityHub) DescribeStandardsPages ¶
func (c *SecurityHub) DescribeStandardsPages(input *DescribeStandardsInput, fn func(*DescribeStandardsOutput, bool) bool) error
DescribeStandardsPages iterates over the pages of a DescribeStandards operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeStandards 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 DescribeStandards operation. pageNum := 0 err := client.DescribeStandardsPages(params, func(page *securityhub.DescribeStandardsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SecurityHub) DescribeStandardsPagesWithContext ¶
func (c *SecurityHub) DescribeStandardsPagesWithContext(ctx aws.Context, input *DescribeStandardsInput, fn func(*DescribeStandardsOutput, bool) bool, opts ...request.Option) error
DescribeStandardsPagesWithContext same as DescribeStandardsPages 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 (*SecurityHub) DescribeStandardsRequest ¶
func (c *SecurityHub) DescribeStandardsRequest(input *DescribeStandardsInput) (req *request.Request, output *DescribeStandardsOutput)
DescribeStandardsRequest generates a "aws/request.Request" representing the client's request for the DescribeStandards 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 DescribeStandards for more information on using the DescribeStandards 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 DescribeStandardsRequest method. req, resp := client.DescribeStandardsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DescribeStandards
func (*SecurityHub) DescribeStandardsWithContext ¶
func (c *SecurityHub) DescribeStandardsWithContext(ctx aws.Context, input *DescribeStandardsInput, opts ...request.Option) (*DescribeStandardsOutput, error)
DescribeStandardsWithContext is the same as DescribeStandards with the addition of the ability to pass a context and additional request options.
See DescribeStandards 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 (*SecurityHub) DisableImportFindingsForProduct ¶
func (c *SecurityHub) DisableImportFindingsForProduct(input *DisableImportFindingsForProductInput) (*DisableImportFindingsForProductOutput, error)
DisableImportFindingsForProduct API operation for AWS SecurityHub.
Disables the integration of the specified product with Security Hub. After the integration is disabled, findings from that product are no longer sent to Security Hub.
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 AWS SecurityHub's API operation DisableImportFindingsForProduct for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DisableImportFindingsForProduct
func (*SecurityHub) DisableImportFindingsForProductRequest ¶
func (c *SecurityHub) DisableImportFindingsForProductRequest(input *DisableImportFindingsForProductInput) (req *request.Request, output *DisableImportFindingsForProductOutput)
DisableImportFindingsForProductRequest generates a "aws/request.Request" representing the client's request for the DisableImportFindingsForProduct 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 DisableImportFindingsForProduct for more information on using the DisableImportFindingsForProduct 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 DisableImportFindingsForProductRequest method. req, resp := client.DisableImportFindingsForProductRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DisableImportFindingsForProduct
func (*SecurityHub) DisableImportFindingsForProductWithContext ¶
func (c *SecurityHub) DisableImportFindingsForProductWithContext(ctx aws.Context, input *DisableImportFindingsForProductInput, opts ...request.Option) (*DisableImportFindingsForProductOutput, error)
DisableImportFindingsForProductWithContext is the same as DisableImportFindingsForProduct with the addition of the ability to pass a context and additional request options.
See DisableImportFindingsForProduct 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 (*SecurityHub) DisableSecurityHub ¶
func (c *SecurityHub) DisableSecurityHub(input *DisableSecurityHubInput) (*DisableSecurityHubOutput, error)
DisableSecurityHub API operation for AWS SecurityHub.
Disables Security Hub in your account only in the current Region. To disable Security Hub in all Regions, you must submit one request per Region where you have enabled Security Hub.
When you disable Security Hub for a master account, it doesn't disable Security Hub for any associated member accounts.
When you disable Security Hub, your existing findings and insights and any Security Hub configuration settings are deleted after 90 days and cannot be recovered. Any standards that were enabled are disabled, and your master and member account associations are removed.
If you want to save your existing findings, you must export them before you disable Security Hub.
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 AWS SecurityHub's API operation DisableSecurityHub for usage and error information.
Returned Error Types:
InternalException Internal server error.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DisableSecurityHub
func (*SecurityHub) DisableSecurityHubRequest ¶
func (c *SecurityHub) DisableSecurityHubRequest(input *DisableSecurityHubInput) (req *request.Request, output *DisableSecurityHubOutput)
DisableSecurityHubRequest generates a "aws/request.Request" representing the client's request for the DisableSecurityHub 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 DisableSecurityHub for more information on using the DisableSecurityHub 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 DisableSecurityHubRequest method. req, resp := client.DisableSecurityHubRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DisableSecurityHub
func (*SecurityHub) DisableSecurityHubWithContext ¶
func (c *SecurityHub) DisableSecurityHubWithContext(ctx aws.Context, input *DisableSecurityHubInput, opts ...request.Option) (*DisableSecurityHubOutput, error)
DisableSecurityHubWithContext is the same as DisableSecurityHub with the addition of the ability to pass a context and additional request options.
See DisableSecurityHub 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 (*SecurityHub) DisassociateFromMasterAccount ¶
func (c *SecurityHub) DisassociateFromMasterAccount(input *DisassociateFromMasterAccountInput) (*DisassociateFromMasterAccountOutput, error)
DisassociateFromMasterAccount API operation for AWS SecurityHub.
Disassociates the current Security Hub member account from the associated master 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 AWS SecurityHub's API operation DisassociateFromMasterAccount for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DisassociateFromMasterAccount
func (*SecurityHub) DisassociateFromMasterAccountRequest ¶
func (c *SecurityHub) DisassociateFromMasterAccountRequest(input *DisassociateFromMasterAccountInput) (req *request.Request, output *DisassociateFromMasterAccountOutput)
DisassociateFromMasterAccountRequest generates a "aws/request.Request" representing the client's request for the DisassociateFromMasterAccount 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 DisassociateFromMasterAccount for more information on using the DisassociateFromMasterAccount 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 DisassociateFromMasterAccountRequest method. req, resp := client.DisassociateFromMasterAccountRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DisassociateFromMasterAccount
func (*SecurityHub) DisassociateFromMasterAccountWithContext ¶
func (c *SecurityHub) DisassociateFromMasterAccountWithContext(ctx aws.Context, input *DisassociateFromMasterAccountInput, opts ...request.Option) (*DisassociateFromMasterAccountOutput, error)
DisassociateFromMasterAccountWithContext is the same as DisassociateFromMasterAccount with the addition of the ability to pass a context and additional request options.
See DisassociateFromMasterAccount 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 (*SecurityHub) DisassociateMembers ¶
func (c *SecurityHub) DisassociateMembers(input *DisassociateMembersInput) (*DisassociateMembersOutput, error)
DisassociateMembers API operation for AWS SecurityHub.
Disassociates the specified member accounts from the associated master 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 AWS SecurityHub's API operation DisassociateMembers for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DisassociateMembers
func (*SecurityHub) DisassociateMembersRequest ¶
func (c *SecurityHub) DisassociateMembersRequest(input *DisassociateMembersInput) (req *request.Request, output *DisassociateMembersOutput)
DisassociateMembersRequest generates a "aws/request.Request" representing the client's request for the DisassociateMembers 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 DisassociateMembers for more information on using the DisassociateMembers 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 DisassociateMembersRequest method. req, resp := client.DisassociateMembersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DisassociateMembers
func (*SecurityHub) DisassociateMembersWithContext ¶
func (c *SecurityHub) DisassociateMembersWithContext(ctx aws.Context, input *DisassociateMembersInput, opts ...request.Option) (*DisassociateMembersOutput, error)
DisassociateMembersWithContext is the same as DisassociateMembers with the addition of the ability to pass a context and additional request options.
See DisassociateMembers 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 (*SecurityHub) EnableImportFindingsForProduct ¶
func (c *SecurityHub) EnableImportFindingsForProduct(input *EnableImportFindingsForProductInput) (*EnableImportFindingsForProductOutput, error)
EnableImportFindingsForProduct API operation for AWS SecurityHub.
Enables the integration of a partner product with Security Hub. Integrated products send findings to Security Hub.
When you enable a product integration, a permission policy that grants permission for the product to send findings to Security Hub is applied.
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 AWS SecurityHub's API operation EnableImportFindingsForProduct for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
ResourceConflictException The resource specified in the request conflicts with an existing resource.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/EnableImportFindingsForProduct
func (*SecurityHub) EnableImportFindingsForProductRequest ¶
func (c *SecurityHub) EnableImportFindingsForProductRequest(input *EnableImportFindingsForProductInput) (req *request.Request, output *EnableImportFindingsForProductOutput)
EnableImportFindingsForProductRequest generates a "aws/request.Request" representing the client's request for the EnableImportFindingsForProduct 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 EnableImportFindingsForProduct for more information on using the EnableImportFindingsForProduct 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 EnableImportFindingsForProductRequest method. req, resp := client.EnableImportFindingsForProductRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/EnableImportFindingsForProduct
func (*SecurityHub) EnableImportFindingsForProductWithContext ¶
func (c *SecurityHub) EnableImportFindingsForProductWithContext(ctx aws.Context, input *EnableImportFindingsForProductInput, opts ...request.Option) (*EnableImportFindingsForProductOutput, error)
EnableImportFindingsForProductWithContext is the same as EnableImportFindingsForProduct with the addition of the ability to pass a context and additional request options.
See EnableImportFindingsForProduct 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 (*SecurityHub) EnableSecurityHub ¶
func (c *SecurityHub) EnableSecurityHub(input *EnableSecurityHubInput) (*EnableSecurityHubOutput, error)
EnableSecurityHub API operation for AWS SecurityHub.
Enables Security Hub for your account in the current Region or the Region you specify in the request.
When you enable Security Hub, you grant to Security Hub the permissions necessary to gather findings from AWS Config, Amazon GuardDuty, Amazon Inspector, and Amazon Macie.
When you use the EnableSecurityHub operation to enable Security Hub, you also automatically enable the CIS AWS Foundations standard. You do not enable the Payment Card Industry Data Security Standard (PCI DSS) standard. To enable a standard, use the BatchEnableStandards operation. To disable a standard, use the BatchDisableStandards operation.
To learn more, see Setting Up AWS Security Hub (https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-settingup.html) in the AWS Security Hub 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 AWS SecurityHub's API operation EnableSecurityHub for usage and error information.
Returned Error Types:
InternalException Internal server error.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
ResourceConflictException The resource specified in the request conflicts with an existing resource.
AccessDeniedException You don't have permission to perform the action specified in the request.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/EnableSecurityHub
func (*SecurityHub) EnableSecurityHubRequest ¶
func (c *SecurityHub) EnableSecurityHubRequest(input *EnableSecurityHubInput) (req *request.Request, output *EnableSecurityHubOutput)
EnableSecurityHubRequest generates a "aws/request.Request" representing the client's request for the EnableSecurityHub 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 EnableSecurityHub for more information on using the EnableSecurityHub 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 EnableSecurityHubRequest method. req, resp := client.EnableSecurityHubRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/EnableSecurityHub
func (*SecurityHub) EnableSecurityHubWithContext ¶
func (c *SecurityHub) EnableSecurityHubWithContext(ctx aws.Context, input *EnableSecurityHubInput, opts ...request.Option) (*EnableSecurityHubOutput, error)
EnableSecurityHubWithContext is the same as EnableSecurityHub with the addition of the ability to pass a context and additional request options.
See EnableSecurityHub 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 (*SecurityHub) GetEnabledStandards ¶
func (c *SecurityHub) GetEnabledStandards(input *GetEnabledStandardsInput) (*GetEnabledStandardsOutput, error)
GetEnabledStandards API operation for AWS SecurityHub.
Returns a list of the standards that are currently enabled.
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 AWS SecurityHub's API operation GetEnabledStandards for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetEnabledStandards
func (*SecurityHub) GetEnabledStandardsPages ¶
func (c *SecurityHub) GetEnabledStandardsPages(input *GetEnabledStandardsInput, fn func(*GetEnabledStandardsOutput, bool) bool) error
GetEnabledStandardsPages iterates over the pages of a GetEnabledStandards operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetEnabledStandards 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 GetEnabledStandards operation. pageNum := 0 err := client.GetEnabledStandardsPages(params, func(page *securityhub.GetEnabledStandardsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SecurityHub) GetEnabledStandardsPagesWithContext ¶
func (c *SecurityHub) GetEnabledStandardsPagesWithContext(ctx aws.Context, input *GetEnabledStandardsInput, fn func(*GetEnabledStandardsOutput, bool) bool, opts ...request.Option) error
GetEnabledStandardsPagesWithContext same as GetEnabledStandardsPages 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 (*SecurityHub) GetEnabledStandardsRequest ¶
func (c *SecurityHub) GetEnabledStandardsRequest(input *GetEnabledStandardsInput) (req *request.Request, output *GetEnabledStandardsOutput)
GetEnabledStandardsRequest generates a "aws/request.Request" representing the client's request for the GetEnabledStandards 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 GetEnabledStandards for more information on using the GetEnabledStandards 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 GetEnabledStandardsRequest method. req, resp := client.GetEnabledStandardsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetEnabledStandards
func (*SecurityHub) GetEnabledStandardsWithContext ¶
func (c *SecurityHub) GetEnabledStandardsWithContext(ctx aws.Context, input *GetEnabledStandardsInput, opts ...request.Option) (*GetEnabledStandardsOutput, error)
GetEnabledStandardsWithContext is the same as GetEnabledStandards with the addition of the ability to pass a context and additional request options.
See GetEnabledStandards 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 (*SecurityHub) GetFindings ¶
func (c *SecurityHub) GetFindings(input *GetFindingsInput) (*GetFindingsOutput, error)
GetFindings API operation for AWS SecurityHub.
Returns a list of findings that match the specified criteria.
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 AWS SecurityHub's API operation GetFindings for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetFindings
func (*SecurityHub) GetFindingsPages ¶
func (c *SecurityHub) GetFindingsPages(input *GetFindingsInput, fn func(*GetFindingsOutput, bool) bool) error
GetFindingsPages iterates over the pages of a GetFindings operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetFindings 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 GetFindings operation. pageNum := 0 err := client.GetFindingsPages(params, func(page *securityhub.GetFindingsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SecurityHub) GetFindingsPagesWithContext ¶
func (c *SecurityHub) GetFindingsPagesWithContext(ctx aws.Context, input *GetFindingsInput, fn func(*GetFindingsOutput, bool) bool, opts ...request.Option) error
GetFindingsPagesWithContext same as GetFindingsPages 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 (*SecurityHub) GetFindingsRequest ¶
func (c *SecurityHub) GetFindingsRequest(input *GetFindingsInput) (req *request.Request, output *GetFindingsOutput)
GetFindingsRequest generates a "aws/request.Request" representing the client's request for the GetFindings 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 GetFindings for more information on using the GetFindings 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 GetFindingsRequest method. req, resp := client.GetFindingsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetFindings
func (*SecurityHub) GetFindingsWithContext ¶
func (c *SecurityHub) GetFindingsWithContext(ctx aws.Context, input *GetFindingsInput, opts ...request.Option) (*GetFindingsOutput, error)
GetFindingsWithContext is the same as GetFindings with the addition of the ability to pass a context and additional request options.
See GetFindings 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 (*SecurityHub) GetInsightResults ¶
func (c *SecurityHub) GetInsightResults(input *GetInsightResultsInput) (*GetInsightResultsOutput, error)
GetInsightResults API operation for AWS SecurityHub.
Lists the results of the Security Hub insight specified by the insight ARN.
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 AWS SecurityHub's API operation GetInsightResults for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetInsightResults
func (*SecurityHub) GetInsightResultsRequest ¶
func (c *SecurityHub) GetInsightResultsRequest(input *GetInsightResultsInput) (req *request.Request, output *GetInsightResultsOutput)
GetInsightResultsRequest generates a "aws/request.Request" representing the client's request for the GetInsightResults 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 GetInsightResults for more information on using the GetInsightResults 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 GetInsightResultsRequest method. req, resp := client.GetInsightResultsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetInsightResults
func (*SecurityHub) GetInsightResultsWithContext ¶
func (c *SecurityHub) GetInsightResultsWithContext(ctx aws.Context, input *GetInsightResultsInput, opts ...request.Option) (*GetInsightResultsOutput, error)
GetInsightResultsWithContext is the same as GetInsightResults with the addition of the ability to pass a context and additional request options.
See GetInsightResults 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 (*SecurityHub) GetInsights ¶
func (c *SecurityHub) GetInsights(input *GetInsightsInput) (*GetInsightsOutput, error)
GetInsights API operation for AWS SecurityHub.
Lists and describes insights for the specified insight ARNs.
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 AWS SecurityHub's API operation GetInsights for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetInsights
func (*SecurityHub) GetInsightsPages ¶
func (c *SecurityHub) GetInsightsPages(input *GetInsightsInput, fn func(*GetInsightsOutput, bool) bool) error
GetInsightsPages iterates over the pages of a GetInsights operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetInsights 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 GetInsights operation. pageNum := 0 err := client.GetInsightsPages(params, func(page *securityhub.GetInsightsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SecurityHub) GetInsightsPagesWithContext ¶
func (c *SecurityHub) GetInsightsPagesWithContext(ctx aws.Context, input *GetInsightsInput, fn func(*GetInsightsOutput, bool) bool, opts ...request.Option) error
GetInsightsPagesWithContext same as GetInsightsPages 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 (*SecurityHub) GetInsightsRequest ¶
func (c *SecurityHub) GetInsightsRequest(input *GetInsightsInput) (req *request.Request, output *GetInsightsOutput)
GetInsightsRequest generates a "aws/request.Request" representing the client's request for the GetInsights 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 GetInsights for more information on using the GetInsights 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 GetInsightsRequest method. req, resp := client.GetInsightsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetInsights
func (*SecurityHub) GetInsightsWithContext ¶
func (c *SecurityHub) GetInsightsWithContext(ctx aws.Context, input *GetInsightsInput, opts ...request.Option) (*GetInsightsOutput, error)
GetInsightsWithContext is the same as GetInsights with the addition of the ability to pass a context and additional request options.
See GetInsights 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 (*SecurityHub) GetInvitationsCount ¶
func (c *SecurityHub) GetInvitationsCount(input *GetInvitationsCountInput) (*GetInvitationsCountOutput, error)
GetInvitationsCount API operation for AWS SecurityHub.
Returns the count of all Security Hub membership invitations that were sent to the current member account, not including the currently accepted invitation.
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 AWS SecurityHub's API operation GetInvitationsCount for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetInvitationsCount
func (*SecurityHub) GetInvitationsCountRequest ¶
func (c *SecurityHub) GetInvitationsCountRequest(input *GetInvitationsCountInput) (req *request.Request, output *GetInvitationsCountOutput)
GetInvitationsCountRequest generates a "aws/request.Request" representing the client's request for the GetInvitationsCount 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 GetInvitationsCount for more information on using the GetInvitationsCount 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 GetInvitationsCountRequest method. req, resp := client.GetInvitationsCountRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetInvitationsCount
func (*SecurityHub) GetInvitationsCountWithContext ¶
func (c *SecurityHub) GetInvitationsCountWithContext(ctx aws.Context, input *GetInvitationsCountInput, opts ...request.Option) (*GetInvitationsCountOutput, error)
GetInvitationsCountWithContext is the same as GetInvitationsCount with the addition of the ability to pass a context and additional request options.
See GetInvitationsCount 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 (*SecurityHub) GetMasterAccount ¶
func (c *SecurityHub) GetMasterAccount(input *GetMasterAccountInput) (*GetMasterAccountOutput, error)
GetMasterAccount API operation for AWS SecurityHub.
Provides the details for the Security Hub master account for the current member 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 AWS SecurityHub's API operation GetMasterAccount for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetMasterAccount
func (*SecurityHub) GetMasterAccountRequest ¶
func (c *SecurityHub) GetMasterAccountRequest(input *GetMasterAccountInput) (req *request.Request, output *GetMasterAccountOutput)
GetMasterAccountRequest generates a "aws/request.Request" representing the client's request for the GetMasterAccount 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 GetMasterAccount for more information on using the GetMasterAccount 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 GetMasterAccountRequest method. req, resp := client.GetMasterAccountRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetMasterAccount
func (*SecurityHub) GetMasterAccountWithContext ¶
func (c *SecurityHub) GetMasterAccountWithContext(ctx aws.Context, input *GetMasterAccountInput, opts ...request.Option) (*GetMasterAccountOutput, error)
GetMasterAccountWithContext is the same as GetMasterAccount with the addition of the ability to pass a context and additional request options.
See GetMasterAccount 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 (*SecurityHub) GetMembers ¶
func (c *SecurityHub) GetMembers(input *GetMembersInput) (*GetMembersOutput, error)
GetMembers API operation for AWS SecurityHub.
Returns the details for the Security Hub member accounts for the specified account IDs.
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 AWS SecurityHub's API operation GetMembers for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetMembers
func (*SecurityHub) GetMembersRequest ¶
func (c *SecurityHub) GetMembersRequest(input *GetMembersInput) (req *request.Request, output *GetMembersOutput)
GetMembersRequest generates a "aws/request.Request" representing the client's request for the GetMembers 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 GetMembers for more information on using the GetMembers 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 GetMembersRequest method. req, resp := client.GetMembersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetMembers
func (*SecurityHub) GetMembersWithContext ¶
func (c *SecurityHub) GetMembersWithContext(ctx aws.Context, input *GetMembersInput, opts ...request.Option) (*GetMembersOutput, error)
GetMembersWithContext is the same as GetMembers with the addition of the ability to pass a context and additional request options.
See GetMembers 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 (*SecurityHub) InviteMembers ¶
func (c *SecurityHub) InviteMembers(input *InviteMembersInput) (*InviteMembersOutput, error)
InviteMembers API operation for AWS SecurityHub.
Invites other AWS accounts to become member accounts for the Security Hub master account that the invitation is sent from.
Before you can use this action to invite a member, you must first use the CreateMembers action to create the member account in Security Hub.
When the account owner accepts the invitation to become a member account and enables Security Hub, the master account can view the findings generated from the member 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 AWS SecurityHub's API operation InviteMembers for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/InviteMembers
func (*SecurityHub) InviteMembersRequest ¶
func (c *SecurityHub) InviteMembersRequest(input *InviteMembersInput) (req *request.Request, output *InviteMembersOutput)
InviteMembersRequest generates a "aws/request.Request" representing the client's request for the InviteMembers 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 InviteMembers for more information on using the InviteMembers 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 InviteMembersRequest method. req, resp := client.InviteMembersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/InviteMembers
func (*SecurityHub) InviteMembersWithContext ¶
func (c *SecurityHub) InviteMembersWithContext(ctx aws.Context, input *InviteMembersInput, opts ...request.Option) (*InviteMembersOutput, error)
InviteMembersWithContext is the same as InviteMembers with the addition of the ability to pass a context and additional request options.
See InviteMembers 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 (*SecurityHub) ListEnabledProductsForImport ¶
func (c *SecurityHub) ListEnabledProductsForImport(input *ListEnabledProductsForImportInput) (*ListEnabledProductsForImportOutput, error)
ListEnabledProductsForImport API operation for AWS SecurityHub.
Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.
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 AWS SecurityHub's API operation ListEnabledProductsForImport for usage and error information.
Returned Error Types:
InternalException Internal server error.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/ListEnabledProductsForImport
func (*SecurityHub) ListEnabledProductsForImportPages ¶
func (c *SecurityHub) ListEnabledProductsForImportPages(input *ListEnabledProductsForImportInput, fn func(*ListEnabledProductsForImportOutput, bool) bool) error
ListEnabledProductsForImportPages iterates over the pages of a ListEnabledProductsForImport operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListEnabledProductsForImport 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 ListEnabledProductsForImport operation. pageNum := 0 err := client.ListEnabledProductsForImportPages(params, func(page *securityhub.ListEnabledProductsForImportOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SecurityHub) ListEnabledProductsForImportPagesWithContext ¶
func (c *SecurityHub) ListEnabledProductsForImportPagesWithContext(ctx aws.Context, input *ListEnabledProductsForImportInput, fn func(*ListEnabledProductsForImportOutput, bool) bool, opts ...request.Option) error
ListEnabledProductsForImportPagesWithContext same as ListEnabledProductsForImportPages 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 (*SecurityHub) ListEnabledProductsForImportRequest ¶
func (c *SecurityHub) ListEnabledProductsForImportRequest(input *ListEnabledProductsForImportInput) (req *request.Request, output *ListEnabledProductsForImportOutput)
ListEnabledProductsForImportRequest generates a "aws/request.Request" representing the client's request for the ListEnabledProductsForImport 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 ListEnabledProductsForImport for more information on using the ListEnabledProductsForImport 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 ListEnabledProductsForImportRequest method. req, resp := client.ListEnabledProductsForImportRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/ListEnabledProductsForImport
func (*SecurityHub) ListEnabledProductsForImportWithContext ¶
func (c *SecurityHub) ListEnabledProductsForImportWithContext(ctx aws.Context, input *ListEnabledProductsForImportInput, opts ...request.Option) (*ListEnabledProductsForImportOutput, error)
ListEnabledProductsForImportWithContext is the same as ListEnabledProductsForImport with the addition of the ability to pass a context and additional request options.
See ListEnabledProductsForImport 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 (*SecurityHub) ListInvitations ¶
func (c *SecurityHub) ListInvitations(input *ListInvitationsInput) (*ListInvitationsOutput, error)
ListInvitations API operation for AWS SecurityHub.
Lists all Security Hub membership invitations that were sent to the current AWS 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 AWS SecurityHub's API operation ListInvitations for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/ListInvitations
func (*SecurityHub) ListInvitationsPages ¶
func (c *SecurityHub) ListInvitationsPages(input *ListInvitationsInput, fn func(*ListInvitationsOutput, bool) bool) error
ListInvitationsPages iterates over the pages of a ListInvitations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListInvitations 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 ListInvitations operation. pageNum := 0 err := client.ListInvitationsPages(params, func(page *securityhub.ListInvitationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SecurityHub) ListInvitationsPagesWithContext ¶
func (c *SecurityHub) ListInvitationsPagesWithContext(ctx aws.Context, input *ListInvitationsInput, fn func(*ListInvitationsOutput, bool) bool, opts ...request.Option) error
ListInvitationsPagesWithContext same as ListInvitationsPages 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 (*SecurityHub) ListInvitationsRequest ¶
func (c *SecurityHub) ListInvitationsRequest(input *ListInvitationsInput) (req *request.Request, output *ListInvitationsOutput)
ListInvitationsRequest generates a "aws/request.Request" representing the client's request for the ListInvitations 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 ListInvitations for more information on using the ListInvitations 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 ListInvitationsRequest method. req, resp := client.ListInvitationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/ListInvitations
func (*SecurityHub) ListInvitationsWithContext ¶
func (c *SecurityHub) ListInvitationsWithContext(ctx aws.Context, input *ListInvitationsInput, opts ...request.Option) (*ListInvitationsOutput, error)
ListInvitationsWithContext is the same as ListInvitations with the addition of the ability to pass a context and additional request options.
See ListInvitations 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 (*SecurityHub) ListMembers ¶
func (c *SecurityHub) ListMembers(input *ListMembersInput) (*ListMembersOutput, error)
ListMembers API operation for AWS SecurityHub.
Lists details about all member accounts for the current Security Hub master 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 AWS SecurityHub's API operation ListMembers for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/ListMembers
func (*SecurityHub) ListMembersPages ¶
func (c *SecurityHub) ListMembersPages(input *ListMembersInput, fn func(*ListMembersOutput, bool) bool) error
ListMembersPages iterates over the pages of a ListMembers operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListMembers 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 ListMembers operation. pageNum := 0 err := client.ListMembersPages(params, func(page *securityhub.ListMembersOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SecurityHub) ListMembersPagesWithContext ¶
func (c *SecurityHub) ListMembersPagesWithContext(ctx aws.Context, input *ListMembersInput, fn func(*ListMembersOutput, bool) bool, opts ...request.Option) error
ListMembersPagesWithContext same as ListMembersPages 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 (*SecurityHub) ListMembersRequest ¶
func (c *SecurityHub) ListMembersRequest(input *ListMembersInput) (req *request.Request, output *ListMembersOutput)
ListMembersRequest generates a "aws/request.Request" representing the client's request for the ListMembers 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 ListMembers for more information on using the ListMembers 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 ListMembersRequest method. req, resp := client.ListMembersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/ListMembers
func (*SecurityHub) ListMembersWithContext ¶
func (c *SecurityHub) ListMembersWithContext(ctx aws.Context, input *ListMembersInput, opts ...request.Option) (*ListMembersOutput, error)
ListMembersWithContext is the same as ListMembers with the addition of the ability to pass a context and additional request options.
See ListMembers 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 (*SecurityHub) ListTagsForResource ¶
func (c *SecurityHub) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for AWS SecurityHub.
Returns a list of tags associated with a resource.
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 AWS SecurityHub's API operation ListTagsForResource for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/ListTagsForResource
func (*SecurityHub) ListTagsForResourceRequest ¶
func (c *SecurityHub) 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/securityhub-2018-10-26/ListTagsForResource
func (*SecurityHub) ListTagsForResourceWithContext ¶
func (c *SecurityHub) 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 (*SecurityHub) TagResource ¶
func (c *SecurityHub) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for AWS SecurityHub.
Adds one or more tags to a resource.
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 AWS SecurityHub's API operation TagResource for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/TagResource
func (*SecurityHub) TagResourceRequest ¶
func (c *SecurityHub) 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/securityhub-2018-10-26/TagResource
func (*SecurityHub) TagResourceWithContext ¶
func (c *SecurityHub) 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 (*SecurityHub) UntagResource ¶
func (c *SecurityHub) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for AWS SecurityHub.
Removes one or more tags from a resource.
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 AWS SecurityHub's API operation UntagResource for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UntagResource
func (*SecurityHub) UntagResourceRequest ¶
func (c *SecurityHub) 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/securityhub-2018-10-26/UntagResource
func (*SecurityHub) UntagResourceWithContext ¶
func (c *SecurityHub) 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 (*SecurityHub) UpdateActionTarget ¶
func (c *SecurityHub) UpdateActionTarget(input *UpdateActionTargetInput) (*UpdateActionTargetOutput, error)
UpdateActionTarget API operation for AWS SecurityHub.
Updates the name and description of a custom action target in Security Hub.
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 AWS SecurityHub's API operation UpdateActionTarget for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UpdateActionTarget
func (*SecurityHub) UpdateActionTargetRequest ¶
func (c *SecurityHub) UpdateActionTargetRequest(input *UpdateActionTargetInput) (req *request.Request, output *UpdateActionTargetOutput)
UpdateActionTargetRequest generates a "aws/request.Request" representing the client's request for the UpdateActionTarget 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 UpdateActionTarget for more information on using the UpdateActionTarget 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 UpdateActionTargetRequest method. req, resp := client.UpdateActionTargetRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UpdateActionTarget
func (*SecurityHub) UpdateActionTargetWithContext ¶
func (c *SecurityHub) UpdateActionTargetWithContext(ctx aws.Context, input *UpdateActionTargetInput, opts ...request.Option) (*UpdateActionTargetOutput, error)
UpdateActionTargetWithContext is the same as UpdateActionTarget with the addition of the ability to pass a context and additional request options.
See UpdateActionTarget 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 (*SecurityHub) UpdateFindings ¶
func (c *SecurityHub) UpdateFindings(input *UpdateFindingsInput) (*UpdateFindingsOutput, error)
UpdateFindings API operation for AWS SecurityHub.
Updates the Note and RecordState of the Security Hub-aggregated findings that the filter attributes specify. Any member account that can view the finding also sees the update to the finding.
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 AWS SecurityHub's API operation UpdateFindings for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UpdateFindings
func (*SecurityHub) UpdateFindingsRequest ¶
func (c *SecurityHub) UpdateFindingsRequest(input *UpdateFindingsInput) (req *request.Request, output *UpdateFindingsOutput)
UpdateFindingsRequest generates a "aws/request.Request" representing the client's request for the UpdateFindings 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 UpdateFindings for more information on using the UpdateFindings 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 UpdateFindingsRequest method. req, resp := client.UpdateFindingsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UpdateFindings
func (*SecurityHub) UpdateFindingsWithContext ¶
func (c *SecurityHub) UpdateFindingsWithContext(ctx aws.Context, input *UpdateFindingsInput, opts ...request.Option) (*UpdateFindingsOutput, error)
UpdateFindingsWithContext is the same as UpdateFindings with the addition of the ability to pass a context and additional request options.
See UpdateFindings 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 (*SecurityHub) UpdateInsight ¶
func (c *SecurityHub) UpdateInsight(input *UpdateInsightInput) (*UpdateInsightOutput, error)
UpdateInsight API operation for AWS SecurityHub.
Updates the Security Hub insight identified by the specified insight ARN.
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 AWS SecurityHub's API operation UpdateInsight for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UpdateInsight
func (*SecurityHub) UpdateInsightRequest ¶
func (c *SecurityHub) UpdateInsightRequest(input *UpdateInsightInput) (req *request.Request, output *UpdateInsightOutput)
UpdateInsightRequest generates a "aws/request.Request" representing the client's request for the UpdateInsight 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 UpdateInsight for more information on using the UpdateInsight 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 UpdateInsightRequest method. req, resp := client.UpdateInsightRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UpdateInsight
func (*SecurityHub) UpdateInsightWithContext ¶
func (c *SecurityHub) UpdateInsightWithContext(ctx aws.Context, input *UpdateInsightInput, opts ...request.Option) (*UpdateInsightOutput, error)
UpdateInsightWithContext is the same as UpdateInsight with the addition of the ability to pass a context and additional request options.
See UpdateInsight 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 (*SecurityHub) UpdateStandardsControl ¶
func (c *SecurityHub) UpdateStandardsControl(input *UpdateStandardsControlInput) (*UpdateStandardsControlOutput, error)
UpdateStandardsControl API operation for AWS SecurityHub.
Used to control whether an individual security standard control is enabled or disabled.
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 AWS SecurityHub's API operation UpdateStandardsControl for usage and error information.
Returned Error Types:
InternalException Internal server error.
InvalidInputException The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
InvalidAccessException AWS Security Hub isn't enabled for the account used to make this request.
ResourceNotFoundException The request was rejected because we can't find the specified resource.
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UpdateStandardsControl
func (*SecurityHub) UpdateStandardsControlRequest ¶
func (c *SecurityHub) UpdateStandardsControlRequest(input *UpdateStandardsControlInput) (req *request.Request, output *UpdateStandardsControlOutput)
UpdateStandardsControlRequest generates a "aws/request.Request" representing the client's request for the UpdateStandardsControl 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 UpdateStandardsControl for more information on using the UpdateStandardsControl 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 UpdateStandardsControlRequest method. req, resp := client.UpdateStandardsControlRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UpdateStandardsControl
func (*SecurityHub) UpdateStandardsControlWithContext ¶
func (c *SecurityHub) UpdateStandardsControlWithContext(ctx aws.Context, input *UpdateStandardsControlInput, opts ...request.Option) (*UpdateStandardsControlOutput, error)
UpdateStandardsControlWithContext is the same as UpdateStandardsControl with the addition of the ability to pass a context and additional request options.
See UpdateStandardsControl 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 Severity ¶
type Severity struct { // The severity value of the finding. The allowed values are the following. // // * INFORMATIONAL - No issue was found. // // * LOW - The issue does not require action on its own. // // * MEDIUM - The issue must be addressed but not urgently. // // * HIGH - The issue must be addressed as a priority. // // * CRITICAL - The issue must be remediated immediately to avoid it escalating. Label *string `type:"string" enum:"SeverityLabel"` // Deprecated. This attribute is being deprecated. Instead of providing Normalized, // provide Label. // // If you provide Normalized and do not provide Label, Label is set automatically // as follows. // // * 0 - INFORMATIONAL // // * 1–39 - LOW // // * 40–69 - MEDIUM // // * 70–89 - HIGH // // * 90–100 - CRITICAL Normalized *int64 `type:"integer"` // The native severity as defined by the AWS service or integrated partner product // that generated the finding. Product *float64 `type:"double"` // contains filtered or unexported fields }
The severity of the finding.
func (*Severity) SetNormalized ¶
SetNormalized sets the Normalized field's value.
func (*Severity) SetProduct ¶
SetProduct sets the Product field's value.
type SortCriterion ¶
type SortCriterion struct { // The finding attribute used to sort findings. Field *string `type:"string"` // The order used to sort findings. SortOrder *string `type:"string" enum:"SortOrder"` // contains filtered or unexported fields }
A collection of finding attributes used to sort findings.
func (SortCriterion) GoString ¶
func (s SortCriterion) GoString() string
GoString returns the string representation
func (*SortCriterion) SetField ¶
func (s *SortCriterion) SetField(v string) *SortCriterion
SetField sets the Field field's value.
func (*SortCriterion) SetSortOrder ¶
func (s *SortCriterion) SetSortOrder(v string) *SortCriterion
SetSortOrder sets the SortOrder field's value.
func (SortCriterion) String ¶
func (s SortCriterion) String() string
String returns the string representation
type Standard ¶
type Standard struct { // A description of the standard. Description *string `type:"string"` // The name of the standard. Name *string `type:"string"` // The ARN of a standard. StandardsArn *string `type:"string"` // contains filtered or unexported fields }
Provides information about a specific standard.
func (*Standard) SetDescription ¶
SetDescription sets the Description field's value.
func (*Standard) SetStandardsArn ¶
SetStandardsArn sets the StandardsArn field's value.
type StandardsControl ¶
type StandardsControl struct { // The identifier of the security standard control. ControlId *string `type:"string"` // The current status of the security standard control. Indicates whether the // control is enabled or disabled. Security Hub does not check against disabled // controls. ControlStatus *string `type:"string" enum:"ControlStatus"` // The date and time that the status of the security standard control was most // recently updated. ControlStatusUpdatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The longer description of the security standard control. Provides information // about what the control is checking for. Description *string `type:"string"` // The reason provided for the most recent change in status for the control. DisabledReason *string `type:"string"` // The list of requirements that are related to this control. RelatedRequirements []*string `type:"list"` // A link to remediation information for the control in the Security Hub user // documentation. RemediationUrl *string `type:"string"` // The severity of findings generated from this security standard control. // // The finding severity is based on an assessment of how easy it would be to // compromise AWS resources if the issue is detected. SeverityRating *string `type:"string" enum:"SeverityRating"` // The ARN of the security standard control. StandardsControlArn *string `type:"string"` // The title of the security standard control. Title *string `type:"string"` // contains filtered or unexported fields }
Details for an individual security standard control.
func (StandardsControl) GoString ¶
func (s StandardsControl) GoString() string
GoString returns the string representation
func (*StandardsControl) SetControlId ¶
func (s *StandardsControl) SetControlId(v string) *StandardsControl
SetControlId sets the ControlId field's value.
func (*StandardsControl) SetControlStatus ¶
func (s *StandardsControl) SetControlStatus(v string) *StandardsControl
SetControlStatus sets the ControlStatus field's value.
func (*StandardsControl) SetControlStatusUpdatedAt ¶
func (s *StandardsControl) SetControlStatusUpdatedAt(v time.Time) *StandardsControl
SetControlStatusUpdatedAt sets the ControlStatusUpdatedAt field's value.
func (*StandardsControl) SetDescription ¶
func (s *StandardsControl) SetDescription(v string) *StandardsControl
SetDescription sets the Description field's value.
func (*StandardsControl) SetDisabledReason ¶
func (s *StandardsControl) SetDisabledReason(v string) *StandardsControl
SetDisabledReason sets the DisabledReason field's value.
func (*StandardsControl) SetRelatedRequirements ¶
func (s *StandardsControl) SetRelatedRequirements(v []*string) *StandardsControl
SetRelatedRequirements sets the RelatedRequirements field's value.
func (*StandardsControl) SetRemediationUrl ¶
func (s *StandardsControl) SetRemediationUrl(v string) *StandardsControl
SetRemediationUrl sets the RemediationUrl field's value.
func (*StandardsControl) SetSeverityRating ¶
func (s *StandardsControl) SetSeverityRating(v string) *StandardsControl
SetSeverityRating sets the SeverityRating field's value.
func (*StandardsControl) SetStandardsControlArn ¶
func (s *StandardsControl) SetStandardsControlArn(v string) *StandardsControl
SetStandardsControlArn sets the StandardsControlArn field's value.
func (*StandardsControl) SetTitle ¶
func (s *StandardsControl) SetTitle(v string) *StandardsControl
SetTitle sets the Title field's value.
func (StandardsControl) String ¶
func (s StandardsControl) String() string
String returns the string representation
type StandardsSubscription ¶
type StandardsSubscription struct { // The ARN of a standard. // // StandardsArn is a required field StandardsArn *string `type:"string" required:"true"` // A key-value pair of input for the standard. // // StandardsInput is a required field StandardsInput map[string]*string `type:"map" required:"true"` // The status of the standards subscription. // // StandardsStatus is a required field StandardsStatus *string `type:"string" required:"true" enum:"StandardsStatus"` // The ARN of a resource that represents your subscription to a supported standard. // // StandardsSubscriptionArn is a required field StandardsSubscriptionArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
A resource that represents your subscription to a supported standard.
func (StandardsSubscription) GoString ¶
func (s StandardsSubscription) GoString() string
GoString returns the string representation
func (*StandardsSubscription) SetStandardsArn ¶
func (s *StandardsSubscription) SetStandardsArn(v string) *StandardsSubscription
SetStandardsArn sets the StandardsArn field's value.
func (*StandardsSubscription) SetStandardsInput ¶
func (s *StandardsSubscription) SetStandardsInput(v map[string]*string) *StandardsSubscription
SetStandardsInput sets the StandardsInput field's value.
func (*StandardsSubscription) SetStandardsStatus ¶
func (s *StandardsSubscription) SetStandardsStatus(v string) *StandardsSubscription
SetStandardsStatus sets the StandardsStatus field's value.
func (*StandardsSubscription) SetStandardsSubscriptionArn ¶
func (s *StandardsSubscription) SetStandardsSubscriptionArn(v string) *StandardsSubscription
SetStandardsSubscriptionArn sets the StandardsSubscriptionArn field's value.
func (StandardsSubscription) String ¶
func (s StandardsSubscription) String() string
String returns the string representation
type StandardsSubscriptionRequest ¶
type StandardsSubscriptionRequest struct { // The ARN of the standard that you want to enable. To view the list of available // standards and their ARNs, use the DescribeStandards operation. // // StandardsArn is a required field StandardsArn *string `type:"string" required:"true"` // A key-value pair of input for the standard. StandardsInput map[string]*string `type:"map"` // contains filtered or unexported fields }
The standard that you want to enable.
func (StandardsSubscriptionRequest) GoString ¶
func (s StandardsSubscriptionRequest) GoString() string
GoString returns the string representation
func (*StandardsSubscriptionRequest) SetStandardsArn ¶
func (s *StandardsSubscriptionRequest) SetStandardsArn(v string) *StandardsSubscriptionRequest
SetStandardsArn sets the StandardsArn field's value.
func (*StandardsSubscriptionRequest) SetStandardsInput ¶
func (s *StandardsSubscriptionRequest) SetStandardsInput(v map[string]*string) *StandardsSubscriptionRequest
SetStandardsInput sets the StandardsInput field's value.
func (StandardsSubscriptionRequest) String ¶
func (s StandardsSubscriptionRequest) String() string
String returns the string representation
func (*StandardsSubscriptionRequest) Validate ¶
func (s *StandardsSubscriptionRequest) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StringFilter ¶
type StringFilter struct { // The condition to be applied to a string value when querying for findings. Comparison *string `type:"string" enum:"StringFilterComparison"` // The string filter value. Value *string `type:"string"` // contains filtered or unexported fields }
A string filter for querying findings.
func (StringFilter) GoString ¶
func (s StringFilter) GoString() string
GoString returns the string representation
func (*StringFilter) SetComparison ¶
func (s *StringFilter) SetComparison(v string) *StringFilter
SetComparison sets the Comparison field's value.
func (*StringFilter) SetValue ¶
func (s *StringFilter) SetValue(v string) *StringFilter
SetValue sets the Value field's value.
func (StringFilter) String ¶
func (s StringFilter) String() string
String returns the string representation
type TagResourceInput ¶
type TagResourceInput struct { // The ARN of the resource to apply the tags to. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"ResourceArn" type:"string" required:"true"` // The tags to add to the resource. // // Tags is a required field Tags map[string]*string `min:"1" type:"map" required:"true"` // contains filtered or unexported fields }
func (TagResourceInput) GoString ¶
func (s TagResourceInput) GoString() string
GoString returns the string representation
func (*TagResourceInput) SetResourceArn ¶
func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*TagResourceInput) SetTags ¶
func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput
SetTags sets the Tags field's value.
func (TagResourceInput) String ¶
func (s TagResourceInput) String() string
String returns the string representation
func (*TagResourceInput) Validate ¶
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (TagResourceOutput) GoString ¶
func (s TagResourceOutput) GoString() string
GoString returns the string representation
func (TagResourceOutput) String ¶
func (s TagResourceOutput) String() string
String returns the string representation
type ThreatIntelIndicator ¶
type ThreatIntelIndicator struct { // The category of a threat intelligence indicator. Category *string `type:"string" enum:"ThreatIntelIndicatorCategory"` // The date and time when the most recent instance of a threat intelligence // indicator was observed. LastObservedAt *string `type:"string"` // The source of the threat intelligence indicator. Source *string `type:"string"` // The URL to the page or site where you can get more information about the // threat intelligence indicator. SourceUrl *string `type:"string"` // The type of threat intelligence indicator. Type *string `type:"string" enum:"ThreatIntelIndicatorType"` // The value of a threat intelligence indicator. Value *string `type:"string"` // contains filtered or unexported fields }
Details about the threat intelligence related to a finding.
func (ThreatIntelIndicator) GoString ¶
func (s ThreatIntelIndicator) GoString() string
GoString returns the string representation
func (*ThreatIntelIndicator) SetCategory ¶
func (s *ThreatIntelIndicator) SetCategory(v string) *ThreatIntelIndicator
SetCategory sets the Category field's value.
func (*ThreatIntelIndicator) SetLastObservedAt ¶
func (s *ThreatIntelIndicator) SetLastObservedAt(v string) *ThreatIntelIndicator
SetLastObservedAt sets the LastObservedAt field's value.
func (*ThreatIntelIndicator) SetSource ¶
func (s *ThreatIntelIndicator) SetSource(v string) *ThreatIntelIndicator
SetSource sets the Source field's value.
func (*ThreatIntelIndicator) SetSourceUrl ¶
func (s *ThreatIntelIndicator) SetSourceUrl(v string) *ThreatIntelIndicator
SetSourceUrl sets the SourceUrl field's value.
func (*ThreatIntelIndicator) SetType ¶
func (s *ThreatIntelIndicator) SetType(v string) *ThreatIntelIndicator
SetType sets the Type field's value.
func (*ThreatIntelIndicator) SetValue ¶
func (s *ThreatIntelIndicator) SetValue(v string) *ThreatIntelIndicator
SetValue sets the Value field's value.
func (ThreatIntelIndicator) String ¶
func (s ThreatIntelIndicator) String() string
String returns the string representation
type UntagResourceInput ¶
type UntagResourceInput struct { // The ARN of the resource to remove the tags from. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"ResourceArn" type:"string" required:"true"` // The tag keys associated with the tags to remove from the resource. // // TagKeys is a required field TagKeys []*string `location:"querystring" locationName:"tagKeys" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (UntagResourceInput) GoString ¶
func (s UntagResourceInput) GoString() string
GoString returns the string representation
func (*UntagResourceInput) SetResourceArn ¶
func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*UntagResourceInput) SetTagKeys ¶
func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourceInput) String ¶
func (s UntagResourceInput) String() string
String returns the string representation
func (*UntagResourceInput) Validate ¶
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (UntagResourceOutput) GoString ¶
func (s UntagResourceOutput) GoString() string
GoString returns the string representation
func (UntagResourceOutput) String ¶
func (s UntagResourceOutput) String() string
String returns the string representation
type UpdateActionTargetInput ¶
type UpdateActionTargetInput struct { // The ARN of the custom action target to update. // // ActionTargetArn is a required field ActionTargetArn *string `location:"uri" locationName:"ActionTargetArn" type:"string" required:"true"` // The updated description for the custom action target. Description *string `type:"string"` // The updated name of the custom action target. Name *string `type:"string"` // contains filtered or unexported fields }
func (UpdateActionTargetInput) GoString ¶
func (s UpdateActionTargetInput) GoString() string
GoString returns the string representation
func (*UpdateActionTargetInput) SetActionTargetArn ¶
func (s *UpdateActionTargetInput) SetActionTargetArn(v string) *UpdateActionTargetInput
SetActionTargetArn sets the ActionTargetArn field's value.
func (*UpdateActionTargetInput) SetDescription ¶
func (s *UpdateActionTargetInput) SetDescription(v string) *UpdateActionTargetInput
SetDescription sets the Description field's value.
func (*UpdateActionTargetInput) SetName ¶
func (s *UpdateActionTargetInput) SetName(v string) *UpdateActionTargetInput
SetName sets the Name field's value.
func (UpdateActionTargetInput) String ¶
func (s UpdateActionTargetInput) String() string
String returns the string representation
func (*UpdateActionTargetInput) Validate ¶
func (s *UpdateActionTargetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateActionTargetOutput ¶
type UpdateActionTargetOutput struct {
// contains filtered or unexported fields
}
func (UpdateActionTargetOutput) GoString ¶
func (s UpdateActionTargetOutput) GoString() string
GoString returns the string representation
func (UpdateActionTargetOutput) String ¶
func (s UpdateActionTargetOutput) String() string
String returns the string representation
type UpdateFindingsInput ¶
type UpdateFindingsInput struct { // A collection of attributes that specify which findings you want to update. // // Filters is a required field Filters *AwsSecurityFindingFilters `type:"structure" required:"true"` // The updated note for the finding. Note *NoteUpdate `type:"structure"` // The updated record state for the finding. RecordState *string `type:"string" enum:"RecordState"` // contains filtered or unexported fields }
func (UpdateFindingsInput) GoString ¶
func (s UpdateFindingsInput) GoString() string
GoString returns the string representation
func (*UpdateFindingsInput) SetFilters ¶
func (s *UpdateFindingsInput) SetFilters(v *AwsSecurityFindingFilters) *UpdateFindingsInput
SetFilters sets the Filters field's value.
func (*UpdateFindingsInput) SetNote ¶
func (s *UpdateFindingsInput) SetNote(v *NoteUpdate) *UpdateFindingsInput
SetNote sets the Note field's value.
func (*UpdateFindingsInput) SetRecordState ¶
func (s *UpdateFindingsInput) SetRecordState(v string) *UpdateFindingsInput
SetRecordState sets the RecordState field's value.
func (UpdateFindingsInput) String ¶
func (s UpdateFindingsInput) String() string
String returns the string representation
func (*UpdateFindingsInput) Validate ¶
func (s *UpdateFindingsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFindingsOutput ¶
type UpdateFindingsOutput struct {
// contains filtered or unexported fields
}
func (UpdateFindingsOutput) GoString ¶
func (s UpdateFindingsOutput) GoString() string
GoString returns the string representation
func (UpdateFindingsOutput) String ¶
func (s UpdateFindingsOutput) String() string
String returns the string representation
type UpdateInsightInput ¶
type UpdateInsightInput struct { // The updated filters that define this insight. Filters *AwsSecurityFindingFilters `type:"structure"` // The updated GroupBy attribute that defines this insight. GroupByAttribute *string `type:"string"` // The ARN of the insight that you want to update. // // InsightArn is a required field InsightArn *string `location:"uri" locationName:"InsightArn" type:"string" required:"true"` // The updated name for the insight. Name *string `type:"string"` // contains filtered or unexported fields }
func (UpdateInsightInput) GoString ¶
func (s UpdateInsightInput) GoString() string
GoString returns the string representation
func (*UpdateInsightInput) SetFilters ¶
func (s *UpdateInsightInput) SetFilters(v *AwsSecurityFindingFilters) *UpdateInsightInput
SetFilters sets the Filters field's value.
func (*UpdateInsightInput) SetGroupByAttribute ¶
func (s *UpdateInsightInput) SetGroupByAttribute(v string) *UpdateInsightInput
SetGroupByAttribute sets the GroupByAttribute field's value.
func (*UpdateInsightInput) SetInsightArn ¶
func (s *UpdateInsightInput) SetInsightArn(v string) *UpdateInsightInput
SetInsightArn sets the InsightArn field's value.
func (*UpdateInsightInput) SetName ¶
func (s *UpdateInsightInput) SetName(v string) *UpdateInsightInput
SetName sets the Name field's value.
func (UpdateInsightInput) String ¶
func (s UpdateInsightInput) String() string
String returns the string representation
func (*UpdateInsightInput) Validate ¶
func (s *UpdateInsightInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateInsightOutput ¶
type UpdateInsightOutput struct {
// contains filtered or unexported fields
}
func (UpdateInsightOutput) GoString ¶
func (s UpdateInsightOutput) GoString() string
GoString returns the string representation
func (UpdateInsightOutput) String ¶
func (s UpdateInsightOutput) String() string
String returns the string representation
type UpdateStandardsControlInput ¶
type UpdateStandardsControlInput struct { // The updated status of the security standard control. ControlStatus *string `type:"string" enum:"ControlStatus"` // A description of the reason why you are disabling a security standard control. DisabledReason *string `type:"string"` // The ARN of the security standard control to enable or disable. // // StandardsControlArn is a required field StandardsControlArn *string `location:"uri" locationName:"StandardsControlArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateStandardsControlInput) GoString ¶
func (s UpdateStandardsControlInput) GoString() string
GoString returns the string representation
func (*UpdateStandardsControlInput) SetControlStatus ¶
func (s *UpdateStandardsControlInput) SetControlStatus(v string) *UpdateStandardsControlInput
SetControlStatus sets the ControlStatus field's value.
func (*UpdateStandardsControlInput) SetDisabledReason ¶
func (s *UpdateStandardsControlInput) SetDisabledReason(v string) *UpdateStandardsControlInput
SetDisabledReason sets the DisabledReason field's value.
func (*UpdateStandardsControlInput) SetStandardsControlArn ¶
func (s *UpdateStandardsControlInput) SetStandardsControlArn(v string) *UpdateStandardsControlInput
SetStandardsControlArn sets the StandardsControlArn field's value.
func (UpdateStandardsControlInput) String ¶
func (s UpdateStandardsControlInput) String() string
String returns the string representation
func (*UpdateStandardsControlInput) Validate ¶
func (s *UpdateStandardsControlInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateStandardsControlOutput ¶
type UpdateStandardsControlOutput struct {
// contains filtered or unexported fields
}
func (UpdateStandardsControlOutput) GoString ¶
func (s UpdateStandardsControlOutput) GoString() string
GoString returns the string representation
func (UpdateStandardsControlOutput) String ¶
func (s UpdateStandardsControlOutput) String() string
String returns the string representation
type WafAction ¶
type WafAction struct { // Specifies how you want AWS WAF to respond to requests that match the settings // in a Rule. // // Valid settings include the following: // // * ALLOW - AWS WAF allows requests // // * BLOCK - AWS WAF blocks requests // // * COUNT - AWS WAF increments a counter of the requests that match all // of the conditions in the rule. AWS WAF then continues to inspect the web // request based on the remaining rules in the web ACL. You can't specify // COUNT for the default action for a WebACL. Type *string `type:"string"` // contains filtered or unexported fields }
Details about the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule.
type WafExcludedRule ¶
type WafExcludedRule struct { // The unique identifier for the rule to exclude from the rule group. RuleId *string `type:"string"` // contains filtered or unexported fields }
Details about a rule to exclude from a rule group.
func (WafExcludedRule) GoString ¶
func (s WafExcludedRule) GoString() string
GoString returns the string representation
func (*WafExcludedRule) SetRuleId ¶
func (s *WafExcludedRule) SetRuleId(v string) *WafExcludedRule
SetRuleId sets the RuleId field's value.
func (WafExcludedRule) String ¶
func (s WafExcludedRule) String() string
String returns the string representation
type WafOverrideAction ¶
type WafOverrideAction struct { // COUNT overrides the action specified by the individual rule within a RuleGroup . // // If set to NONE, the rule's action takes place. Type *string `type:"string"` // contains filtered or unexported fields }
Details about an override action for a rule.
func (WafOverrideAction) GoString ¶
func (s WafOverrideAction) GoString() string
GoString returns the string representation
func (*WafOverrideAction) SetType ¶
func (s *WafOverrideAction) SetType(v string) *WafOverrideAction
SetType sets the Type field's value.
func (WafOverrideAction) String ¶
func (s WafOverrideAction) String() string
String returns the string representation
type Workflow ¶
type Workflow struct { // The status of the investigation into the finding. The allowed values are // the following. // // * NEW - The initial state of a finding, before it is reviewed. // // * NOTIFIED - Indicates that you notified the resource owner about the // security issue. Used when the initial reviewer is not the resource owner, // and needs intervention from the resource owner. // // * SUPPRESSED - The finding will not be reviewed again and will not be // acted upon. // // * RESOLVED - The finding was reviewed and remediated and is now considered // resolved. Status *string `type:"string" enum:"WorkflowStatus"` // contains filtered or unexported fields }
Provides information about the status of the investigation into a finding.
Directories ¶
Path | Synopsis |
---|---|
Package securityhubiface provides an interface to enable mocking the AWS SecurityHub service client for testing your code.
|
Package securityhubiface provides an interface to enable mocking the AWS SecurityHub service client for testing your code. |