Documentation
¶
Overview ¶
+k8s:deepcopy-gen=package Package v1alpha1 is the v1alpha1 version of the rds.services.k8s.aws API. +groupName=rds.services.k8s.aws
Index ¶
- Variables
- type AccountQuota
- type ActivityStreamMode
- type ActivityStreamPolicyStatus
- type ActivityStreamStatus
- type ApplyMethod
- type AuditPolicyState
- type AuthScheme
- type AutomationMode
- type AvailabilityZone
- type AvailableProcessorFeature
- type BlueGreenDeployment
- type Certificate
- type CertificateDetails
- type CharacterSet
- type ClientPasswordAuthType
- type CloudwatchLogsExportConfiguration
- type ClusterPendingModifiedValues
- type ClusterScalabilityType
- type ConnectionPoolConfiguration
- type ConnectionPoolConfigurationInfo
- type ContextAttribute
- type CustomDBEngineVersionAMI
- type CustomEngineVersionStatus
- type DBCluster
- type DBClusterAutomatedBackup
- type DBClusterEndpoint
- type DBClusterList
- type DBClusterMember
- type DBClusterOptionGroupStatus
- type DBClusterParameterGroup
- type DBClusterParameterGroupList
- type DBClusterParameterGroupSpec
- type DBClusterParameterGroupStatus
- type DBClusterParameterGroup_SDK
- type DBClusterRole
- type DBClusterSnapshot
- type DBClusterSnapshotAttribute
- type DBClusterSnapshotAttributesResult
- type DBClusterSnapshotList
- type DBClusterSnapshotSpec
- type DBClusterSnapshotStatus
- type DBClusterSnapshot_SDK
- type DBClusterSpec
- type DBClusterStatus
- type DBClusterStatusInfo
- type DBCluster_SDK
- type DBEngineVersion
- type DBInstance
- type DBInstanceAutomatedBackup
- type DBInstanceAutomatedBackupsReplication
- type DBInstanceList
- type DBInstanceRole
- type DBInstanceSpec
- type DBInstanceStatus
- type DBInstanceStatusInfo
- type DBInstance_SDK
- type DBParameterGroup
- type DBParameterGroupList
- type DBParameterGroupSpec
- type DBParameterGroupStatus
- type DBParameterGroupStatus_SDK
- type DBParameterGroup_SDK
- type DBProxy
- type DBProxyEndpoint
- type DBProxyEndpointStatus
- type DBProxyEndpointTargetRole
- type DBProxyList
- type DBProxySpec
- type DBProxyStatus
- type DBProxyStatus_SDK
- type DBProxyTarget
- type DBProxyTargetGroup
- type DBProxy_SDK
- type DBRecommendation
- type DBSecurityGroup
- type DBSecurityGroupMembership
- type DBShardGroup
- type DBSnapshot
- type DBSnapshotAttribute
- type DBSnapshotAttributesResult
- type DBSnapshotList
- type DBSnapshotSpec
- type DBSnapshotStatus
- type DBSnapshotTenantDatabase
- type DBSnapshot_SDK
- type DBSubnetGroup
- type DBSubnetGroupList
- type DBSubnetGroupSpec
- type DBSubnetGroupStatus
- type DBSubnetGroup_SDK
- type DatabaseInsightsMode
- type DescribeDBLogFilesDetails
- type DocLink
- type DomainMembership
- type EC2SecurityGroup
- type Endpoint
- type EngineDefaults
- type EngineFamily
- type Event
- type EventCategoriesMap
- type EventSubscription
- type ExportSourceType
- type ExportTask
- type FailoverState
- type FailoverStatus
- type Filter
- type GlobalCluster
- type GlobalClusterList
- type GlobalClusterMember
- type GlobalClusterMemberSynchronizationStatus
- type GlobalClusterSpec
- type GlobalClusterStatus
- type GlobalCluster_SDK
- type IAMAuthMode
- type IPRange
- type Integration
- type IntegrationError
- type IntegrationStatus
- type LimitlessDatabase
- type LimitlessDatabaseStatus
- type LocalWriteForwardingStatus
- type MasterUserSecret
- type Metric
- type MetricReference
- type MinimumEngineVersionPerAllowedValue
- type Option
- type OptionConfiguration
- type OptionGroup
- type OptionGroupMembership
- type OptionGroupOption
- type OptionGroupOptionSetting
- type OptionSetting
- type OptionVersion
- type OrderableDBInstanceOption
- type Outpost
- type Parameter
- type PendingCloudwatchLogsExports
- type PendingMaintenanceAction
- type PendingModifiedValues
- type PerformanceInsightsMetricDimensionGroup
- type PerformanceInsightsMetricQuery
- type PerformanceIssueDetails
- type ProcessorFeature
- type Range
- type RdsCustomClusterConfiguration
- type RecommendedAction
- type RecommendedActionParameter
- type RecommendedActionUpdate
- type RecurringCharge
- type ReplicaMode
- type ReservedDBInstance
- type ReservedDBInstancesOffering
- type ResourcePendingMaintenanceActions
- type RestoreWindow
- type ScalingConfiguration
- type ScalingConfigurationInfo
- type ServerlessV2FeaturesSupport
- type ServerlessV2ScalingConfiguration
- type ServerlessV2ScalingConfigurationInfo
- type SourceRegion
- type SourceType
- type Subnet
- type Tag
- type TargetHealth
- type TargetHealthReason
- type TargetRole
- type TargetState
- type TargetType
- type TenantDatabase
- type TenantDatabasePendingModifiedValues
- type Timezone
- type UpgradeTarget
- type UserAuthConfig
- type UserAuthConfigInfo
- type VPCSecurityGroupMembership
- type ValidDBInstanceModificationsMessage
- type ValidStorageOptions
- type WriteForwardingStatus
Constants ¶
This section is empty.
Variables ¶
var ( // LastAppliedConfigMapAnnotation is the annotation key used to store the namespaced name // of the last used secret for setting the master user password of a DBInstance or DBCluster. // // The secret namespaced name stored in this annotation is used to compute the "reference" delta // when the user updates the DBInstance or DBCluster resource. // // This annotation is only applied by the rds-controller, and should not be modified by the user. // In case the user modifies this annotation, the rds-controller may not be able to correctly // compute the "reference" delta, and can result in the rds-controller making unnecessary password // updates to the DBInstance or DBCluster. LastAppliedSecretAnnotation = fmt.Sprintf("%s/last-applied-secret-reference", GroupVersion.Group) // SkipFinalSnapshot is the annotation key used to skip the final snapshot when deleting a DBInstance // or DBCluster. If this annotation is set to "true", the final snapshot will be skipped. The default // value is "true" - meaning that when the annotation is not present, the final snapshot will be skipped. SkipFinalSnapshotAnnotation = fmt.Sprintf("%s/skip-final-snapshot", GroupVersion.Group) // FinalDBSnapshotIdentifier is the annotation key used to specify the final snapshot identifier when // deleting a DBInstance or DBCluster. If this annotation is set, the final snapshot will be created with // the specified identifier. // // If the SkipFinalSnapshot annotation is set to "true", this annotation will be ignored. FinalDBSnapshotIdentifierAnnotation = fmt.Sprintf("%s/final-db-snapshot-identifier", GroupVersion.Group) // DeleteAutomatedBackups is the annotation key used to specify whether automated backups should be // deleted when deleting a DBInstance or DBCluster. If this annotation is set to "true", automated backups // will be deleted. The default value is "false" - meaning that when the annotation is not present, automated // backups will not be deleted. DeleteAutomatedBackupsAnnotation = fmt.Sprintf("%s/delete-automated-backups", GroupVersion.Group) )
var ( // GroupVersion is the API Group Version used to register the objects GroupVersion = schema.GroupVersion{Group: "rds.services.k8s.aws", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type AccountQuota ¶
type AccountQuota struct {
AccountQuotaName *string `json:"accountQuotaName,omitempty"`
}
Describes a quota for an Amazon Web Services account.
The following are account quotas:
AllocatedStorage - The total allocated storage per account, in GiB. The used value is the total allocated storage in the account, in GiB.
AuthorizationsPerDBSecurityGroup - The number of ingress rules per DB security group. The used value is the highest number of ingress rules in a DB security group in the account. Other DB security groups in the account might have a lower number of ingress rules.
CustomEndpointsPerDBCluster - The number of custom endpoints per DB cluster. The used value is the highest number of custom endpoints in a DB clusters in the account. Other DB clusters in the account might have a lower number of custom endpoints.
DBClusterParameterGroups - The number of DB cluster parameter groups per account, excluding default parameter groups. The used value is the count of nondefault DB cluster parameter groups in the account.
DBClusterRoles - The number of associated Amazon Web Services Identity and Access Management (IAM) roles per DB cluster. The used value is the highest number of associated IAM roles for a DB cluster in the account. Other DB clusters in the account might have a lower number of associated IAM roles.
DBClusters - The number of DB clusters per account. The used value is the count of DB clusters in the account.
DBInstanceRoles - The number of associated IAM roles per DB instance. The used value is the highest number of associated IAM roles for a DB instance in the account. Other DB instances in the account might have a lower number of associated IAM roles.
DBInstances - The number of DB instances per account. The used value is the count of the DB instances in the account. Amazon RDS DB instances, Amazon Aurora DB instances, Amazon Neptune instances, and Amazon DocumentDB instances apply to this quota.
DBParameterGroups - The number of DB parameter groups per account, excluding default parameter groups. The used value is the count of nondefault DB parameter groups in the account.
DBSecurityGroups - The number of DB security groups (not VPC security groups) per account, excluding the default security group. The used value is the count of nondefault DB security groups in the account.
DBSubnetGroups - The number of DB subnet groups per account. The used value is the count of the DB subnet groups in the account.
EventSubscriptions - The number of event subscriptions per account. The used value is the count of the event subscriptions in the account.
ManualClusterSnapshots - The number of manual DB cluster snapshots per account. The used value is the count of the manual DB cluster snapshots in the account.
ManualSnapshots - The number of manual DB instance snapshots per account. The used value is the count of the manual DB instance snapshots in the account.
OptionGroups - The number of DB option groups per account, excluding default option groups. The used value is the count of nondefault DB option groups in the account.
ReadReplicasPerMaster - The number of read replicas per DB instance. The used value is the highest number of read replicas for a DB instance in the account. Other DB instances in the account might have a lower number of read replicas.
ReservedDBInstances - The number of reserved DB instances per account. The used value is the count of the active reserved DB instances in the account.
SubnetsPerDBSubnetGroup - The number of subnets per DB subnet group. The used value is highest number of subnets for a DB subnet group in the account. Other DB subnet groups in the account might have a lower number of subnets.
For more information, see Quotas for Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html) in the Amazon RDS User Guide and Quotas for Amazon Aurora (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_Limits.html) in the Amazon Aurora User Guide.
func (*AccountQuota) DeepCopy ¶
func (in *AccountQuota) DeepCopy() *AccountQuota
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountQuota.
func (*AccountQuota) DeepCopyInto ¶
func (in *AccountQuota) DeepCopyInto(out *AccountQuota)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ActivityStreamMode ¶
type ActivityStreamMode string
const ( ActivityStreamMode_async ActivityStreamMode = "async" ActivityStreamMode_sync ActivityStreamMode = "sync" )
type ActivityStreamPolicyStatus ¶ added in v0.1.1
type ActivityStreamPolicyStatus string
const ( ActivityStreamPolicyStatus_locked ActivityStreamPolicyStatus = "locked" ActivityStreamPolicyStatus_locking_policy ActivityStreamPolicyStatus = "locking-policy" ActivityStreamPolicyStatus_unlocked ActivityStreamPolicyStatus = "unlocked" ActivityStreamPolicyStatus_unlocking_policy ActivityStreamPolicyStatus = "unlocking-policy" )
type ActivityStreamStatus ¶
type ActivityStreamStatus string
const ( ActivityStreamStatus_started ActivityStreamStatus = "started" ActivityStreamStatus_starting ActivityStreamStatus = "starting" ActivityStreamStatus_stopped ActivityStreamStatus = "stopped" ActivityStreamStatus_stopping ActivityStreamStatus = "stopping" )
type ApplyMethod ¶
type ApplyMethod string
const ( ApplyMethod_immediate ApplyMethod = "immediate" ApplyMethod_pending_reboot ApplyMethod = "pending-reboot" )
type AuditPolicyState ¶ added in v0.1.1
type AuditPolicyState string
const ( AuditPolicyState_locked AuditPolicyState = "locked" AuditPolicyState_unlocked AuditPolicyState = "unlocked" )
type AutomationMode ¶ added in v0.0.16
type AutomationMode string
const ( AutomationMode_all_paused AutomationMode = "all-paused" AutomationMode_full AutomationMode = "full" )
type AvailabilityZone ¶
type AvailabilityZone struct {
Name *string `json:"name,omitempty"`
}
Contains Availability Zone information.
This data type is used as an element in the OrderableDBInstanceOption data type.
func (*AvailabilityZone) DeepCopy ¶
func (in *AvailabilityZone) DeepCopy() *AvailabilityZone
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AvailabilityZone.
func (*AvailabilityZone) DeepCopyInto ¶
func (in *AvailabilityZone) DeepCopyInto(out *AvailabilityZone)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AvailableProcessorFeature ¶
type AvailableProcessorFeature struct { AllowedValues *string `json:"allowedValues,omitempty"` DefaultValue *string `json:"defaultValue,omitempty"` Name *string `json:"name,omitempty"` }
Contains the available processor feature information for the DB instance class of a DB instance.
For more information, see Configuring the Processor of the DB Instance Class (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#USER_ConfigureProcessor) in the Amazon RDS User Guide.
func (*AvailableProcessorFeature) DeepCopy ¶
func (in *AvailableProcessorFeature) DeepCopy() *AvailableProcessorFeature
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AvailableProcessorFeature.
func (*AvailableProcessorFeature) DeepCopyInto ¶
func (in *AvailableProcessorFeature) DeepCopyInto(out *AvailableProcessorFeature)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BlueGreenDeployment ¶ added in v1.1.2
type BlueGreenDeployment struct { CreateTime *metav1.Time `json:"createTime,omitempty"` DeleteTime *metav1.Time `json:"deleteTime,omitempty"` // A list of tags. // // For more information, see Tagging Amazon RDS resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources // (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) // in the Amazon Aurora User Guide. TagList []*Tag `json:"tagList,omitempty"` }
Details about a blue/green deployment.
For more information, see Using Amazon RDS Blue/Green Deployments for database updates (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html) in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html) in the Amazon Aurora User Guide.
func (*BlueGreenDeployment) DeepCopy ¶ added in v1.1.2
func (in *BlueGreenDeployment) DeepCopy() *BlueGreenDeployment
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BlueGreenDeployment.
func (*BlueGreenDeployment) DeepCopyInto ¶ added in v1.1.2
func (in *BlueGreenDeployment) DeepCopyInto(out *BlueGreenDeployment)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Certificate ¶
type Certificate struct { CertificateARN *string `json:"certificateARN,omitempty"` CertificateIdentifier *string `json:"certificateIdentifier,omitempty"` CertificateType *string `json:"certificateType,omitempty"` CustomerOverride *bool `json:"customerOverride,omitempty"` CustomerOverrideValidTill *metav1.Time `json:"customerOverrideValidTill,omitempty"` Thumbprint *string `json:"thumbprint,omitempty"` ValidFrom *metav1.Time `json:"validFrom,omitempty"` ValidTill *metav1.Time `json:"validTill,omitempty"` }
A CA certificate for an Amazon Web Services account.
For more information, see Using SSL/TLS to encrypt a connection to a DB instance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html) in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html) in the Amazon Aurora User Guide.
func (*Certificate) DeepCopy ¶
func (in *Certificate) DeepCopy() *Certificate
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Certificate.
func (*Certificate) DeepCopyInto ¶
func (in *Certificate) DeepCopyInto(out *Certificate)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CertificateDetails ¶ added in v1.1.2
type CertificateDetails struct { CAIdentifier *string `json:"cAIdentifier,omitempty"` ValidTill *metav1.Time `json:"validTill,omitempty"` }
The details of the DB instance’s server certificate.
For more information, see Using SSL/TLS to encrypt a connection to a DB instance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html) in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html) in the Amazon Aurora User Guide.
func (*CertificateDetails) DeepCopy ¶ added in v1.1.2
func (in *CertificateDetails) DeepCopy() *CertificateDetails
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificateDetails.
func (*CertificateDetails) DeepCopyInto ¶ added in v1.1.2
func (in *CertificateDetails) DeepCopyInto(out *CertificateDetails)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CharacterSet ¶
type CharacterSet struct { CharacterSetDescription *string `json:"characterSetDescription,omitempty"` CharacterSetName *string `json:"characterSetName,omitempty"` }
This data type is used as a response element in the action DescribeDBEngineVersions.
func (*CharacterSet) DeepCopy ¶
func (in *CharacterSet) DeepCopy() *CharacterSet
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CharacterSet.
func (*CharacterSet) DeepCopyInto ¶
func (in *CharacterSet) DeepCopyInto(out *CharacterSet)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClientPasswordAuthType ¶ added in v1.1.2
type ClientPasswordAuthType string
const ( ClientPasswordAuthType_MYSQL_NATIVE_PASSWORD ClientPasswordAuthType = "MYSQL_NATIVE_PASSWORD" ClientPasswordAuthType_POSTGRES_MD5 ClientPasswordAuthType = "POSTGRES_MD5" ClientPasswordAuthType_POSTGRES_SCRAM_SHA_256 ClientPasswordAuthType = "POSTGRES_SCRAM_SHA_256" ClientPasswordAuthType_SQL_SERVER_AUTHENTICATION ClientPasswordAuthType = "SQL_SERVER_AUTHENTICATION" )
type CloudwatchLogsExportConfiguration ¶
type CloudwatchLogsExportConfiguration struct { DisableLogTypes []*string `json:"disableLogTypes,omitempty"` EnableLogTypes []*string `json:"enableLogTypes,omitempty"` }
The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB instance or DB cluster.
The EnableLogTypes and DisableLogTypes arrays determine which logs will be exported (or not exported) to CloudWatch Logs. The values within these arrays depend on the DB engine being used.
For more information about exporting CloudWatch Logs for Amazon RDS DB instances, see Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) in the Amazon RDS User Guide.
For more information about exporting CloudWatch Logs for Amazon Aurora DB clusters, see Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) in the Amazon Aurora User Guide.
func (*CloudwatchLogsExportConfiguration) DeepCopy ¶
func (in *CloudwatchLogsExportConfiguration) DeepCopy() *CloudwatchLogsExportConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudwatchLogsExportConfiguration.
func (*CloudwatchLogsExportConfiguration) DeepCopyInto ¶
func (in *CloudwatchLogsExportConfiguration) DeepCopyInto(out *CloudwatchLogsExportConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterPendingModifiedValues ¶
type ClusterPendingModifiedValues struct { AllocatedStorage *int64 `json:"allocatedStorage,omitempty"` BackupRetentionPeriod *int64 `json:"backupRetentionPeriod,omitempty"` DBClusterIdentifier *string `json:"dbClusterIdentifier,omitempty"` EngineVersion *string `json:"engineVersion,omitempty"` IAMDatabaseAuthenticationEnabled *bool `json:"iamDatabaseAuthenticationEnabled,omitempty"` IOPS *int64 `json:"iops,omitempty"` MasterUserPassword *string `json:"masterUserPassword,omitempty"` // A list of the log types whose configuration is still pending. In other words, // these log types are in the process of being activated or deactivated. PendingCloudwatchLogsExports *PendingCloudwatchLogsExports `json:"pendingCloudwatchLogsExports,omitempty"` }
This data type is used as a response element in the ModifyDBCluster operation and contains changes that will be applied during the next maintenance window.
func (*ClusterPendingModifiedValues) DeepCopy ¶
func (in *ClusterPendingModifiedValues) DeepCopy() *ClusterPendingModifiedValues
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterPendingModifiedValues.
func (*ClusterPendingModifiedValues) DeepCopyInto ¶
func (in *ClusterPendingModifiedValues) DeepCopyInto(out *ClusterPendingModifiedValues)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterScalabilityType ¶ added in v1.4.9
type ClusterScalabilityType string
const ( ClusterScalabilityType_limitless ClusterScalabilityType = "limitless" ClusterScalabilityType_standard ClusterScalabilityType = "standard" )
type ConnectionPoolConfiguration ¶
type ConnectionPoolConfiguration struct { ConnectionBorrowTimeout *int64 `json:"connectionBorrowTimeout,omitempty"` InitQuery *string `json:"initQuery,omitempty"` MaxConnectionsPercent *int64 `json:"maxConnectionsPercent,omitempty"` MaxIdleConnectionsPercent *int64 `json:"maxIdleConnectionsPercent,omitempty"` SessionPinningFilters []*string `json:"sessionPinningFilters,omitempty"` }
Specifies the settings that control the size and behavior of the connection pool associated with a DBProxyTargetGroup.
func (*ConnectionPoolConfiguration) DeepCopy ¶
func (in *ConnectionPoolConfiguration) DeepCopy() *ConnectionPoolConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConnectionPoolConfiguration.
func (*ConnectionPoolConfiguration) DeepCopyInto ¶
func (in *ConnectionPoolConfiguration) DeepCopyInto(out *ConnectionPoolConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConnectionPoolConfigurationInfo ¶
type ConnectionPoolConfigurationInfo struct { ConnectionBorrowTimeout *int64 `json:"connectionBorrowTimeout,omitempty"` InitQuery *string `json:"initQuery,omitempty"` MaxConnectionsPercent *int64 `json:"maxConnectionsPercent,omitempty"` MaxIdleConnectionsPercent *int64 `json:"maxIdleConnectionsPercent,omitempty"` SessionPinningFilters []*string `json:"sessionPinningFilters,omitempty"` }
Displays the settings that control the size and behavior of the connection pool associated with a DBProxyTarget.
func (*ConnectionPoolConfigurationInfo) DeepCopy ¶
func (in *ConnectionPoolConfigurationInfo) DeepCopy() *ConnectionPoolConfigurationInfo
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConnectionPoolConfigurationInfo.
func (*ConnectionPoolConfigurationInfo) DeepCopyInto ¶
func (in *ConnectionPoolConfigurationInfo) DeepCopyInto(out *ConnectionPoolConfigurationInfo)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ContextAttribute ¶ added in v1.4.9
type ContextAttribute struct { Key *string `json:"key,omitempty"` Value *string `json:"value,omitempty"` }
The additional attributes of RecommendedAction data type.
func (*ContextAttribute) DeepCopy ¶ added in v1.4.9
func (in *ContextAttribute) DeepCopy() *ContextAttribute
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContextAttribute.
func (*ContextAttribute) DeepCopyInto ¶ added in v1.4.9
func (in *ContextAttribute) DeepCopyInto(out *ContextAttribute)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CustomDBEngineVersionAMI ¶ added in v1.1.2
type CustomDBEngineVersionAMI struct { ImageID *string `json:"imageID,omitempty"` Status *string `json:"status,omitempty"` }
A value that indicates the AMI information.
func (*CustomDBEngineVersionAMI) DeepCopy ¶ added in v1.1.2
func (in *CustomDBEngineVersionAMI) DeepCopy() *CustomDBEngineVersionAMI
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomDBEngineVersionAMI.
func (*CustomDBEngineVersionAMI) DeepCopyInto ¶ added in v1.1.2
func (in *CustomDBEngineVersionAMI) DeepCopyInto(out *CustomDBEngineVersionAMI)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CustomEngineVersionStatus ¶ added in v0.0.16
type CustomEngineVersionStatus string
const ( CustomEngineVersionStatus_available CustomEngineVersionStatus = "available" CustomEngineVersionStatus_inactive CustomEngineVersionStatus = "inactive" CustomEngineVersionStatus_inactive_except_restore CustomEngineVersionStatus = "inactive-except-restore" )
type DBCluster ¶
type DBCluster struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DBClusterSpec `json:"spec,omitempty"` Status DBClusterStatus `json:"status,omitempty"` }
DBCluster is the Schema for the DBClusters API +kubebuilder:object:root=true +kubebuilder:subresource:status
func (*DBCluster) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBCluster.
func (*DBCluster) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DBCluster) DeepCopyObject ¶ added in v0.0.2
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DBClusterAutomatedBackup ¶ added in v1.4.9
type DBClusterAutomatedBackup struct { AllocatedStorage *int64 `json:"allocatedStorage,omitempty"` AvailabilityZones []*string `json:"availabilityZones,omitempty"` AWSBackupRecoveryPointARN *string `json:"awsBackupRecoveryPointARN,omitempty"` BackupRetentionPeriod *int64 `json:"backupRetentionPeriod,omitempty"` ClusterCreateTime *metav1.Time `json:"clusterCreateTime,omitempty"` DBClusterARN *string `json:"dbClusterARN,omitempty"` DBClusterAutomatedBackupsARN *string `json:"dbClusterAutomatedBackupsARN,omitempty"` DBClusterIdentifier *string `json:"dbClusterIdentifier,omitempty"` DBClusterResourceID *string `json:"dbClusterResourceID,omitempty"` Engine *string `json:"engine,omitempty"` EngineMode *string `json:"engineMode,omitempty"` EngineVersion *string `json:"engineVersion,omitempty"` IAMDatabaseAuthenticationEnabled *bool `json:"iamDatabaseAuthenticationEnabled,omitempty"` IOPS *int64 `json:"iops,omitempty"` KMSKeyID *string `json:"kmsKeyID,omitempty"` LicenseModel *string `json:"licenseModel,omitempty"` MasterUsername *string `json:"masterUsername,omitempty"` Port *int64 `json:"port,omitempty"` Region *string `json:"region,omitempty"` Status *string `json:"status,omitempty"` StorageEncrypted *bool `json:"storageEncrypted,omitempty"` StorageThroughput *int64 `json:"storageThroughput,omitempty"` StorageType *string `json:"storageType,omitempty"` VPCID *string `json:"vpcID,omitempty"` }
An automated backup of a DB cluster. It consists of system backups, transaction logs, and the database cluster properties that existed at the time you deleted the source cluster.
func (*DBClusterAutomatedBackup) DeepCopy ¶ added in v1.4.9
func (in *DBClusterAutomatedBackup) DeepCopy() *DBClusterAutomatedBackup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterAutomatedBackup.
func (*DBClusterAutomatedBackup) DeepCopyInto ¶ added in v1.4.9
func (in *DBClusterAutomatedBackup) DeepCopyInto(out *DBClusterAutomatedBackup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBClusterEndpoint ¶
type DBClusterEndpoint struct { CustomEndpointType *string `json:"customEndpointType,omitempty"` DBClusterEndpointARN *string `json:"dbClusterEndpointARN,omitempty"` DBClusterEndpointIdentifier *string `json:"dbClusterEndpointIdentifier,omitempty"` DBClusterEndpointResourceIdentifier *string `json:"dbClusterEndpointResourceIdentifier,omitempty"` DBClusterIdentifier *string `json:"dbClusterIdentifier,omitempty"` Endpoint *string `json:"endpoint,omitempty"` EndpointType *string `json:"endpointType,omitempty"` ExcludedMembers []*string `json:"excludedMembers,omitempty"` StaticMembers []*string `json:"staticMembers,omitempty"` Status *string `json:"status,omitempty"` }
This data type represents the information you need to connect to an Amazon Aurora DB cluster. This data type is used as a response element in the following actions:
CreateDBClusterEndpoint
DescribeDBClusterEndpoints
ModifyDBClusterEndpoint
DeleteDBClusterEndpoint
For the data structure that represents Amazon RDS DB instance endpoints, see Endpoint.
func (*DBClusterEndpoint) DeepCopy ¶
func (in *DBClusterEndpoint) DeepCopy() *DBClusterEndpoint
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterEndpoint.
func (*DBClusterEndpoint) DeepCopyInto ¶
func (in *DBClusterEndpoint) DeepCopyInto(out *DBClusterEndpoint)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBClusterList ¶ added in v0.0.2
type DBClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []DBCluster `json:"items"` }
DBClusterList contains a list of DBCluster +kubebuilder:object:root=true
func (*DBClusterList) DeepCopy ¶ added in v0.0.2
func (in *DBClusterList) DeepCopy() *DBClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterList.
func (*DBClusterList) DeepCopyInto ¶ added in v0.0.2
func (in *DBClusterList) DeepCopyInto(out *DBClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DBClusterList) DeepCopyObject ¶ added in v0.0.2
func (in *DBClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DBClusterMember ¶
type DBClusterMember struct { DBClusterParameterGroupStatus *string `json:"dbClusterParameterGroupStatus,omitempty"` DBInstanceIdentifier *string `json:"dbInstanceIdentifier,omitempty"` IsClusterWriter *bool `json:"isClusterWriter,omitempty"` PromotionTier *int64 `json:"promotionTier,omitempty"` }
Contains information about an instance that is part of a DB cluster.
func (*DBClusterMember) DeepCopy ¶
func (in *DBClusterMember) DeepCopy() *DBClusterMember
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterMember.
func (*DBClusterMember) DeepCopyInto ¶
func (in *DBClusterMember) DeepCopyInto(out *DBClusterMember)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBClusterOptionGroupStatus ¶
type DBClusterOptionGroupStatus struct { DBClusterOptionGroupName *string `json:"dbClusterOptionGroupName,omitempty"` Status *string `json:"status,omitempty"` }
Contains status information for a DB cluster option group.
func (*DBClusterOptionGroupStatus) DeepCopy ¶
func (in *DBClusterOptionGroupStatus) DeepCopy() *DBClusterOptionGroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterOptionGroupStatus.
func (*DBClusterOptionGroupStatus) DeepCopyInto ¶
func (in *DBClusterOptionGroupStatus) DeepCopyInto(out *DBClusterOptionGroupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBClusterParameterGroup ¶
type DBClusterParameterGroup struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DBClusterParameterGroupSpec `json:"spec,omitempty"` Status DBClusterParameterGroupStatus `json:"status,omitempty"` }
DBClusterParameterGroup is the Schema for the DBClusterParameterGroups API +kubebuilder:object:root=true +kubebuilder:subresource:status
func (*DBClusterParameterGroup) DeepCopy ¶
func (in *DBClusterParameterGroup) DeepCopy() *DBClusterParameterGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterParameterGroup.
func (*DBClusterParameterGroup) DeepCopyInto ¶
func (in *DBClusterParameterGroup) DeepCopyInto(out *DBClusterParameterGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DBClusterParameterGroup) DeepCopyObject ¶ added in v0.0.3
func (in *DBClusterParameterGroup) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DBClusterParameterGroupList ¶ added in v0.0.3
type DBClusterParameterGroupList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []DBClusterParameterGroup `json:"items"` }
DBClusterParameterGroupList contains a list of DBClusterParameterGroup +kubebuilder:object:root=true
func (*DBClusterParameterGroupList) DeepCopy ¶ added in v0.0.3
func (in *DBClusterParameterGroupList) DeepCopy() *DBClusterParameterGroupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterParameterGroupList.
func (*DBClusterParameterGroupList) DeepCopyInto ¶ added in v0.0.3
func (in *DBClusterParameterGroupList) DeepCopyInto(out *DBClusterParameterGroupList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DBClusterParameterGroupList) DeepCopyObject ¶ added in v0.0.3
func (in *DBClusterParameterGroupList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DBClusterParameterGroupSpec ¶ added in v0.0.3
type DBClusterParameterGroupSpec struct { // The description for the DB cluster parameter group. // +kubebuilder:validation:Required Description *string `json:"description"` // The DB cluster parameter group family name. A DB cluster parameter group // can be associated with one and only one DB cluster parameter group family, // and can be applied only to a DB cluster running a database engine and engine // version compatible with that DB cluster parameter group family. // // # Aurora MySQL // // Example: aurora-mysql5.7, aurora-mysql8.0 // // # Aurora PostgreSQL // // Example: aurora-postgresql14 // // # RDS for MySQL // // Example: mysql8.0 // // # RDS for PostgreSQL // // Example: postgres13 // // To list all of the available parameter group families for a DB engine, use // the following command: // // aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" // --engine // // For example, to list all of the available parameter group families for the // Aurora PostgreSQL DB engine, use the following command: // // aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" // --engine aurora-postgresql // // The output contains duplicates. // // The following are the valid DB engine values: // // - aurora-mysql // // - aurora-postgresql // // - mysql // // - postgres // // +kubebuilder:validation:Required Family *string `json:"family"` // The name of the DB cluster parameter group. // // Constraints: // // - Must not match the name of an existing DB cluster parameter group. // // This value is stored as a lowercase string. // +kubebuilder:validation:Required Name *string `json:"name"` ParameterOverrides map[string]*string `json:"parameterOverrides,omitempty"` // A list of parameters in the DB cluster parameter group to modify. // // Valid Values (for the application method): immediate | pending-reboot // // You can use the immediate value with dynamic parameters only. You can use // the pending-reboot value for both dynamic and static parameters. // // When the application method is immediate, changes to dynamic parameters are // applied immediately to the DB clusters associated with the parameter group. // When the application method is pending-reboot, changes to dynamic and static // parameters are applied after a reboot without failover to the DB clusters // associated with the parameter group. Parameters []*Parameter `json:"parameters,omitempty"` // Tags to assign to the DB cluster parameter group. Tags []*Tag `json:"tags,omitempty"` }
DBClusterParameterGroupSpec defines the desired state of DBClusterParameterGroup.
Contains the details of an Amazon RDS DB cluster parameter group.
This data type is used as a response element in the DescribeDBClusterParameterGroups action.
func (*DBClusterParameterGroupSpec) DeepCopy ¶ added in v0.0.3
func (in *DBClusterParameterGroupSpec) DeepCopy() *DBClusterParameterGroupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterParameterGroupSpec.
func (*DBClusterParameterGroupSpec) DeepCopyInto ¶ added in v0.0.3
func (in *DBClusterParameterGroupSpec) DeepCopyInto(out *DBClusterParameterGroupSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBClusterParameterGroupStatus ¶ added in v0.0.3
type DBClusterParameterGroupStatus struct { // All CRs managed by ACK have a common `Status.ACKResourceMetadata` member // that is used to contain resource sync state, account ownership, // constructed ARN for the resource // +kubebuilder:validation:Optional ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"` // All CRs managed by ACK have a common `Status.Conditions` member that // contains a collection of `ackv1alpha1.Condition` objects that describe // the various terminal states of the CR and its backend AWS service API // resource // +kubebuilder:validation:Optional Conditions []*ackv1alpha1.Condition `json:"conditions"` // Provides a list of parameters for the DB cluster parameter group. // +kubebuilder:validation:Optional ParameterOverrideStatuses []*Parameter `json:"parameterOverrideStatuses,omitempty"` }
DBClusterParameterGroupStatus defines the observed state of DBClusterParameterGroup
func (*DBClusterParameterGroupStatus) DeepCopy ¶ added in v0.0.3
func (in *DBClusterParameterGroupStatus) DeepCopy() *DBClusterParameterGroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterParameterGroupStatus.
func (*DBClusterParameterGroupStatus) DeepCopyInto ¶ added in v0.0.3
func (in *DBClusterParameterGroupStatus) DeepCopyInto(out *DBClusterParameterGroupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBClusterParameterGroup_SDK ¶ added in v0.0.3
type DBClusterParameterGroup_SDK struct { DBClusterParameterGroupARN *string `json:"dbClusterParameterGroupARN,omitempty"` DBClusterParameterGroupName *string `json:"dbClusterParameterGroupName,omitempty"` DBParameterGroupFamily *string `json:"dbParameterGroupFamily,omitempty"` Description *string `json:"description,omitempty"` }
Contains the details of an Amazon RDS DB cluster parameter group.
This data type is used as a response element in the DescribeDBClusterParameterGroups action.
func (*DBClusterParameterGroup_SDK) DeepCopy ¶ added in v0.0.3
func (in *DBClusterParameterGroup_SDK) DeepCopy() *DBClusterParameterGroup_SDK
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterParameterGroup_SDK.
func (*DBClusterParameterGroup_SDK) DeepCopyInto ¶ added in v0.0.3
func (in *DBClusterParameterGroup_SDK) DeepCopyInto(out *DBClusterParameterGroup_SDK)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBClusterRole ¶
type DBClusterRole struct { FeatureName *string `json:"featureName,omitempty"` RoleARN *string `json:"roleARN,omitempty"` Status *string `json:"status,omitempty"` }
Describes an Amazon Web Services Identity and Access Management (IAM) role that is associated with a DB cluster.
func (*DBClusterRole) DeepCopy ¶
func (in *DBClusterRole) DeepCopy() *DBClusterRole
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterRole.
func (*DBClusterRole) DeepCopyInto ¶
func (in *DBClusterRole) DeepCopyInto(out *DBClusterRole)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBClusterSnapshot ¶
type DBClusterSnapshot struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DBClusterSnapshotSpec `json:"spec,omitempty"` Status DBClusterSnapshotStatus `json:"status,omitempty"` }
DBClusterSnapshot is the Schema for the DBClusterSnapshots API +kubebuilder:object:root=true +kubebuilder:subresource:status
func (*DBClusterSnapshot) DeepCopy ¶
func (in *DBClusterSnapshot) DeepCopy() *DBClusterSnapshot
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterSnapshot.
func (*DBClusterSnapshot) DeepCopyInto ¶
func (in *DBClusterSnapshot) DeepCopyInto(out *DBClusterSnapshot)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DBClusterSnapshot) DeepCopyObject ¶ added in v1.4.0
func (in *DBClusterSnapshot) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DBClusterSnapshotAttribute ¶
type DBClusterSnapshotAttribute struct {
AttributeName *string `json:"attributeName,omitempty"`
}
Contains the name and values of a manual DB cluster snapshot attribute.
Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.
func (*DBClusterSnapshotAttribute) DeepCopy ¶
func (in *DBClusterSnapshotAttribute) DeepCopy() *DBClusterSnapshotAttribute
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterSnapshotAttribute.
func (*DBClusterSnapshotAttribute) DeepCopyInto ¶
func (in *DBClusterSnapshotAttribute) DeepCopyInto(out *DBClusterSnapshotAttribute)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBClusterSnapshotAttributesResult ¶
type DBClusterSnapshotAttributesResult struct {
DBClusterSnapshotIdentifier *string `json:"dbClusterSnapshotIdentifier,omitempty"`
}
Contains the results of a successful call to the DescribeDBClusterSnapshotAttributes API action.
Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts to copy or restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.
func (*DBClusterSnapshotAttributesResult) DeepCopy ¶
func (in *DBClusterSnapshotAttributesResult) DeepCopy() *DBClusterSnapshotAttributesResult
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterSnapshotAttributesResult.
func (*DBClusterSnapshotAttributesResult) DeepCopyInto ¶
func (in *DBClusterSnapshotAttributesResult) DeepCopyInto(out *DBClusterSnapshotAttributesResult)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBClusterSnapshotList ¶ added in v1.4.0
type DBClusterSnapshotList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []DBClusterSnapshot `json:"items"` }
DBClusterSnapshotList contains a list of DBClusterSnapshot +kubebuilder:object:root=true
func (*DBClusterSnapshotList) DeepCopy ¶ added in v1.4.0
func (in *DBClusterSnapshotList) DeepCopy() *DBClusterSnapshotList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterSnapshotList.
func (*DBClusterSnapshotList) DeepCopyInto ¶ added in v1.4.0
func (in *DBClusterSnapshotList) DeepCopyInto(out *DBClusterSnapshotList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DBClusterSnapshotList) DeepCopyObject ¶ added in v1.4.0
func (in *DBClusterSnapshotList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DBClusterSnapshotSpec ¶ added in v1.4.0
type DBClusterSnapshotSpec struct { // The identifier of the DB cluster to create a snapshot for. This parameter // isn't case-sensitive. // // Constraints: // // - Must match the identifier of an existing DBCluster. // // Example: my-cluster1 DBClusterIdentifier *string `json:"dbClusterIdentifier,omitempty"` DBClusterIdentifierRef *ackv1alpha1.AWSResourceReferenceWrapper `json:"dbClusterIdentifierRef,omitempty"` // The identifier of the DB cluster snapshot. This parameter is stored as a // lowercase string. // // Constraints: // // - Must contain from 1 to 63 letters, numbers, or hyphens. // // - First character must be a letter. // // - Can't end with a hyphen or contain two consecutive hyphens. // // Example: my-cluster1-snapshot1 // +kubebuilder:validation:Required DBClusterSnapshotIdentifier *string `json:"dbClusterSnapshotIdentifier"` // The tags to be assigned to the DB cluster snapshot. Tags []*Tag `json:"tags,omitempty"` }
DBClusterSnapshotSpec defines the desired state of DBClusterSnapshot.
Contains the details for an Amazon RDS DB cluster snapshot ¶
This data type is used as a response element in the DescribeDBClusterSnapshots action.
func (*DBClusterSnapshotSpec) DeepCopy ¶ added in v1.4.0
func (in *DBClusterSnapshotSpec) DeepCopy() *DBClusterSnapshotSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterSnapshotSpec.
func (*DBClusterSnapshotSpec) DeepCopyInto ¶ added in v1.4.0
func (in *DBClusterSnapshotSpec) DeepCopyInto(out *DBClusterSnapshotSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBClusterSnapshotStatus ¶ added in v1.4.0
type DBClusterSnapshotStatus struct { // All CRs managed by ACK have a common `Status.ACKResourceMetadata` member // that is used to contain resource sync state, account ownership, // constructed ARN for the resource // +kubebuilder:validation:Optional ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"` // All CRs managed by ACK have a common `Status.Conditions` member that // contains a collection of `ackv1alpha1.Condition` objects that describe // the various terminal states of the CR and its backend AWS service API // resource // +kubebuilder:validation:Optional Conditions []*ackv1alpha1.Condition `json:"conditions"` // The allocated storage size of the DB cluster snapshot in gibibytes (GiB). // +kubebuilder:validation:Optional AllocatedStorage *int64 `json:"allocatedStorage,omitempty"` // The list of Availability Zones (AZs) where instances in the DB cluster snapshot // can be restored. // +kubebuilder:validation:Optional AvailabilityZones []*string `json:"availabilityZones,omitempty"` // The time when the DB cluster was created, in Universal Coordinated Time (UTC). // +kubebuilder:validation:Optional ClusterCreateTime *metav1.Time `json:"clusterCreateTime,omitempty"` // Reserved for future use. // +kubebuilder:validation:Optional DBSystemID *string `json:"dbSystemID,omitempty"` // The name of the database engine for this DB cluster snapshot. // +kubebuilder:validation:Optional Engine *string `json:"engine,omitempty"` // The engine mode of the database engine for this DB cluster snapshot. // +kubebuilder:validation:Optional EngineMode *string `json:"engineMode,omitempty"` // The version of the database engine for this DB cluster snapshot. // +kubebuilder:validation:Optional EngineVersion *string `json:"engineVersion,omitempty"` // Indicates whether mapping of Amazon Web Services Identity and Access Management // (IAM) accounts to database accounts is enabled. // +kubebuilder:validation:Optional IAMDatabaseAuthenticationEnabled *bool `json:"iamDatabaseAuthenticationEnabled,omitempty"` // If StorageEncrypted is true, the Amazon Web Services KMS key identifier for // the encrypted DB cluster snapshot. // // The Amazon Web Services KMS key identifier is the key ARN, key ID, alias // ARN, or alias name for the KMS key. // +kubebuilder:validation:Optional KMSKeyID *string `json:"kmsKeyID,omitempty"` // The license model information for this DB cluster snapshot. // +kubebuilder:validation:Optional LicenseModel *string `json:"licenseModel,omitempty"` // The master username for this DB cluster snapshot. // +kubebuilder:validation:Optional MasterUsername *string `json:"masterUsername,omitempty"` // The percentage of the estimated data that has been transferred. // +kubebuilder:validation:Optional PercentProgress *int64 `json:"percentProgress,omitempty"` // The port that the DB cluster was listening on at the time of the snapshot. // +kubebuilder:validation:Optional Port *int64 `json:"port,omitempty"` // The time when the snapshot was taken, in Universal Coordinated Time (UTC). // +kubebuilder:validation:Optional SnapshotCreateTime *metav1.Time `json:"snapshotCreateTime,omitempty"` // The type of the DB cluster snapshot. // +kubebuilder:validation:Optional SnapshotType *string `json:"snapshotType,omitempty"` // If the DB cluster snapshot was copied from a source DB cluster snapshot, // the Amazon Resource Name (ARN) for the source DB cluster snapshot, otherwise, // a null value. // +kubebuilder:validation:Optional SourceDBClusterSnapshotARN *string `json:"sourceDBClusterSnapshotARN,omitempty"` // The status of this DB cluster snapshot. Valid statuses are the following: // // * available // // * copying // // * creating // +kubebuilder:validation:Optional Status *string `json:"status,omitempty"` // Indicates whether the DB cluster snapshot is encrypted. // +kubebuilder:validation:Optional StorageEncrypted *bool `json:"storageEncrypted,omitempty"` // +kubebuilder:validation:Optional TagList []*Tag `json:"tagList,omitempty"` // The VPC ID associated with the DB cluster snapshot. // +kubebuilder:validation:Optional VPCID *string `json:"vpcID,omitempty"` }
DBClusterSnapshotStatus defines the observed state of DBClusterSnapshot
func (*DBClusterSnapshotStatus) DeepCopy ¶ added in v1.4.0
func (in *DBClusterSnapshotStatus) DeepCopy() *DBClusterSnapshotStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterSnapshotStatus.
func (*DBClusterSnapshotStatus) DeepCopyInto ¶ added in v1.4.0
func (in *DBClusterSnapshotStatus) DeepCopyInto(out *DBClusterSnapshotStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBClusterSnapshot_SDK ¶ added in v1.4.0
type DBClusterSnapshot_SDK struct { AllocatedStorage *int64 `json:"allocatedStorage,omitempty"` AvailabilityZones []*string `json:"availabilityZones,omitempty"` ClusterCreateTime *metav1.Time `json:"clusterCreateTime,omitempty"` DBClusterIdentifier *string `json:"dbClusterIdentifier,omitempty"` DBClusterSnapshotARN *string `json:"dbClusterSnapshotARN,omitempty"` DBClusterSnapshotIdentifier *string `json:"dbClusterSnapshotIdentifier,omitempty"` DBSystemID *string `json:"dbSystemID,omitempty"` Engine *string `json:"engine,omitempty"` EngineMode *string `json:"engineMode,omitempty"` EngineVersion *string `json:"engineVersion,omitempty"` IAMDatabaseAuthenticationEnabled *bool `json:"iamDatabaseAuthenticationEnabled,omitempty"` KMSKeyID *string `json:"kmsKeyID,omitempty"` LicenseModel *string `json:"licenseModel,omitempty"` MasterUsername *string `json:"masterUsername,omitempty"` PercentProgress *int64 `json:"percentProgress,omitempty"` Port *int64 `json:"port,omitempty"` SnapshotCreateTime *metav1.Time `json:"snapshotCreateTime,omitempty"` SnapshotType *string `json:"snapshotType,omitempty"` SourceDBClusterSnapshotARN *string `json:"sourceDBClusterSnapshotARN,omitempty"` Status *string `json:"status,omitempty"` StorageEncrypted *bool `json:"storageEncrypted,omitempty"` // A list of tags. // // For more information, see Tagging Amazon RDS resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources // (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) // in the Amazon Aurora User Guide. TagList []*Tag `json:"tagList,omitempty"` VPCID *string `json:"vpcID,omitempty"` }
Contains the details for an Amazon RDS DB cluster snapshot
This data type is used as a response element in the DescribeDBClusterSnapshots action.
func (*DBClusterSnapshot_SDK) DeepCopy ¶ added in v1.4.0
func (in *DBClusterSnapshot_SDK) DeepCopy() *DBClusterSnapshot_SDK
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterSnapshot_SDK.
func (*DBClusterSnapshot_SDK) DeepCopyInto ¶ added in v1.4.0
func (in *DBClusterSnapshot_SDK) DeepCopyInto(out *DBClusterSnapshot_SDK)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBClusterSpec ¶ added in v0.0.2
type DBClusterSpec struct { // The amount of storage in gibibytes (GiB) to allocate to each DB instance // in the Multi-AZ DB cluster. // // Valid for Cluster Type: Multi-AZ DB clusters only // // This setting is required to create a Multi-AZ DB cluster. AllocatedStorage *int64 `json:"allocatedStorage,omitempty"` // Specifies whether minor engine upgrades are applied automatically to the // DB cluster during the maintenance window. By default, minor engine upgrades // are applied automatically. // // Valid for Cluster Type: Multi-AZ DB clusters only AutoMinorVersionUpgrade *bool `json:"autoMinorVersionUpgrade,omitempty"` // A list of Availability Zones (AZs) where you specifically want to create // DB instances in the DB cluster. // // For information on AZs, see Availability Zones (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.AvailabilityZones) // in the Amazon Aurora User Guide. // // Valid for Cluster Type: Aurora DB clusters only // // Constraints: // // - Can't specify more than three AZs. AvailabilityZones []*string `json:"availabilityZones,omitempty"` // The target backtrack window, in seconds. To disable backtracking, set this // value to 0. // // Valid for Cluster Type: Aurora MySQL DB clusters only // // Default: 0 // // Constraints: // // - If specified, this value must be set to a number from 0 to 259,200 (72 // hours). BacktrackWindow *int64 `json:"backtrackWindow,omitempty"` // The number of days for which automated backups are retained. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters // // Default: 1 // // Constraints: // // - Must be a value from 1 to 35. BackupRetentionPeriod *int64 `json:"backupRetentionPeriod,omitempty"` // The name of the character set (CharacterSet) to associate the DB cluster // with. // // Valid for Cluster Type: Aurora DB clusters only CharacterSetName *string `json:"characterSetName,omitempty"` // Specifies whether to copy all tags from the DB cluster to snapshots of the // DB cluster. The default is not to copy them. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters CopyTagsToSnapshot *bool `json:"copyTagsToSnapshot,omitempty"` // The identifier for this DB cluster. This parameter is stored as a lowercase // string. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters // // Constraints: // // - Must contain from 1 to 63 (for Aurora DB clusters) or 1 to 52 (for Multi-AZ // DB clusters) letters, numbers, or hyphens. // // - First character must be a letter. // // - Can't end with a hyphen or contain two consecutive hyphens. // // Example: my-cluster1 // +kubebuilder:validation:Required DBClusterIdentifier *string `json:"dbClusterIdentifier"` // The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, // for example db.m6gd.xlarge. Not all DB instance classes are available in // all Amazon Web Services Regions, or for all database engines. // // For the full list of DB instance classes and availability for your engine, // see DB instance class (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html) // in the Amazon RDS User Guide. // // This setting is required to create a Multi-AZ DB cluster. // // Valid for Cluster Type: Multi-AZ DB clusters only DBClusterInstanceClass *string `json:"dbClusterInstanceClass,omitempty"` // The name of the DB cluster parameter group to associate with this DB cluster. // If you don't specify a value, then the default DB cluster parameter group // for the specified DB engine and version is used. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters // // Constraints: // // - If supplied, must match the name of an existing DB cluster parameter // group. DBClusterParameterGroupName *string `json:"dbClusterParameterGroupName,omitempty"` DBClusterParameterGroupRef *ackv1alpha1.AWSResourceReferenceWrapper `json:"dbClusterParameterGroupRef,omitempty"` // A DB subnet group to associate with this DB cluster. // // This setting is required to create a Multi-AZ DB cluster. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters // // Constraints: // // - Must match the name of an existing DB subnet group. // // Example: mydbsubnetgroup DBSubnetGroupName *string `json:"dbSubnetGroupName,omitempty"` DBSubnetGroupRef *ackv1alpha1.AWSResourceReferenceWrapper `json:"dbSubnetGroupRef,omitempty"` // Reserved for future use. DBSystemID *string `json:"dbSystemID,omitempty"` // The name for your database of up to 64 alphanumeric characters. A database // named postgres is always created. If this parameter is specified, an additional // database with this name is created. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters DatabaseName *string `json:"databaseName,omitempty"` // Specifies whether the DB cluster has deletion protection enabled. The database // can't be deleted when deletion protection is enabled. By default, deletion // protection isn't enabled. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters DeletionProtection *bool `json:"deletionProtection,omitempty"` // DestinationRegion is used for presigning the request to a given region. DestinationRegion *string `json:"destinationRegion,omitempty"` // The Active Directory directory ID to create the DB cluster in. // // For Amazon Aurora DB clusters, Amazon RDS can use Kerberos authentication // to authenticate users that connect to the DB cluster. // // For more information, see Kerberos authentication (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/kerberos-authentication.html) // in the Amazon Aurora User Guide. // // Valid for Cluster Type: Aurora DB clusters only Domain *string `json:"domain,omitempty"` // The name of the IAM role to use when making API calls to the Directory Service. // // Valid for Cluster Type: Aurora DB clusters only DomainIAMRoleName *string `json:"domainIAMRoleName,omitempty"` // The list of log types that need to be enabled for exporting to CloudWatch // Logs. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters // // The following values are valid for each DB engine: // // - Aurora MySQL - audit | error | general | slowquery // // - Aurora PostgreSQL - postgresql // // - RDS for MySQL - error | general | slowquery // // - RDS for PostgreSQL - postgresql | upgrade // // For more information about exporting CloudWatch Logs for Amazon RDS, see // Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) // in the Amazon RDS User Guide. // // For more information about exporting CloudWatch Logs for Amazon Aurora, see // Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) // in the Amazon Aurora User Guide. EnableCloudwatchLogsExports []*string `json:"enableCloudwatchLogsExports,omitempty"` // Specifies whether to enable this DB cluster to forward write operations to // the primary cluster of a global cluster (Aurora global database). By default, // write operations are not allowed on Aurora DB clusters that are secondary // clusters in an Aurora global database. // // You can set this value only on Aurora DB clusters that are members of an // Aurora global database. With this parameter enabled, a secondary cluster // can forward writes to the current primary cluster, and the resulting changes // are replicated back to this cluster. For the primary DB cluster of an Aurora // global database, this value is used immediately if the primary is demoted // by a global cluster API operation, but it does nothing until then. // // Valid for Cluster Type: Aurora DB clusters only EnableGlobalWriteForwarding *bool `json:"enableGlobalWriteForwarding,omitempty"` // Specifies whether to enable the HTTP endpoint for the DB cluster. By default, // the HTTP endpoint isn't enabled. // // When enabled, the HTTP endpoint provides a connectionless web service API // (RDS Data API) for running SQL queries on the DB cluster. You can also query // your database from inside the RDS console with the RDS query editor. // // RDS Data API is supported with the following DB clusters: // // - Aurora PostgreSQL Serverless v2 and provisioned // // - Aurora PostgreSQL and Aurora MySQL Serverless v1 // // For more information, see Using RDS Data API (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html) // in the Amazon Aurora User Guide. // // Valid for Cluster Type: Aurora DB clusters only EnableHTTPEndpoint *bool `json:"enableHTTPEndpoint,omitempty"` // Specifies whether to enable mapping of Amazon Web Services Identity and Access // Management (IAM) accounts to database accounts. By default, mapping isn't // enabled. // // For more information, see IAM Database Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html) // in the Amazon Aurora User Guide or IAM database authentication for MariaDB, // MySQL, and PostgreSQL (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html) // in the Amazon RDS User Guide. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters EnableIAMDatabaseAuthentication *bool `json:"enableIAMDatabaseAuthentication,omitempty"` // Specifies whether to turn on Performance Insights for the DB cluster. // // For more information, see Using Amazon Performance Insights (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html) // in the Amazon RDS User Guide. // // Valid for Cluster Type: Multi-AZ DB clusters only EnablePerformanceInsights *bool `json:"enablePerformanceInsights,omitempty"` // The database engine to use for this DB cluster. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters // // Valid Values: // // - aurora-mysql // // - aurora-postgresql // // - mysql // // - postgres // // - neptune - For information about using Amazon Neptune, see the Amazon // Neptune User Guide (https://docs.aws.amazon.com/neptune/latest/userguide/intro.html). // // +kubebuilder:validation:Required Engine *string `json:"engine"` // The DB engine mode of the DB cluster, either provisioned or serverless. // // The serverless engine mode only applies for Aurora Serverless v1 DB clusters. // Aurora Serverless v2 DB clusters use the provisioned engine mode. // // For information about limitations and requirements for Serverless DB clusters, // see the following sections in the Amazon Aurora User Guide: // // - Limitations of Aurora Serverless v1 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations) // // - Requirements for Aurora Serverless v2 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html) // // Valid for Cluster Type: Aurora DB clusters only EngineMode *string `json:"engineMode,omitempty"` // The version number of the database engine to use. // // To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) // and version 3 (MySQL 8.0-compatible), use the following command: // // aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion" // // You can supply either 5.7 or 8.0 to use the default engine version for Aurora // MySQL version 2 or version 3, respectively. // // To list all of the available engine versions for Aurora PostgreSQL, use the // following command: // // aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion" // // To list all of the available engine versions for RDS for MySQL, use the following // command: // // aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion" // // To list all of the available engine versions for RDS for PostgreSQL, use // the following command: // // aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion" // // For information about a specific engine, see the following topics: // // - Aurora MySQL - see Database engine updates for Amazon Aurora MySQL (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) // in the Amazon Aurora User Guide. // // - Aurora PostgreSQL - see Amazon Aurora PostgreSQL releases and engine // versions (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.20180305.html) // in the Amazon Aurora User Guide. // // - RDS for MySQL - see Amazon RDS for MySQL (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt) // in the Amazon RDS User Guide. // // - RDS for PostgreSQL - see Amazon RDS for PostgreSQL (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts) // in the Amazon RDS User Guide. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters EngineVersion *string `json:"engineVersion,omitempty"` // The global cluster ID of an Aurora cluster that becomes the primary cluster // in the new global database cluster. // // Valid for Cluster Type: Aurora DB clusters only GlobalClusterIdentifier *string `json:"globalClusterIdentifier,omitempty"` // The amount of Provisioned IOPS (input/output operations per second) to be // initially allocated for each DB instance in the Multi-AZ DB cluster. // // For information about valid IOPS values, see Provisioned IOPS storage (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS) // in the Amazon RDS User Guide. // // This setting is required to create a Multi-AZ DB cluster. // // Valid for Cluster Type: Multi-AZ DB clusters only // // Constraints: // // - Must be a multiple between .5 and 50 of the storage amount for the DB // cluster. IOPS *int64 `json:"iops,omitempty"` // The Amazon Web Services KMS key identifier for an encrypted DB cluster. // // The Amazon Web Services KMS key identifier is the key ARN, key ID, alias // ARN, or alias name for the KMS key. To use a KMS key in a different Amazon // Web Services account, specify the key ARN or alias ARN. // // When a KMS key isn't specified in KmsKeyId: // // - If ReplicationSourceIdentifier identifies an encrypted source, then // Amazon RDS uses the KMS key used to encrypt the source. Otherwise, Amazon // RDS uses your default KMS key. // // - If the StorageEncrypted parameter is enabled and ReplicationSourceIdentifier // isn't specified, then Amazon RDS uses your default KMS key. // // There is a default KMS key for your Amazon Web Services account. Your Amazon // Web Services account has a different default KMS key for each Amazon Web // Services Region. // // If you create a read replica of an encrypted DB cluster in another Amazon // Web Services Region, make sure to set KmsKeyId to a KMS key identifier that // is valid in the destination Amazon Web Services Region. This KMS key is used // to encrypt the read replica in that Amazon Web Services Region. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters KMSKeyID *string `json:"kmsKeyID,omitempty"` KMSKeyRef *ackv1alpha1.AWSResourceReferenceWrapper `json:"kmsKeyRef,omitempty"` // Specifies whether to manage the master user password with Amazon Web Services // Secrets Manager. // // For more information, see Password management with Amazon Web Services Secrets // Manager (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) // in the Amazon RDS User Guide and Password management with Amazon Web Services // Secrets Manager (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html) // in the Amazon Aurora User Guide. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters // // Constraints: // // - Can't manage the master user password with Amazon Web Services Secrets // Manager if MasterUserPassword is specified. ManageMasterUserPassword *bool `json:"manageMasterUserPassword,omitempty"` // The password for the master database user. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters // // Constraints: // // - Must contain from 8 to 41 characters. // // - Can contain any printable ASCII character except "/", """, or "@". // // - Can't be specified if ManageMasterUserPassword is turned on. MasterUserPassword *ackv1alpha1.SecretKeyReference `json:"masterUserPassword,omitempty"` // The Amazon Web Services KMS key identifier to encrypt a secret that is automatically // generated and managed in Amazon Web Services Secrets Manager. // // This setting is valid only if the master user password is managed by RDS // in Amazon Web Services Secrets Manager for the DB cluster. // // The Amazon Web Services KMS key identifier is the key ARN, key ID, alias // ARN, or alias name for the KMS key. To use a KMS key in a different Amazon // Web Services account, specify the key ARN or alias ARN. // // If you don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager // KMS key is used to encrypt the secret. If the secret is in a different Amazon // Web Services account, then you can't use the aws/secretsmanager KMS key to // encrypt the secret, and you must use a customer managed KMS key. // // There is a default KMS key for your Amazon Web Services account. Your Amazon // Web Services account has a different default KMS key for each Amazon Web // Services Region. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters MasterUserSecretKMSKeyID *string `json:"masterUserSecretKMSKeyID,omitempty"` MasterUserSecretKMSKeyRef *ackv1alpha1.AWSResourceReferenceWrapper `json:"masterUserSecretKMSKeyRef,omitempty"` // The name of the master user for the DB cluster. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters // // Constraints: // // - Must be 1 to 16 letters or numbers. // // - First character must be a letter. // // - Can't be a reserved word for the chosen database engine. MasterUsername *string `json:"masterUsername,omitempty"` // The interval, in seconds, between points when Enhanced Monitoring metrics // are collected for the DB cluster. To turn off collecting Enhanced Monitoring // metrics, specify 0. // // If MonitoringRoleArn is specified, also set MonitoringInterval to a value // other than 0. // // Valid for Cluster Type: Multi-AZ DB clusters only // // Valid Values: 0 | 1 | 5 | 10 | 15 | 30 | 60 // // Default: 0 MonitoringInterval *int64 `json:"monitoringInterval,omitempty"` // The Amazon Resource Name (ARN) for the IAM role that permits RDS to send // Enhanced Monitoring metrics to Amazon CloudWatch Logs. An example is arn:aws:iam:123456789012:role/emaccess. // For information on creating a monitoring role, see Setting up and enabling // Enhanced Monitoring (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling) // in the Amazon RDS User Guide. // // If MonitoringInterval is set to a value other than 0, supply a MonitoringRoleArn // value. // // Valid for Cluster Type: Multi-AZ DB clusters only MonitoringRoleARN *string `json:"monitoringRoleARN,omitempty"` // The network type of the DB cluster. // // The network type is determined by the DBSubnetGroup specified for the DB // cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and // the IPv6 protocols (DUAL). // // For more information, see Working with a DB instance in a VPC (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html) // in the Amazon Aurora User Guide. // // Valid for Cluster Type: Aurora DB clusters only // // Valid Values: IPV4 | DUAL NetworkType *string `json:"networkType,omitempty"` // The option group to associate the DB cluster with. // // DB clusters are associated with a default option group that can't be modified. OptionGroupName *string `json:"optionGroupName,omitempty"` // The Amazon Web Services KMS key identifier for encryption of Performance // Insights data. // // The Amazon Web Services KMS key identifier is the key ARN, key ID, alias // ARN, or alias name for the KMS key. // // If you don't specify a value for PerformanceInsightsKMSKeyId, then Amazon // RDS uses your default KMS key. There is a default KMS key for your Amazon // Web Services account. Your Amazon Web Services account has a different default // KMS key for each Amazon Web Services Region. // // Valid for Cluster Type: Multi-AZ DB clusters only PerformanceInsightsKMSKeyID *string `json:"performanceInsightsKMSKeyID,omitempty"` // The number of days to retain Performance Insights data. // // Valid for Cluster Type: Multi-AZ DB clusters only // // Valid Values: // // - 7 // // - month * 31, where month is a number of months from 1-23. Examples: 93 // (3 months * 31), 341 (11 months * 31), 589 (19 months * 31) // // - 731 // // Default: 7 days // // If you specify a retention period that isn't valid, such as 94, Amazon RDS // issues an error. PerformanceInsightsRetentionPeriod *int64 `json:"performanceInsightsRetentionPeriod,omitempty"` // The port number on which the instances in the DB cluster accept connections. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters // // Valid Values: 1150-65535 // // Default: // // - RDS for MySQL and Aurora MySQL - 3306 // // - RDS for PostgreSQL and Aurora PostgreSQL - 5432 Port *int64 `json:"port,omitempty"` // When you are replicating a DB cluster from one Amazon Web Services GovCloud // (US) Region to another, an URL that contains a Signature Version 4 signed // request for the CreateDBCluster operation to be called in the source Amazon // Web Services Region where the DB cluster is replicated from. Specify PreSignedUrl // only when you are performing cross-Region replication from an encrypted DB // cluster. // // The presigned URL must be a valid request for the CreateDBCluster API operation // that can run in the source Amazon Web Services Region that contains the encrypted // DB cluster to copy. // // The presigned URL request must contain the following parameter values: // // - KmsKeyId - The KMS key identifier for the KMS key to use to encrypt // the copy of the DB cluster in the destination Amazon Web Services Region. // This should refer to the same KMS key for both the CreateDBCluster operation // that is called in the destination Amazon Web Services Region, and the // operation contained in the presigned URL. // // - DestinationRegion - The name of the Amazon Web Services Region that // Aurora read replica will be created in. // // - ReplicationSourceIdentifier - The DB cluster identifier for the encrypted // DB cluster to be copied. This identifier must be in the Amazon Resource // Name (ARN) format for the source Amazon Web Services Region. For example, // if you are copying an encrypted DB cluster from the us-west-2 Amazon Web // Services Region, then your ReplicationSourceIdentifier would look like // Example: arn:aws:rds:us-west-2:123456789012:cluster:aurora-cluster1. // // To learn how to generate a Signature Version 4 signed request, see Authenticating // Requests: Using Query Parameters (Amazon Web Services Signature Version 4) // (https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html) // and Signature Version 4 Signing Process (https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html). // // If you are using an Amazon Web Services SDK tool or the CLI, you can specify // SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl // manually. Specifying SourceRegion autogenerates a presigned URL that is a // valid request for the operation that can run in the source Amazon Web Services // Region. // // Valid for Cluster Type: Aurora DB clusters only PreSignedURL *string `json:"preSignedURL,omitempty"` // The daily time range during which automated backups are created if automated // backups are enabled using the BackupRetentionPeriod parameter. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters // // The default is a 30-minute window selected at random from an 8-hour block // of time for each Amazon Web Services Region. To view the time blocks available, // see Backup window (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow) // in the Amazon Aurora User Guide. // // Constraints: // // - Must be in the format hh24:mi-hh24:mi. // // - Must be in Universal Coordinated Time (UTC). // // - Must not conflict with the preferred maintenance window. // // - Must be at least 30 minutes. PreferredBackupWindow *string `json:"preferredBackupWindow,omitempty"` // The weekly time range during which system maintenance can occur. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters // // The default is a 30-minute window selected at random from an 8-hour block // of time for each Amazon Web Services Region, occurring on a random day of // the week. To see the time blocks available, see Adjusting the Preferred DB // Cluster Maintenance Window (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora) // in the Amazon Aurora User Guide. // // Constraints: // // - Must be in the format ddd:hh24:mi-ddd:hh24:mi. // // - Days must be one of Mon | Tue | Wed | Thu | Fri | Sat | Sun. // // - Must be in Universal Coordinated Time (UTC). // // - Must be at least 30 minutes. PreferredMaintenanceWindow *string `json:"preferredMaintenanceWindow,omitempty"` // Specifies whether the DB cluster is publicly accessible. // // When the DB cluster is publicly accessible and you connect from outside of // the DB cluster's virtual private cloud (VPC), its Domain Name System (DNS) // endpoint resolves to the public IP address. When you connect from within // the same VPC as the DB cluster, the endpoint resolves to the private IP address. // Access to the DB cluster is ultimately controlled by the security group it // uses. That public access isn't permitted if the security group assigned to // the DB cluster doesn't permit it. // // When the DB cluster isn't publicly accessible, it is an internal DB cluster // with a DNS name that resolves to a private IP address. // // Valid for Cluster Type: Multi-AZ DB clusters only // // Default: The default behavior varies depending on whether DBSubnetGroupName // is specified. // // If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, // the following applies: // // - If the default VPC in the target Region doesn’t have an internet gateway // attached to it, the DB cluster is private. // // - If the default VPC in the target Region has an internet gateway attached // to it, the DB cluster is public. // // If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, // the following applies: // // - If the subnets are part of a VPC that doesn’t have an internet gateway // attached to it, the DB cluster is private. // // - If the subnets are part of a VPC that has an internet gateway attached // to it, the DB cluster is public. PubliclyAccessible *bool `json:"publiclyAccessible,omitempty"` // The Amazon Resource Name (ARN) of the source DB instance or DB cluster if // this DB cluster is created as a read replica. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters ReplicationSourceIdentifier *string `json:"replicationSourceIdentifier,omitempty"` // The date and time to restore the DB cluster to. // // Valid Values: Value must be a time in Universal Coordinated Time (UTC) format // // Constraints: // // - Must be before the latest restorable time for the DB instance // // - Must be specified if UseLatestRestorableTime parameter isn't provided // // - Can't be specified if the UseLatestRestorableTime parameter is enabled // // - Can't be specified if the RestoreType parameter is copy-on-write // // Example: 2015-03-07T23:45:00Z // // Valid for: Aurora DB clusters and Multi-AZ DB clusters RestoreToTime *metav1.Time `json:"restoreToTime,omitempty"` // The type of restore to be performed. You can specify one of the following // values: // // - full-copy - The new DB cluster is restored as a full copy of the source // DB cluster. // // - copy-on-write - The new DB cluster is restored as a clone of the source // DB cluster. // // If you don't specify a RestoreType value, then the new DB cluster is restored // as a full copy of the source DB cluster. // // Valid for: Aurora DB clusters and Multi-AZ DB clusters RestoreType *string `json:"restoreType,omitempty"` // For DB clusters in serverless DB engine mode, the scaling properties of the // DB cluster. // // Valid for Cluster Type: Aurora DB clusters only ScalingConfiguration *ScalingConfiguration `json:"scalingConfiguration,omitempty"` ServerlessV2ScalingConfiguration *ServerlessV2ScalingConfiguration `json:"serverlessV2ScalingConfiguration,omitempty"` // The identifier for the DB snapshot or DB cluster snapshot to restore from. // // You can use either the name or the Amazon Resource Name (ARN) to specify // a DB cluster snapshot. However, you can use only the ARN to specify a DB // snapshot. // // Constraints: // // - Must match the identifier of an existing Snapshot. // // Valid for: Aurora DB clusters and Multi-AZ DB clusters SnapshotIdentifier *string `json:"snapshotIdentifier,omitempty"` // The identifier of the source DB cluster from which to restore. // // Constraints: // // - Must match the identifier of an existing DBCluster. // // Valid for: Aurora DB clusters and Multi-AZ DB clusters SourceDBClusterIdentifier *string `json:"sourceDBClusterIdentifier,omitempty"` // SourceRegion is the source region where the resource exists. This is not // sent over the wire and is only used for presigning. This value should always // have the same region as the source ARN. SourceRegion *string `json:"sourceRegion,omitempty"` // Specifies whether the DB cluster is encrypted. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters StorageEncrypted *bool `json:"storageEncrypted,omitempty"` // The storage type to associate with the DB cluster. // // For information on storage types for Aurora DB clusters, see Storage configurations // for Amazon Aurora DB clusters (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Overview.StorageReliability.html#aurora-storage-type). // For information on storage types for Multi-AZ DB clusters, see Settings for // creating Multi-AZ DB clusters (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/create-multi-az-db-cluster.html#create-multi-az-db-cluster-settings). // // This setting is required to create a Multi-AZ DB cluster. // // When specified for a Multi-AZ DB cluster, a value for the Iops parameter // is required. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters // // Valid Values: // // - Aurora DB clusters - aurora | aurora-iopt1 // // - Multi-AZ DB clusters - io1 | io2 | gp3 // // Default: // // - Aurora DB clusters - aurora // // - Multi-AZ DB clusters - io1 // // When you create an Aurora DB cluster with the storage type set to aurora-iopt1, // the storage type is returned in the response. The storage type isn't returned // when you set it to aurora. StorageType *string `json:"storageType,omitempty"` // Tags to assign to the DB cluster. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Tags []*Tag `json:"tags,omitempty"` // Specifies whether to restore the DB cluster to the latest restorable backup // time. By default, the DB cluster isn't restored to the latest restorable // backup time. // // Constraints: Can't be specified if RestoreToTime parameter is provided. // // Valid for: Aurora DB clusters and Multi-AZ DB clusters UseLatestRestorableTime *bool `json:"useLatestRestorableTime,omitempty"` // A list of EC2 VPC security groups to associate with this DB cluster. // // Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters VPCSecurityGroupIDs []*string `json:"vpcSecurityGroupIDs,omitempty"` VPCSecurityGroupRefs []*ackv1alpha1.AWSResourceReferenceWrapper `json:"vpcSecurityGroupRefs,omitempty"` }
DBClusterSpec defines the desired state of DBCluster.
Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.
For an Amazon Aurora DB cluster, this data type is used as a response element in the operations CreateDBCluster, DeleteDBCluster, DescribeDBClusters, FailoverDBCluster, ModifyDBCluster, PromoteReadReplicaDBCluster, RestoreDBClusterFromS3, RestoreDBClusterFromSnapshot, RestoreDBClusterToPointInTime, StartDBCluster, and StopDBCluster.
For a Multi-AZ DB cluster, this data type is used as a response element in the operations CreateDBCluster, DeleteDBCluster, DescribeDBClusters, FailoverDBCluster, ModifyDBCluster, RebootDBCluster, RestoreDBClusterFromSnapshot, and RestoreDBClusterToPointInTime.
For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html) in the Amazon RDS User Guide.
func (*DBClusterSpec) DeepCopy ¶ added in v0.0.2
func (in *DBClusterSpec) DeepCopy() *DBClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterSpec.
func (*DBClusterSpec) DeepCopyInto ¶ added in v0.0.2
func (in *DBClusterSpec) DeepCopyInto(out *DBClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBClusterStatus ¶ added in v0.0.2
type DBClusterStatus struct { // All CRs managed by ACK have a common `Status.ACKResourceMetadata` member // that is used to contain resource sync state, account ownership, // constructed ARN for the resource // +kubebuilder:validation:Optional ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"` // All CRs managed by ACK have a common `Status.Conditions` member that // contains a collection of `ackv1alpha1.Condition` objects that describe // the various terminal states of the CR and its backend AWS service API // resource // +kubebuilder:validation:Optional Conditions []*ackv1alpha1.Condition `json:"conditions"` // The name of the Amazon Kinesis data stream used for the database activity // stream. // +kubebuilder:validation:Optional ActivityStreamKinesisStreamName *string `json:"activityStreamKinesisStreamName,omitempty"` // The Amazon Web Services KMS key identifier used for encrypting messages in // the database activity stream. // // The Amazon Web Services KMS key identifier is the key ARN, key ID, alias // ARN, or alias name for the KMS key. // +kubebuilder:validation:Optional ActivityStreamKMSKeyID *string `json:"activityStreamKMSKeyID,omitempty"` // The mode of the database activity stream. Database events such as a change // or access generate an activity stream event. The database session can handle // these events either synchronously or asynchronously. // +kubebuilder:validation:Optional ActivityStreamMode *string `json:"activityStreamMode,omitempty"` // The status of the database activity stream. // +kubebuilder:validation:Optional ActivityStreamStatus *string `json:"activityStreamStatus,omitempty"` // A list of the Amazon Web Services Identity and Access Management (IAM) roles // that are associated with the DB cluster. IAM roles that are associated with // a DB cluster grant permission for the DB cluster to access other Amazon Web // Services on your behalf. // +kubebuilder:validation:Optional AssociatedRoles []*DBClusterRole `json:"associatedRoles,omitempty"` // The time when a stopped DB cluster is restarted automatically. // +kubebuilder:validation:Optional AutomaticRestartTime *metav1.Time `json:"automaticRestartTime,omitempty"` // The number of change records stored for Backtrack. // +kubebuilder:validation:Optional BacktrackConsumedChangeRecords *int64 `json:"backtrackConsumedChangeRecords,omitempty"` // The current capacity of an Aurora Serverless v1 DB cluster. The capacity // is 0 (zero) when the cluster is paused. // // For more information about Aurora Serverless v1, see Using Amazon Aurora // Serverless v1 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html) // in the Amazon Aurora User Guide. // +kubebuilder:validation:Optional Capacity *int64 `json:"capacity,omitempty"` // The ID of the clone group with which the DB cluster is associated. // +kubebuilder:validation:Optional CloneGroupID *string `json:"cloneGroupID,omitempty"` // The time when the DB cluster was created, in Universal Coordinated Time (UTC). // +kubebuilder:validation:Optional ClusterCreateTime *metav1.Time `json:"clusterCreateTime,omitempty"` // Indicates whether the DB cluster is a clone of a DB cluster owned by a different // Amazon Web Services account. // +kubebuilder:validation:Optional CrossAccountClone *bool `json:"crossAccountClone,omitempty"` // The custom endpoints associated with the DB cluster. // +kubebuilder:validation:Optional CustomEndpoints []*string `json:"customEndpoints,omitempty"` // The list of DB instances that make up the DB cluster. // +kubebuilder:validation:Optional DBClusterMembers []*DBClusterMember `json:"dbClusterMembers,omitempty"` // The list of option group memberships for this DB cluster. // +kubebuilder:validation:Optional DBClusterOptionGroupMemberships []*DBClusterOptionGroupStatus `json:"dbClusterOptionGroupMemberships,omitempty"` // The name of the DB cluster parameter group for the DB cluster. // +kubebuilder:validation:Optional DBClusterParameterGroup *string `json:"dbClusterParameterGroup,omitempty"` // Information about the subnet group associated with the DB cluster, including // the name, description, and subnets in the subnet group. // +kubebuilder:validation:Optional DBSubnetGroup *string `json:"dbSubnetGroup,omitempty"` // The Amazon Web Services Region-unique, immutable identifier for the DB cluster. // This identifier is found in Amazon Web Services CloudTrail log entries whenever // the KMS key for the DB cluster is accessed. // +kubebuilder:validation:Optional DBClusterResourceID *string `json:"dbClusterResourceID,omitempty"` // The Active Directory Domain membership records associated with the DB cluster. // +kubebuilder:validation:Optional DomainMemberships []*DomainMembership `json:"domainMemberships,omitempty"` // The earliest time to which a DB cluster can be backtracked. // +kubebuilder:validation:Optional EarliestBacktrackTime *metav1.Time `json:"earliestBacktrackTime,omitempty"` // The earliest time to which a database can be restored with point-in-time // restore. // +kubebuilder:validation:Optional EarliestRestorableTime *metav1.Time `json:"earliestRestorableTime,omitempty"` // A list of log types that this DB cluster is configured to export to CloudWatch // Logs. // // Log types vary by DB engine. For information about the log types for each // DB engine, see Amazon RDS Database Log Files (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html) // in the Amazon Aurora User Guide. // +kubebuilder:validation:Optional EnabledCloudwatchLogsExports []*string `json:"enabledCloudwatchLogsExports,omitempty"` // The connection endpoint for the primary instance of the DB cluster. // +kubebuilder:validation:Optional Endpoint *string `json:"endpoint,omitempty"` // Indicates whether write forwarding is enabled for a secondary cluster in // an Aurora global database. Because write forwarding takes time to enable, // check the value of GlobalWriteForwardingStatus to confirm that the request // has completed before using the write forwarding feature for this cluster. // +kubebuilder:validation:Optional GlobalWriteForwardingRequested *bool `json:"globalWriteForwardingRequested,omitempty"` // The status of write forwarding for a secondary cluster in an Aurora global // database. // +kubebuilder:validation:Optional GlobalWriteForwardingStatus *string `json:"globalWriteForwardingStatus,omitempty"` // The ID that Amazon Route 53 assigns when you create a hosted zone. // +kubebuilder:validation:Optional HostedZoneID *string `json:"hostedZoneID,omitempty"` // Indicates whether the HTTP endpoint is enabled for an Aurora DB cluster. // // When enabled, the HTTP endpoint provides a connectionless web service API // (RDS Data API) for running SQL queries on the DB cluster. You can also query // your database from inside the RDS console with the RDS query editor. // // For more information, see Using RDS Data API (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html) // in the Amazon Aurora User Guide. // +kubebuilder:validation:Optional HTTPEndpointEnabled *bool `json:"httpEndpointEnabled,omitempty"` // Indicates whether the mapping of Amazon Web Services Identity and Access // Management (IAM) accounts to database accounts is enabled. // +kubebuilder:validation:Optional IAMDatabaseAuthenticationEnabled *bool `json:"iamDatabaseAuthenticationEnabled,omitempty"` // The latest time to which a database can be restored with point-in-time restore. // +kubebuilder:validation:Optional LatestRestorableTime *metav1.Time `json:"latestRestorableTime,omitempty"` // The secret managed by RDS in Amazon Web Services Secrets Manager for the // master user password. // // For more information, see Password management with Amazon Web Services Secrets // Manager (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) // in the Amazon RDS User Guide and Password management with Amazon Web Services // Secrets Manager (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html) // in the Amazon Aurora User Guide. // +kubebuilder:validation:Optional MasterUserSecret *MasterUserSecret `json:"masterUserSecret,omitempty"` // Indicates whether the DB cluster has instances in multiple Availability Zones. // +kubebuilder:validation:Optional MultiAZ *bool `json:"multiAZ,omitempty"` // Information about pending changes to the DB cluster. This information is // returned only when there are pending changes. Specific changes are identified // by subelements. // +kubebuilder:validation:Optional PendingModifiedValues *ClusterPendingModifiedValues `json:"pendingModifiedValues,omitempty"` // The progress of the operation as a percentage. // +kubebuilder:validation:Optional PercentProgress *string `json:"percentProgress,omitempty"` // Indicates whether Performance Insights is enabled for the DB cluster. // // This setting is only for non-Aurora Multi-AZ DB clusters. // +kubebuilder:validation:Optional PerformanceInsightsEnabled *bool `json:"performanceInsightsEnabled,omitempty"` // Contains one or more identifiers of the read replicas associated with this // DB cluster. // +kubebuilder:validation:Optional ReadReplicaIdentifiers []*string `json:"readReplicaIdentifiers,omitempty"` // The reader endpoint for the DB cluster. The reader endpoint for a DB cluster // load-balances connections across the Aurora Replicas that are available in // a DB cluster. As clients request new connections to the reader endpoint, // Aurora distributes the connection requests among the Aurora Replicas in the // DB cluster. This functionality can help balance your read workload across // multiple Aurora Replicas in your DB cluster. // // If a failover occurs, and the Aurora Replica that you are connected to is // promoted to be the primary instance, your connection is dropped. To continue // sending your read workload to other Aurora Replicas in the cluster, you can // then reconnect to the reader endpoint. // +kubebuilder:validation:Optional ReaderEndpoint *string `json:"readerEndpoint,omitempty"` // The current state of this DB cluster. // +kubebuilder:validation:Optional Status *string `json:"status,omitempty"` // +kubebuilder:validation:Optional TagList []*Tag `json:"tagList,omitempty"` // The list of VPC security groups that the DB cluster belongs to. // +kubebuilder:validation:Optional VPCSecurityGroups []*VPCSecurityGroupMembership `json:"vpcSecurityGroups,omitempty"` }
DBClusterStatus defines the observed state of DBCluster
func (*DBClusterStatus) DeepCopy ¶ added in v0.0.2
func (in *DBClusterStatus) DeepCopy() *DBClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterStatus.
func (*DBClusterStatus) DeepCopyInto ¶ added in v0.0.2
func (in *DBClusterStatus) DeepCopyInto(out *DBClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBClusterStatusInfo ¶ added in v1.4.9
type DBClusterStatusInfo struct { Message *string `json:"message,omitempty"` Normal *bool `json:"normal,omitempty"` Status *string `json:"status,omitempty"` StatusType *string `json:"statusType,omitempty"` }
Reserved for future use.
func (*DBClusterStatusInfo) DeepCopy ¶ added in v1.4.9
func (in *DBClusterStatusInfo) DeepCopy() *DBClusterStatusInfo
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBClusterStatusInfo.
func (*DBClusterStatusInfo) DeepCopyInto ¶ added in v1.4.9
func (in *DBClusterStatusInfo) DeepCopyInto(out *DBClusterStatusInfo)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBCluster_SDK ¶ added in v0.0.2
type DBCluster_SDK struct { ActivityStreamKinesisStreamName *string `json:"activityStreamKinesisStreamName,omitempty"` ActivityStreamKMSKeyID *string `json:"activityStreamKMSKeyID,omitempty"` ActivityStreamMode *string `json:"activityStreamMode,omitempty"` ActivityStreamStatus *string `json:"activityStreamStatus,omitempty"` AllocatedStorage *int64 `json:"allocatedStorage,omitempty"` AssociatedRoles []*DBClusterRole `json:"associatedRoles,omitempty"` AutoMinorVersionUpgrade *bool `json:"autoMinorVersionUpgrade,omitempty"` AutomaticRestartTime *metav1.Time `json:"automaticRestartTime,omitempty"` AvailabilityZones []*string `json:"availabilityZones,omitempty"` BacktrackConsumedChangeRecords *int64 `json:"backtrackConsumedChangeRecords,omitempty"` BacktrackWindow *int64 `json:"backtrackWindow,omitempty"` BackupRetentionPeriod *int64 `json:"backupRetentionPeriod,omitempty"` Capacity *int64 `json:"capacity,omitempty"` CharacterSetName *string `json:"characterSetName,omitempty"` CloneGroupID *string `json:"cloneGroupID,omitempty"` ClusterCreateTime *metav1.Time `json:"clusterCreateTime,omitempty"` CopyTagsToSnapshot *bool `json:"copyTagsToSnapshot,omitempty"` CrossAccountClone *bool `json:"crossAccountClone,omitempty"` CustomEndpoints []*string `json:"customEndpoints,omitempty"` DBClusterARN *string `json:"dbClusterARN,omitempty"` DBClusterIdentifier *string `json:"dbClusterIdentifier,omitempty"` DBClusterInstanceClass *string `json:"dbClusterInstanceClass,omitempty"` DBClusterMembers []*DBClusterMember `json:"dbClusterMembers,omitempty"` DBClusterOptionGroupMemberships []*DBClusterOptionGroupStatus `json:"dbClusterOptionGroupMemberships,omitempty"` DBClusterParameterGroup *string `json:"dbClusterParameterGroup,omitempty"` DBSubnetGroup *string `json:"dbSubnetGroup,omitempty"` DBSystemID *string `json:"dbSystemID,omitempty"` DatabaseName *string `json:"databaseName,omitempty"` DBClusterResourceID *string `json:"dbClusterResourceID,omitempty"` DeletionProtection *bool `json:"deletionProtection,omitempty"` DomainMemberships []*DomainMembership `json:"domainMemberships,omitempty"` EarliestBacktrackTime *metav1.Time `json:"earliestBacktrackTime,omitempty"` EarliestRestorableTime *metav1.Time `json:"earliestRestorableTime,omitempty"` EnabledCloudwatchLogsExports []*string `json:"enabledCloudwatchLogsExports,omitempty"` Endpoint *string `json:"endpoint,omitempty"` Engine *string `json:"engine,omitempty"` EngineMode *string `json:"engineMode,omitempty"` EngineVersion *string `json:"engineVersion,omitempty"` GlobalWriteForwardingRequested *bool `json:"globalWriteForwardingRequested,omitempty"` GlobalWriteForwardingStatus *string `json:"globalWriteForwardingStatus,omitempty"` HostedZoneID *string `json:"hostedZoneID,omitempty"` HTTPEndpointEnabled *bool `json:"httpEndpointEnabled,omitempty"` IAMDatabaseAuthenticationEnabled *bool `json:"iamDatabaseAuthenticationEnabled,omitempty"` IOPS *int64 `json:"iops,omitempty"` KMSKeyID *string `json:"kmsKeyID,omitempty"` LatestRestorableTime *metav1.Time `json:"latestRestorableTime,omitempty"` // Contains the secret managed by RDS in Amazon Web Services Secrets Manager // for the master user password. // // For more information, see Password management with Amazon Web Services Secrets // Manager (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) // in the Amazon RDS User Guide and Password management with Amazon Web Services // Secrets Manager (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html) // in the Amazon Aurora User Guide. MasterUserSecret *MasterUserSecret `json:"masterUserSecret,omitempty"` MasterUsername *string `json:"masterUsername,omitempty"` MonitoringInterval *int64 `json:"monitoringInterval,omitempty"` MonitoringRoleARN *string `json:"monitoringRoleARN,omitempty"` MultiAZ *bool `json:"multiAZ,omitempty"` NetworkType *string `json:"networkType,omitempty"` // This data type is used as a response element in the ModifyDBCluster operation // and contains changes that will be applied during the next maintenance window. PendingModifiedValues *ClusterPendingModifiedValues `json:"pendingModifiedValues,omitempty"` PercentProgress *string `json:"percentProgress,omitempty"` PerformanceInsightsEnabled *bool `json:"performanceInsightsEnabled,omitempty"` PerformanceInsightsKMSKeyID *string `json:"performanceInsightsKMSKeyID,omitempty"` PerformanceInsightsRetentionPeriod *int64 `json:"performanceInsightsRetentionPeriod,omitempty"` Port *int64 `json:"port,omitempty"` PreferredBackupWindow *string `json:"preferredBackupWindow,omitempty"` PreferredMaintenanceWindow *string `json:"preferredMaintenanceWindow,omitempty"` PubliclyAccessible *bool `json:"publiclyAccessible,omitempty"` ReadReplicaIdentifiers []*string `json:"readReplicaIdentifiers,omitempty"` ReaderEndpoint *string `json:"readerEndpoint,omitempty"` ReplicationSourceIdentifier *string `json:"replicationSourceIdentifier,omitempty"` // The scaling configuration for an Aurora DB cluster in serverless DB engine // mode. // // For more information, see Using Amazon Aurora Serverless v1 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html) // in the Amazon Aurora User Guide. ScalingConfigurationInfo *ScalingConfigurationInfo `json:"scalingConfigurationInfo,omitempty"` // The scaling configuration for an Aurora Serverless v2 DB cluster. // // For more information, see Using Amazon Aurora Serverless v2 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html) // in the Amazon Aurora User Guide. ServerlessV2ScalingConfiguration *ServerlessV2ScalingConfigurationInfo `json:"serverlessV2ScalingConfiguration,omitempty"` Status *string `json:"status,omitempty"` StorageEncrypted *bool `json:"storageEncrypted,omitempty"` StorageType *string `json:"storageType,omitempty"` // A list of tags. // // For more information, see Tagging Amazon RDS resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources // (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) // in the Amazon Aurora User Guide. TagList []*Tag `json:"tagList,omitempty"` VPCSecurityGroups []*VPCSecurityGroupMembership `json:"vpcSecurityGroups,omitempty"` }
Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.
For an Amazon Aurora DB cluster, this data type is used as a response element in the operations CreateDBCluster, DeleteDBCluster, DescribeDBClusters, FailoverDBCluster, ModifyDBCluster, PromoteReadReplicaDBCluster, RestoreDBClusterFromS3, RestoreDBClusterFromSnapshot, RestoreDBClusterToPointInTime, StartDBCluster, and StopDBCluster.
For a Multi-AZ DB cluster, this data type is used as a response element in the operations CreateDBCluster, DeleteDBCluster, DescribeDBClusters, FailoverDBCluster, ModifyDBCluster, RebootDBCluster, RestoreDBClusterFromSnapshot, and RestoreDBClusterToPointInTime.
For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html) in the Amazon RDS User Guide.
func (*DBCluster_SDK) DeepCopy ¶ added in v0.0.2
func (in *DBCluster_SDK) DeepCopy() *DBCluster_SDK
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBCluster_SDK.
func (*DBCluster_SDK) DeepCopyInto ¶ added in v0.0.2
func (in *DBCluster_SDK) DeepCopyInto(out *DBCluster_SDK)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBEngineVersion ¶
type DBEngineVersion struct { CreateTime *metav1.Time `json:"createTime,omitempty"` DBEngineDescription *string `json:"dbEngineDescription,omitempty"` DBEngineMediaType *string `json:"dbEngineMediaType,omitempty"` DBEngineVersionARN *string `json:"dbEngineVersionARN,omitempty"` DBEngineVersionDescription *string `json:"dbEngineVersionDescription,omitempty"` DBParameterGroupFamily *string `json:"dbParameterGroupFamily,omitempty"` DatabaseInstallationFilesS3BucketName *string `json:"databaseInstallationFilesS3BucketName,omitempty"` DatabaseInstallationFilesS3Prefix *string `json:"databaseInstallationFilesS3Prefix,omitempty"` Engine *string `json:"engine,omitempty"` EngineVersion *string `json:"engineVersion,omitempty"` ExportableLogTypes []*string `json:"exportableLogTypes,omitempty"` KMSKeyID *string `json:"kmsKeyID,omitempty"` MajorEngineVersion *string `json:"majorEngineVersion,omitempty"` Status *string `json:"status,omitempty"` SupportedEngineModes []*string `json:"supportedEngineModes,omitempty"` SupportsBabelfish *bool `json:"supportsBabelfish,omitempty"` SupportsCertificateRotationWithoutRestart *bool `json:"supportsCertificateRotationWithoutRestart,omitempty"` SupportsGlobalDatabases *bool `json:"supportsGlobalDatabases,omitempty"` SupportsIntegrations *bool `json:"supportsIntegrations,omitempty"` SupportsLimitlessDatabase *bool `json:"supportsLimitlessDatabase,omitempty"` SupportsLocalWriteForwarding *bool `json:"supportsLocalWriteForwarding,omitempty"` SupportsLogExportsToCloudwatchLogs *bool `json:"supportsLogExportsToCloudwatchLogs,omitempty"` SupportsParallelQuery *bool `json:"supportsParallelQuery,omitempty"` SupportsReadReplica *bool `json:"supportsReadReplica,omitempty"` // A list of tags. // // For more information, see Tagging Amazon RDS resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources // (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) // in the Amazon Aurora User Guide. TagList []*Tag `json:"tagList,omitempty"` }
This data type is used as a response element in the action DescribeDBEngineVersions.
func (*DBEngineVersion) DeepCopy ¶
func (in *DBEngineVersion) DeepCopy() *DBEngineVersion
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBEngineVersion.
func (*DBEngineVersion) DeepCopyInto ¶
func (in *DBEngineVersion) DeepCopyInto(out *DBEngineVersion)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBInstance ¶
type DBInstance struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DBInstanceSpec `json:"spec,omitempty"` Status DBInstanceStatus `json:"status,omitempty"` }
DBInstance is the Schema for the DBInstances API +kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:printcolumn:name="STATUS",type=string,priority=0,JSONPath=`.status.dbInstanceStatus`
func (*DBInstance) DeepCopy ¶
func (in *DBInstance) DeepCopy() *DBInstance
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBInstance.
func (*DBInstance) DeepCopyInto ¶
func (in *DBInstance) DeepCopyInto(out *DBInstance)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DBInstance) DeepCopyObject ¶
func (in *DBInstance) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DBInstanceAutomatedBackup ¶
type DBInstanceAutomatedBackup struct { AllocatedStorage *int64 `json:"allocatedStorage,omitempty"` AvailabilityZone *string `json:"availabilityZone,omitempty"` AWSBackupRecoveryPointARN *string `json:"awsBackupRecoveryPointARN,omitempty"` BackupRetentionPeriod *int64 `json:"backupRetentionPeriod,omitempty"` BackupTarget *string `json:"backupTarget,omitempty"` DBInstanceARN *string `json:"dbInstanceARN,omitempty"` DBInstanceAutomatedBackupsARN *string `json:"dbInstanceAutomatedBackupsARN,omitempty"` DBInstanceAutomatedBackupsReplications []*DBInstanceAutomatedBackupsReplication `json:"dbInstanceAutomatedBackupsReplications,omitempty"` DBInstanceIdentifier *string `json:"dbInstanceIdentifier,omitempty"` DBIResourceID *string `json:"dbiResourceID,omitempty"` DedicatedLogVolume *bool `json:"dedicatedLogVolume,omitempty"` Encrypted *bool `json:"encrypted,omitempty"` Engine *string `json:"engine,omitempty"` EngineVersion *string `json:"engineVersion,omitempty"` IAMDatabaseAuthenticationEnabled *bool `json:"iamDatabaseAuthenticationEnabled,omitempty"` InstanceCreateTime *metav1.Time `json:"instanceCreateTime,omitempty"` IOPS *int64 `json:"iops,omitempty"` KMSKeyID *string `json:"kmsKeyID,omitempty"` LicenseModel *string `json:"licenseModel,omitempty"` MasterUsername *string `json:"masterUsername,omitempty"` MultiTenant *bool `json:"multiTenant,omitempty"` OptionGroupName *string `json:"optionGroupName,omitempty"` Port *int64 `json:"port,omitempty"` Region *string `json:"region,omitempty"` Status *string `json:"status,omitempty"` StorageThroughput *int64 `json:"storageThroughput,omitempty"` StorageType *string `json:"storageType,omitempty"` TDECredentialARN *string `json:"tdeCredentialARN,omitempty"` Timezone *string `json:"timezone,omitempty"` VPCID *string `json:"vpcID,omitempty"` }
An automated backup of a DB instance. It consists of system backups, transaction logs, and the database instance properties that existed at the time you deleted the source instance.
func (*DBInstanceAutomatedBackup) DeepCopy ¶
func (in *DBInstanceAutomatedBackup) DeepCopy() *DBInstanceAutomatedBackup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBInstanceAutomatedBackup.
func (*DBInstanceAutomatedBackup) DeepCopyInto ¶
func (in *DBInstanceAutomatedBackup) DeepCopyInto(out *DBInstanceAutomatedBackup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBInstanceAutomatedBackupsReplication ¶
type DBInstanceAutomatedBackupsReplication struct {
DBInstanceAutomatedBackupsARN *string `json:"dbInstanceAutomatedBackupsARN,omitempty"`
}
Automated backups of a DB instance replicated to another Amazon Web Services Region. They consist of system backups, transaction logs, and database instance properties.
func (*DBInstanceAutomatedBackupsReplication) DeepCopy ¶
func (in *DBInstanceAutomatedBackupsReplication) DeepCopy() *DBInstanceAutomatedBackupsReplication
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBInstanceAutomatedBackupsReplication.
func (*DBInstanceAutomatedBackupsReplication) DeepCopyInto ¶
func (in *DBInstanceAutomatedBackupsReplication) DeepCopyInto(out *DBInstanceAutomatedBackupsReplication)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBInstanceList ¶
type DBInstanceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []DBInstance `json:"items"` }
DBInstanceList contains a list of DBInstance +kubebuilder:object:root=true
func (*DBInstanceList) DeepCopy ¶
func (in *DBInstanceList) DeepCopy() *DBInstanceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBInstanceList.
func (*DBInstanceList) DeepCopyInto ¶
func (in *DBInstanceList) DeepCopyInto(out *DBInstanceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DBInstanceList) DeepCopyObject ¶
func (in *DBInstanceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DBInstanceRole ¶
type DBInstanceRole struct { FeatureName *string `json:"featureName,omitempty"` RoleARN *string `json:"roleARN,omitempty"` Status *string `json:"status,omitempty"` }
Information about an Amazon Web Services Identity and Access Management (IAM) role that is associated with a DB instance.
func (*DBInstanceRole) DeepCopy ¶
func (in *DBInstanceRole) DeepCopy() *DBInstanceRole
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBInstanceRole.
func (*DBInstanceRole) DeepCopyInto ¶
func (in *DBInstanceRole) DeepCopyInto(out *DBInstanceRole)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBInstanceSpec ¶
type DBInstanceSpec struct { // The amount of storage in gibibytes (GiB) to allocate for the DB instance. // // This setting doesn't apply to Amazon Aurora DB instances. Aurora cluster // volumes automatically grow as the amount of data in your database increases, // though you are only charged for the space that you use in an Aurora cluster // volume. // // # Amazon RDS Custom // // Constraints to the amount of storage for each storage type are the following: // // - General Purpose (SSD) storage (gp2, gp3): Must be an integer from 40 // to 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL Server. // // - Provisioned IOPS storage (io1, io2): Must be an integer from 40 to 65536 // for RDS Custom for Oracle, 16384 for RDS Custom for SQL Server. // // # RDS for Db2 // // Constraints to the amount of storage for each storage type are the following: // // - General Purpose (SSD) storage (gp3): Must be an integer from 20 to 65536. // // - Provisioned IOPS storage (io1, io2): Must be an integer from 100 to // 65536. // // # RDS for MariaDB // // Constraints to the amount of storage for each storage type are the following: // // - General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 // to 65536. // // - Provisioned IOPS storage (io1, io2): Must be an integer from 100 to // 65536. // // - Magnetic storage (standard): Must be an integer from 5 to 3072. // // # RDS for MySQL // // Constraints to the amount of storage for each storage type are the following: // // - General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 // to 65536. // // - Provisioned IOPS storage (io1, io2): Must be an integer from 100 to // 65536. // // - Magnetic storage (standard): Must be an integer from 5 to 3072. // // # RDS for Oracle // // Constraints to the amount of storage for each storage type are the following: // // - General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 // to 65536. // // - Provisioned IOPS storage (io1, io2): Must be an integer from 100 to // 65536. // // - Magnetic storage (standard): Must be an integer from 10 to 3072. // // # RDS for PostgreSQL // // Constraints to the amount of storage for each storage type are the following: // // - General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 // to 65536. // // - Provisioned IOPS storage (io1, io2): Must be an integer from 100 to // 65536. // // - Magnetic storage (standard): Must be an integer from 5 to 3072. // // # RDS for SQL Server // // Constraints to the amount of storage for each storage type are the following: // // - General Purpose (SSD) storage (gp2, gp3): Enterprise and Standard editions: // Must be an integer from 20 to 16384. Web and Express editions: Must be // an integer from 20 to 16384. // // - Provisioned IOPS storage (io1, io2): Enterprise and Standard editions: // Must be an integer from 100 to 16384. Web and Express editions: Must be // an integer from 100 to 16384. // // - Magnetic storage (standard): Enterprise and Standard editions: Must // be an integer from 20 to 1024. Web and Express editions: Must be an integer // from 20 to 1024. AllocatedStorage *int64 `json:"allocatedStorage,omitempty"` // Specifies whether minor engine upgrades are applied automatically to the // DB instance during the maintenance window. By default, minor engine upgrades // are applied automatically. // // If you create an RDS Custom DB instance, you must set AutoMinorVersionUpgrade // to false. AutoMinorVersionUpgrade *bool `json:"autoMinorVersionUpgrade,omitempty"` // The Availability Zone (AZ) where the database will be created. For information // on Amazon Web Services Regions and Availability Zones, see Regions and Availability // Zones (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html). // // For Amazon Aurora, each Aurora DB cluster hosts copies of its storage in // three separate Availability Zones. Specify one of these Availability Zones. // Aurora automatically chooses an appropriate Availability Zone if you don't // specify one. // // Default: A random, system-chosen Availability Zone in the endpoint's Amazon // Web Services Region. // // Constraints: // // - The AvailabilityZone parameter can't be specified if the DB instance // is a Multi-AZ deployment. // // - The specified Availability Zone must be in the same Amazon Web Services // Region as the current endpoint. // // Example: us-east-1d // +kubebuilder:validation:XValidation:rule="self == oldSelf",message="Value is immutable once set" AvailabilityZone *string `json:"availabilityZone,omitempty"` // The number of days for which automated backups are retained. Setting this // parameter to a positive number enables backups. Setting this parameter to // 0 disables automated backups. // // This setting doesn't apply to Amazon Aurora DB instances. The retention period // for automated backups is managed by the DB cluster. // // Default: 1 // // Constraints: // // - Must be a value from 0 to 35. // // - Can't be set to 0 if the DB instance is a source to read replicas. // // - Can't be set to 0 for an RDS Custom for Oracle DB instance. BackupRetentionPeriod *int64 `json:"backupRetentionPeriod,omitempty"` // The location for storing automated backups and manual snapshots. // // Valid Values: // // - outposts (Amazon Web Services Outposts) // // - region (Amazon Web Services Region) // // Default: region // // For more information, see Working with Amazon RDS on Amazon Web Services // Outposts (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) // in the Amazon RDS User Guide. BackupTarget *string `json:"backupTarget,omitempty"` // The CA certificate identifier to use for the DB instance's server certificate. // // This setting doesn't apply to RDS Custom DB instances. // // For more information, see Using SSL/TLS to encrypt a connection to a DB instance // (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html) // in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to // a DB cluster (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html) // in the Amazon Aurora User Guide. CACertificateIdentifier *string `json:"caCertificateIdentifier,omitempty"` // For supported engines, the character set (CharacterSet) to associate the // DB instance with. // // This setting doesn't apply to the following DB instances: // // - Amazon Aurora - The character set is managed by the DB cluster. For // more information, see CreateDBCluster. // // - RDS Custom - However, if you need to change the character set, you can // change it on the database itself. CharacterSetName *string `json:"characterSetName,omitempty"` // Specifies whether to copy tags from the DB instance to snapshots of the DB // instance. By default, tags are not copied. // // This setting doesn't apply to Amazon Aurora DB instances. Copying tags to // snapshots is managed by the DB cluster. Setting this value for an Aurora // DB instance has no effect on the DB cluster setting. CopyTagsToSnapshot *bool `json:"copyTagsToSnapshot,omitempty"` // The instance profile associated with the underlying Amazon EC2 instance of // an RDS Custom DB instance. // // This setting is required for RDS Custom. // // Constraints: // // - The profile must exist in your account. // // - The profile must have an IAM role that Amazon EC2 has permissions to // assume. // // - The instance profile name and the associated IAM role name must start // with the prefix AWSRDSCustom. // // For the list of permissions required for the IAM role, see Configure IAM // and your VPC (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc) // in the Amazon RDS User Guide. CustomIAMInstanceProfile *string `json:"customIAMInstanceProfile,omitempty"` // The identifier of the DB cluster that this DB instance will belong to. // // This setting doesn't apply to RDS Custom DB instances. DBClusterIdentifier *string `json:"dbClusterIdentifier,omitempty"` // The identifier for the Multi-AZ DB cluster snapshot to restore from. // // For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments // (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html) // in the Amazon RDS User Guide. // // Constraints: // // - Must match the identifier of an existing Multi-AZ DB cluster snapshot. // // - Can't be specified when DBSnapshotIdentifier is specified. // // - Must be specified when DBSnapshotIdentifier isn't specified. // // - If you are restoring from a shared manual Multi-AZ DB cluster snapshot, // the DBClusterSnapshotIdentifier must be the ARN of the shared snapshot. // // - Can't be the identifier of an Aurora DB cluster snapshot. DBClusterSnapshotIdentifier *string `json:"dbClusterSnapshotIdentifier,omitempty"` // The compute and memory capacity of the DB instance, for example db.m5.large. // Not all DB instance classes are available in all Amazon Web Services Regions, // or for all database engines. For the full list of DB instance classes, and // availability for your engine, see DB instance classes (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html) // in the Amazon RDS User Guide or Aurora DB instance classes (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html) // in the Amazon Aurora User Guide. // +kubebuilder:validation:Required DBInstanceClass *string `json:"dbInstanceClass"` // The identifier for this DB instance. This parameter is stored as a lowercase // string. // // Constraints: // // - Must contain from 1 to 63 letters, numbers, or hyphens. // // - First character must be a letter. // // - Can't end with a hyphen or contain two consecutive hyphens. // // Example: mydbinstance // +kubebuilder:validation:Required DBInstanceIdentifier *string `json:"dbInstanceIdentifier"` // The meaning of this parameter differs according to the database engine you // use. // // # Amazon Aurora MySQL // // The name of the database to create when the primary DB instance of the Aurora // MySQL DB cluster is created. If this parameter isn't specified for an Aurora // MySQL DB cluster, no database is created in the DB cluster. // // Constraints: // // - Must contain 1 to 64 alphanumeric characters. // // - Must begin with a letter. Subsequent characters can be letters, underscores, // or digits (0-9). // // - Can't be a word reserved by the database engine. // // # Amazon Aurora PostgreSQL // // The name of the database to create when the primary DB instance of the Aurora // PostgreSQL DB cluster is created. A database named postgres is always created. // If this parameter is specified, an additional database with this name is // created. // // Constraints: // // - It must contain 1 to 63 alphanumeric characters. // // - Must begin with a letter. Subsequent characters can be letters, underscores, // or digits (0 to 9). // // - Can't be a word reserved by the database engine. // // # Amazon RDS Custom for Oracle // // The Oracle System ID (SID) of the created RDS Custom DB instance. If you // don't specify a value, the default value is ORCL for non-CDBs and RDSCDB // for CDBs. // // Default: ORCL // // Constraints: // // - Must contain 1 to 8 alphanumeric characters. // // - Must contain a letter. // // - Can't be a word reserved by the database engine. // // # Amazon RDS Custom for SQL Server // // Not applicable. Must be null. // // # RDS for Db2 // // The name of the database to create when the DB instance is created. If this // parameter isn't specified, no database is created in the DB instance. In // some cases, we recommend that you don't add a database name. For more information, // see Additional considerations (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-db-instance-prereqs.html#db2-prereqs-additional-considerations) // in the Amazon RDS User Guide. // // Constraints: // // - Must contain 1 to 64 letters or numbers. // // - Must begin with a letter. Subsequent characters can be letters, underscores, // or digits (0-9). // // - Can't be a word reserved by the specified database engine. // // # RDS for MariaDB // // The name of the database to create when the DB instance is created. If this // parameter isn't specified, no database is created in the DB instance. // // Constraints: // // - Must contain 1 to 64 letters or numbers. // // - Must begin with a letter. Subsequent characters can be letters, underscores, // or digits (0-9). // // - Can't be a word reserved by the specified database engine. // // # RDS for MySQL // // The name of the database to create when the DB instance is created. If this // parameter isn't specified, no database is created in the DB instance. // // Constraints: // // - Must contain 1 to 64 letters or numbers. // // - Must begin with a letter. Subsequent characters can be letters, underscores, // or digits (0-9). // // - Can't be a word reserved by the specified database engine. // // # RDS for Oracle // // The Oracle System ID (SID) of the created DB instance. If you don't specify // a value, the default value is ORCL. You can't specify the string null, or // any other reserved word, for DBName. // // Default: ORCL // // Constraints: // // - Can't be longer than 8 characters. // // # RDS for PostgreSQL // // The name of the database to create when the DB instance is created. A database // named postgres is always created. If this parameter is specified, an additional // database with this name is created. // // Constraints: // // - Must contain 1 to 63 letters, numbers, or underscores. // // - Must begin with a letter. Subsequent characters can be letters, underscores, // or digits (0-9). // // - Can't be a word reserved by the specified database engine. // // # RDS for SQL Server // // Not applicable. Must be null. DBName *string `json:"dbName,omitempty"` // The name of the DB parameter group to associate with this DB instance. If // you don't specify a value, then Amazon RDS uses the default DB parameter // group for the specified DB engine and version. // // This setting doesn't apply to RDS Custom DB instances. // // Constraints: // // - Must be 1 to 255 letters, numbers, or hyphens. // // - The first character must be a letter. // // - Can't end with a hyphen or contain two consecutive hyphens. DBParameterGroupName *string `json:"dbParameterGroupName,omitempty"` DBParameterGroupRef *ackv1alpha1.AWSResourceReferenceWrapper `json:"dbParameterGroupRef,omitempty"` // The identifier for the DB snapshot to restore from. // // Constraints: // // - Must match the identifier of an existing DB snapshot. // // - Can't be specified when DBClusterSnapshotIdentifier is specified. // // - Must be specified when DBClusterSnapshotIdentifier isn't specified. // // - If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier // must be the ARN of the shared DB snapshot. DBSnapshotIdentifier *string `json:"dbSnapshotIdentifier,omitempty"` // A DB subnet group to associate with this DB instance. // // Constraints: // // - Must match the name of an existing DB subnet group. // // Example: mydbsubnetgroup DBSubnetGroupName *string `json:"dbSubnetGroupName,omitempty"` DBSubnetGroupRef *ackv1alpha1.AWSResourceReferenceWrapper `json:"dbSubnetGroupRef,omitempty"` // Specifies whether the DB instance has deletion protection enabled. The database // can't be deleted when deletion protection is enabled. By default, deletion // protection isn't enabled. For more information, see Deleting a DB Instance // (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html). // // This setting doesn't apply to Amazon Aurora DB instances. You can enable // or disable deletion protection for the DB cluster. For more information, // see CreateDBCluster. DB instances in a DB cluster can be deleted even when // deletion protection is enabled for the DB cluster. DeletionProtection *bool `json:"deletionProtection,omitempty"` // DestinationRegion is used for presigning the request to a given region. DestinationRegion *string `json:"destinationRegion,omitempty"` // The Active Directory directory ID to create the DB instance in. Currently, // you can create only Db2, MySQL, Microsoft SQL Server, Oracle, and PostgreSQL // DB instances in an Active Directory Domain. // // For more information, see Kerberos Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html) // in the Amazon RDS User Guide. // // This setting doesn't apply to the following DB instances: // // - Amazon Aurora (The domain is managed by the DB cluster.) // // - RDS Custom Domain *string `json:"domain,omitempty"` // The name of the IAM role to use when making API calls to the Directory Service. // // This setting doesn't apply to the following DB instances: // // - Amazon Aurora (The domain is managed by the DB cluster.) // // - RDS Custom DomainIAMRoleName *string `json:"domainIAMRoleName,omitempty"` // The list of log types to enable for exporting to CloudWatch Logs. For more // information, see Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) // in the Amazon RDS User Guide. // // This setting doesn't apply to the following DB instances: // // - Amazon Aurora (CloudWatch Logs exports are managed by the DB cluster.) // // - RDS Custom // // The following values are valid for each DB engine: // // - RDS for Db2 - diag.log | notify.log // // - RDS for MariaDB - audit | error | general | slowquery // // - RDS for Microsoft SQL Server - agent | error // // - RDS for MySQL - audit | error | general | slowquery // // - RDS for Oracle - alert | audit | listener | trace | oemagent // // - RDS for PostgreSQL - postgresql | upgrade EnableCloudwatchLogsExports []*string `json:"enableCloudwatchLogsExports,omitempty"` // Specifies whether to enable a customer-owned IP address (CoIP) for an RDS // on Outposts DB instance. // // A CoIP provides local or external connectivity to resources in your Outpost // subnets through your on-premises network. For some use cases, a CoIP can // provide lower latency for connections to the DB instance from outside of // its virtual private cloud (VPC) on your local network. // // For more information about RDS on Outposts, see Working with Amazon RDS on // Amazon Web Services Outposts (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) // in the Amazon RDS User Guide. // // For more information about CoIPs, see Customer-owned IP addresses (https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#ip-addressing) // in the Amazon Web Services Outposts User Guide. EnableCustomerOwnedIP *bool `json:"enableCustomerOwnedIP,omitempty"` // Specifies whether to enable mapping of Amazon Web Services Identity and Access // Management (IAM) accounts to database accounts. By default, mapping isn't // enabled. // // For more information, see IAM Database Authentication for MySQL and PostgreSQL // (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html) // in the Amazon RDS User Guide. // // This setting doesn't apply to the following DB instances: // // - Amazon Aurora (Mapping Amazon Web Services IAM accounts to database // accounts is managed by the DB cluster.) // // - RDS Custom EnableIAMDatabaseAuthentication *bool `json:"enableIAMDatabaseAuthentication,omitempty"` // The database engine to use for this DB instance. // // Not every database engine is available in every Amazon Web Services Region. // // Valid Values: // // - aurora-mysql (for Aurora MySQL DB instances) // // - aurora-postgresql (for Aurora PostgreSQL DB instances) // // - custom-oracle-ee (for RDS Custom for Oracle DB instances) // // - custom-oracle-ee-cdb (for RDS Custom for Oracle DB instances) // // - custom-oracle-se2 (for RDS Custom for Oracle DB instances) // // - custom-oracle-se2-cdb (for RDS Custom for Oracle DB instances) // // - custom-sqlserver-ee (for RDS Custom for SQL Server DB instances) // // - custom-sqlserver-se (for RDS Custom for SQL Server DB instances) // // - custom-sqlserver-web (for RDS Custom for SQL Server DB instances) // // - custom-sqlserver-dev (for RDS Custom for SQL Server DB instances) // // - db2-ae // // - db2-se // // - mariadb // // - mysql // // - oracle-ee // // - oracle-ee-cdb // // - oracle-se2 // // - oracle-se2-cdb // // - postgres // // - sqlserver-ee // // - sqlserver-se // // - sqlserver-ex // // - sqlserver-web // // +kubebuilder:validation:Required Engine *string `json:"engine"` // The version number of the database engine to use. // // This setting doesn't apply to Amazon Aurora DB instances. The version number // of the database engine the DB instance uses is managed by the DB cluster. // // For a list of valid engine versions, use the DescribeDBEngineVersions operation. // // The following are the database engines and links to information about the // major and minor versions that are available with Amazon RDS. Not every database // engine is available for every Amazon Web Services Region. // // # Amazon RDS Custom for Oracle // // A custom engine version (CEV) that you have previously created. This setting // is required for RDS Custom for Oracle. The CEV name has the following format: // 19.customized_string. A valid CEV name is 19.my_cev1. For more information, // see Creating an RDS Custom for Oracle DB instance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-creating.html#custom-creating.create) // in the Amazon RDS User Guide. // // # Amazon RDS Custom for SQL Server // // See RDS Custom for SQL Server general requirements (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html) // in the Amazon RDS User Guide. // // # RDS for Db2 // // For information, see Db2 on Amazon RDS versions (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Db2.html#Db2.Concepts.VersionMgmt) // in the Amazon RDS User Guide. // // # RDS for MariaDB // // For information, see MariaDB on Amazon RDS versions (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt) // in the Amazon RDS User Guide. // // # RDS for Microsoft SQL Server // // For information, see Microsoft SQL Server versions on Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport) // in the Amazon RDS User Guide. // // # RDS for MySQL // // For information, see MySQL on Amazon RDS versions (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt) // in the Amazon RDS User Guide. // // # RDS for Oracle // // For information, see Oracle Database Engine release notes (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html) // in the Amazon RDS User Guide. // // # RDS for PostgreSQL // // For information, see Amazon RDS for PostgreSQL versions and extensions (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts) // in the Amazon RDS User Guide. EngineVersion *string `json:"engineVersion,omitempty"` // The amount of Provisioned IOPS (input/output operations per second) to initially // allocate for the DB instance. For information about valid IOPS values, see // Amazon RDS DB instance storage (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html) // in the Amazon RDS User Guide. // // This setting doesn't apply to Amazon Aurora DB instances. Storage is managed // by the DB cluster. // // Constraints: // // - For RDS for Db2, MariaDB, MySQL, Oracle, and PostgreSQL - Must be a // multiple between .5 and 50 of the storage amount for the DB instance. // // - For RDS for SQL Server - Must be a multiple between 1 and 50 of the // storage amount for the DB instance. IOPS *int64 `json:"iops,omitempty"` // The Amazon Web Services KMS key identifier for an encrypted DB instance. // // The Amazon Web Services KMS key identifier is the key ARN, key ID, alias // ARN, or alias name for the KMS key. To use a KMS key in a different Amazon // Web Services account, specify the key ARN or alias ARN. // // This setting doesn't apply to Amazon Aurora DB instances. The Amazon Web // Services KMS key identifier is managed by the DB cluster. For more information, // see CreateDBCluster. // // If StorageEncrypted is enabled, and you do not specify a value for the KmsKeyId // parameter, then Amazon RDS uses your default KMS key. There is a default // KMS key for your Amazon Web Services account. Your Amazon Web Services account // has a different default KMS key for each Amazon Web Services Region. // // For Amazon RDS Custom, a KMS key is required for DB instances. For most RDS // engines, if you leave this parameter empty while enabling StorageEncrypted, // the engine uses the default KMS key. However, RDS Custom doesn't use the // default key when this parameter is empty. You must explicitly specify a key. KMSKeyID *string `json:"kmsKeyID,omitempty"` KMSKeyRef *ackv1alpha1.AWSResourceReferenceWrapper `json:"kmsKeyRef,omitempty"` // The license model information for this DB instance. // // License models for RDS for Db2 require additional configuration. The Bring // Your Own License (BYOL) model requires a custom parameter group and an Amazon // Web Services License Manager self-managed license. The Db2 license through // Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace // subscription. For more information, see Amazon RDS for Db2 licensing options // (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html) // in the Amazon RDS User Guide. // // The default for RDS for Db2 is bring-your-own-license. // // This setting doesn't apply to Amazon Aurora or RDS Custom DB instances. // // Valid Values: // // - RDS for Db2 - bring-your-own-license | marketplace-license // // - RDS for MariaDB - general-public-license // // - RDS for Microsoft SQL Server - license-included // // - RDS for MySQL - general-public-license // // - RDS for Oracle - bring-your-own-license | license-included // // - RDS for PostgreSQL - postgresql-license LicenseModel *string `json:"licenseModel,omitempty"` // Specifies whether to manage the master user password with Amazon Web Services // Secrets Manager. // // For more information, see Password management with Amazon Web Services Secrets // Manager (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) // in the Amazon RDS User Guide. // // Constraints: // // - Can't manage the master user password with Amazon Web Services Secrets // Manager if MasterUserPassword is specified. ManageMasterUserPassword *bool `json:"manageMasterUserPassword,omitempty"` // The password for the master user. // // This setting doesn't apply to Amazon Aurora DB instances. The password for // the master user is managed by the DB cluster. // // Constraints: // // - Can't be specified if ManageMasterUserPassword is turned on. // // - Can include any printable ASCII character except "/", """, or "@". For // RDS for Oracle, can't include the "&" (ampersand) or the "'" (single quotes) // character. // // Length Constraints: // // - RDS for Db2 - Must contain from 8 to 255 characters. // // - RDS for MariaDB - Must contain from 8 to 41 characters. // // - RDS for Microsoft SQL Server - Must contain from 8 to 128 characters. // // - RDS for MySQL - Must contain from 8 to 41 characters. // // - RDS for Oracle - Must contain from 8 to 30 characters. // // - RDS for PostgreSQL - Must contain from 8 to 128 characters. MasterUserPassword *ackv1alpha1.SecretKeyReference `json:"masterUserPassword,omitempty"` // The Amazon Web Services KMS key identifier to encrypt a secret that is automatically // generated and managed in Amazon Web Services Secrets Manager. // // This setting is valid only if the master user password is managed by RDS // in Amazon Web Services Secrets Manager for the DB instance. // // The Amazon Web Services KMS key identifier is the key ARN, key ID, alias // ARN, or alias name for the KMS key. To use a KMS key in a different Amazon // Web Services account, specify the key ARN or alias ARN. // // If you don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager // KMS key is used to encrypt the secret. If the secret is in a different Amazon // Web Services account, then you can't use the aws/secretsmanager KMS key to // encrypt the secret, and you must use a customer managed KMS key. // // There is a default KMS key for your Amazon Web Services account. Your Amazon // Web Services account has a different default KMS key for each Amazon Web // Services Region. MasterUserSecretKMSKeyID *string `json:"masterUserSecretKMSKeyID,omitempty"` MasterUserSecretKMSKeyRef *ackv1alpha1.AWSResourceReferenceWrapper `json:"masterUserSecretKMSKeyRef,omitempty"` // The name for the master user. // // This setting doesn't apply to Amazon Aurora DB instances. The name for the // master user is managed by the DB cluster. // // This setting is required for RDS DB instances. // // Constraints: // // - Must be 1 to 16 letters, numbers, or underscores. // // - First character must be a letter. // // - Can't be a reserved word for the chosen database engine. MasterUsername *string `json:"masterUsername,omitempty"` // The upper limit in gibibytes (GiB) to which Amazon RDS can automatically // scale the storage of the DB instance. // // For more information about this setting, including limitations that apply // to it, see Managing capacity automatically with Amazon RDS storage autoscaling // (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling) // in the Amazon RDS User Guide. // // This setting doesn't apply to the following DB instances: // // - Amazon Aurora (Storage is managed by the DB cluster.) // // - RDS Custom MaxAllocatedStorage *int64 `json:"maxAllocatedStorage,omitempty"` // The interval, in seconds, between points when Enhanced Monitoring metrics // are collected for the DB instance. To disable collection of Enhanced Monitoring // metrics, specify 0. // // If MonitoringRoleArn is specified, then you must set MonitoringInterval to // a value other than 0. // // This setting doesn't apply to RDS Custom DB instances. // // Valid Values: 0 | 1 | 5 | 10 | 15 | 30 | 60 // // Default: 0 MonitoringInterval *int64 `json:"monitoringInterval,omitempty"` // The ARN for the IAM role that permits RDS to send enhanced monitoring metrics // to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. // For information on creating a monitoring role, see Setting Up and Enabling // Enhanced Monitoring (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling) // in the Amazon RDS User Guide. // // If MonitoringInterval is set to a value other than 0, then you must supply // a MonitoringRoleArn value. // // This setting doesn't apply to RDS Custom DB instances. MonitoringRoleARN *string `json:"monitoringRoleARN,omitempty"` // Specifies whether the DB instance is a Multi-AZ deployment. You can't set // the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment. // // This setting doesn't apply to the following DB instances: // // - Amazon Aurora (DB instance Availability Zones (AZs) are managed by the // DB cluster.) // // - RDS Custom MultiAZ *bool `json:"multiAZ,omitempty"` // The name of the NCHAR character set for the Oracle DB instance. // // This setting doesn't apply to RDS Custom DB instances. NcharCharacterSetName *string `json:"ncharCharacterSetName,omitempty"` // The network type of the DB instance. // // The network type is determined by the DBSubnetGroup specified for the DB // instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 // and the IPv6 protocols (DUAL). // // For more information, see Working with a DB instance in a VPC (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html) // in the Amazon RDS User Guide. // // Valid Values: IPV4 | DUAL NetworkType *string `json:"networkType,omitempty"` // The option group to associate the DB instance with. // // Permanent options, such as the TDE option for Oracle Advanced Security TDE, // can't be removed from an option group. Also, that option group can't be removed // from a DB instance after it is associated with a DB instance. // // This setting doesn't apply to Amazon Aurora or RDS Custom DB instances. OptionGroupName *string `json:"optionGroupName,omitempty"` // Specifies whether to enable Performance Insights for the DB instance. For // more information, see Using Amazon Performance Insights (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html) // in the Amazon RDS User Guide. // // This setting doesn't apply to RDS Custom DB instances. PerformanceInsightsEnabled *bool `json:"performanceInsightsEnabled,omitempty"` // The Amazon Web Services KMS key identifier for encryption of Performance // Insights data. // // The Amazon Web Services KMS key identifier is the key ARN, key ID, alias // ARN, or alias name for the KMS key. // // If you don't specify a value for PerformanceInsightsKMSKeyId, then Amazon // RDS uses your default KMS key. There is a default KMS key for your Amazon // Web Services account. Your Amazon Web Services account has a different default // KMS key for each Amazon Web Services Region. // // This setting doesn't apply to RDS Custom DB instances. PerformanceInsightsKMSKeyID *string `json:"performanceInsightsKMSKeyID,omitempty"` // The number of days to retain Performance Insights data. // // This setting doesn't apply to RDS Custom DB instances. // // Valid Values: // // - 7 // // - month * 31, where month is a number of months from 1-23. Examples: 93 // (3 months * 31), 341 (11 months * 31), 589 (19 months * 31) // // - 731 // // Default: 7 days // // If you specify a retention period that isn't valid, such as 94, Amazon RDS // returns an error. PerformanceInsightsRetentionPeriod *int64 `json:"performanceInsightsRetentionPeriod,omitempty"` // The port number on which the database accepts connections. // // This setting doesn't apply to Aurora DB instances. The port number is managed // by the cluster. // // Valid Values: 1150-65535 // // Default: // // - RDS for Db2 - 50000 // // - RDS for MariaDB - 3306 // // - RDS for Microsoft SQL Server - 1433 // // - RDS for MySQL - 3306 // // - RDS for Oracle - 1521 // // - RDS for PostgreSQL - 5432 // // Constraints: // // - For RDS for Microsoft SQL Server, the value can't be 1234, 1434, 3260, // 3343, 3389, 47001, or 49152-49156. Port *int64 `json:"port,omitempty"` // When you are creating a read replica from one Amazon Web Services GovCloud // (US) Region to another or from one China Amazon Web Services Region to another, // the URL that contains a Signature Version 4 signed request for the CreateDBInstanceReadReplica // API operation in the source Amazon Web Services Region that contains the // source DB instance. // // This setting applies only to Amazon Web Services GovCloud (US) Regions and // China Amazon Web Services Regions. It's ignored in other Amazon Web Services // Regions. // // This setting applies only when replicating from a source DB instance. Source // DB clusters aren't supported in Amazon Web Services GovCloud (US) Regions // and China Amazon Web Services Regions. // // You must specify this parameter when you create an encrypted read replica // from another Amazon Web Services Region by using the Amazon RDS API. Don't // specify PreSignedUrl when you are creating an encrypted read replica in the // same Amazon Web Services Region. // // The presigned URL must be a valid request for the CreateDBInstanceReadReplica // API operation that can run in the source Amazon Web Services Region that // contains the encrypted source DB instance. The presigned URL request must // contain the following parameter values: // // - DestinationRegion - The Amazon Web Services Region that the encrypted // read replica is created in. This Amazon Web Services Region is the same // one where the CreateDBInstanceReadReplica operation is called that contains // this presigned URL. For example, if you create an encrypted DB instance // in the us-west-1 Amazon Web Services Region, from a source DB instance // in the us-east-2 Amazon Web Services Region, then you call the CreateDBInstanceReadReplica // operation in the us-east-1 Amazon Web Services Region and provide a presigned // URL that contains a call to the CreateDBInstanceReadReplica operation // in the us-west-2 Amazon Web Services Region. For this example, the DestinationRegion // in the presigned URL must be set to the us-east-1 Amazon Web Services // Region. // // - KmsKeyId - The KMS key identifier for the key to use to encrypt the // read replica in the destination Amazon Web Services Region. This is the // same identifier for both the CreateDBInstanceReadReplica operation that // is called in the destination Amazon Web Services Region, and the operation // contained in the presigned URL. // // - SourceDBInstanceIdentifier - The DB instance identifier for the encrypted // DB instance to be replicated. This identifier must be in the Amazon Resource // Name (ARN) format for the source Amazon Web Services Region. For example, // if you are creating an encrypted read replica from a DB instance in the // us-west-2 Amazon Web Services Region, then your SourceDBInstanceIdentifier // looks like the following example: arn:aws:rds:us-west-2:123456789012:instance:mysql-instance1-20161115. // // To learn how to generate a Signature Version 4 signed request, see Authenticating // Requests: Using Query Parameters (Amazon Web Services Signature Version 4) // (https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html) // and Signature Version 4 Signing Process (https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html). // // If you are using an Amazon Web Services SDK tool or the CLI, you can specify // SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl // manually. Specifying SourceRegion autogenerates a presigned URL that is a // valid request for the operation that can run in the source Amazon Web Services // Region. // // This setting doesn't apply to RDS Custom DB instances. PreSignedURL *string `json:"preSignedURL,omitempty"` // The daily time range during which automated backups are created if automated // backups are enabled, using the BackupRetentionPeriod parameter. The default // is a 30-minute window selected at random from an 8-hour block of time for // each Amazon Web Services Region. For more information, see Backup window // (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow) // in the Amazon RDS User Guide. // // This setting doesn't apply to Amazon Aurora DB instances. The daily time // range for creating automated backups is managed by the DB cluster. // // Constraints: // // - Must be in the format hh24:mi-hh24:mi. // // - Must be in Universal Coordinated Time (UTC). // // - Must not conflict with the preferred maintenance window. // // - Must be at least 30 minutes. PreferredBackupWindow *string `json:"preferredBackupWindow,omitempty"` // The time range each week during which system maintenance can occur. For more // information, see Amazon RDS Maintenance Window (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#Concepts.DBMaintenance) // in the Amazon RDS User Guide. // // The default is a 30-minute window selected at random from an 8-hour block // of time for each Amazon Web Services Region, occurring on a random day of // the week. // // Constraints: // // - Must be in the format ddd:hh24:mi-ddd:hh24:mi. // // - The day values must be mon | tue | wed | thu | fri | sat | sun. // // - Must be in Universal Coordinated Time (UTC). // // - Must not conflict with the preferred backup window. // // - Must be at least 30 minutes. PreferredMaintenanceWindow *string `json:"preferredMaintenanceWindow,omitempty"` // The number of CPU cores and the number of threads per core for the DB instance // class of the DB instance. // // This setting doesn't apply to Amazon Aurora or RDS Custom DB instances. ProcessorFeatures []*ProcessorFeature `json:"processorFeatures,omitempty"` // The order of priority in which an Aurora Replica is promoted to the primary // instance after a failure of the existing primary instance. For more information, // see Fault Tolerance for an Aurora DB Cluster (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.AuroraHighAvailability.html#Aurora.Managing.FaultTolerance) // in the Amazon Aurora User Guide. // // This setting doesn't apply to RDS Custom DB instances. // // Default: 1 // // Valid Values: 0 - 15 PromotionTier *int64 `json:"promotionTier,omitempty"` // Specifies whether the DB instance is publicly accessible. // // When the DB instance is publicly accessible and you connect from outside // of the DB instance's virtual private cloud (VPC), its Domain Name System // (DNS) endpoint resolves to the public IP address. When you connect from within // the same VPC as the DB instance, the endpoint resolves to the private IP // address. Access to the DB instance is ultimately controlled by the security // group it uses. That public access is not permitted if the security group // assigned to the DB instance doesn't permit it. // // When the DB instance isn't publicly accessible, it is an internal DB instance // with a DNS name that resolves to a private IP address. // // Default: The default behavior varies depending on whether DBSubnetGroupName // is specified. // // If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, // the following applies: // // - If the default VPC in the target Region doesn’t have an internet gateway // attached to it, the DB instance is private. // // - If the default VPC in the target Region has an internet gateway attached // to it, the DB instance is public. // // If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, // the following applies: // // - If the subnets are part of a VPC that doesn’t have an internet gateway // attached to it, the DB instance is private. // // - If the subnets are part of a VPC that has an internet gateway attached // to it, the DB instance is public. PubliclyAccessible *bool `json:"publiclyAccessible,omitempty"` // The open mode of the replica database: mounted or read-only. // // This parameter is only supported for Oracle DB instances. // // Mounted DB replicas are included in Oracle Database Enterprise Edition. The // main use case for mounted replicas is cross-Region disaster recovery. The // primary database doesn't use Active Data Guard to transmit information to // the mounted replica. Because it doesn't accept user connections, a mounted // replica can't serve a read-only workload. // // You can create a combination of mounted and read-only DB replicas for the // same primary DB instance. For more information, see Working with Oracle Read // Replicas for Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html) // in the Amazon RDS User Guide. // // For RDS Custom, you must specify this parameter and set it to mounted. The // value won't be set by default. After replica creation, you can manage the // open mode manually. ReplicaMode *string `json:"replicaMode,omitempty"` // The identifier of the DB instance that will act as the source for the read // replica. Each DB instance can have up to 15 read replicas, with the exception // of Oracle and SQL Server, which can have up to five. // // Constraints: // // - Must be the identifier of an existing Db2, MariaDB, MySQL, Oracle, PostgreSQL, // or SQL Server DB instance. // // - Can't be specified if the SourceDBClusterIdentifier parameter is also // specified. // // - For the limitations of Oracle read replicas, see Version and licensing // considerations for RDS for Oracle replicas (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.limitations.html#oracle-read-replicas.limitations.versions-and-licenses) // in the Amazon RDS User Guide. // // - For the limitations of SQL Server read replicas, see Read replica limitations // with SQL Server (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/SQLServer.ReadReplicas.html#SQLServer.ReadReplicas.Limitations) // in the Amazon RDS User Guide. // // - The specified DB instance must have automatic backups enabled, that // is, its backup retention period must be greater than 0. // // - If the source DB instance is in the same Amazon Web Services Region // as the read replica, specify a valid DB instance identifier. // // - If the source DB instance is in a different Amazon Web Services Region // from the read replica, specify a valid DB instance ARN. For more information, // see Constructing an ARN for Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing) // in the Amazon RDS User Guide. This doesn't apply to SQL Server or RDS // Custom, which don't support cross-Region replicas. SourceDBInstanceIdentifier *string `json:"sourceDBInstanceIdentifier,omitempty"` // SourceRegion is the source region where the resource exists. This is not // sent over the wire and is only used for presigning. This value should always // have the same region as the source ARN. SourceRegion *string `json:"sourceRegion,omitempty"` // Specifes whether the DB instance is encrypted. By default, it isn't encrypted. // // For RDS Custom DB instances, either enable this setting or leave it unset. // Otherwise, Amazon RDS reports an error. // // This setting doesn't apply to Amazon Aurora DB instances. The encryption // for DB instances is managed by the DB cluster. StorageEncrypted *bool `json:"storageEncrypted,omitempty"` // The storage throughput value for the DB instance. // // This setting applies only to the gp3 storage type. // // This setting doesn't apply to Amazon Aurora or RDS Custom DB instances. StorageThroughput *int64 `json:"storageThroughput,omitempty"` // The storage type to associate with the DB instance. // // If you specify io1, io2, or gp3, you must also include a value for the Iops // parameter. // // This setting doesn't apply to Amazon Aurora DB instances. Storage is managed // by the DB cluster. // // Valid Values: gp2 | gp3 | io1 | io2 | standard // // Default: io1, if the Iops parameter is specified. Otherwise, gp2. StorageType *string `json:"storageType,omitempty"` // Tags to assign to the DB instance. Tags []*Tag `json:"tags,omitempty"` // The ARN from the key store with which to associate the instance for TDE encryption. // // This setting doesn't apply to Amazon Aurora or RDS Custom DB instances. TDECredentialARN *string `json:"tdeCredentialARN,omitempty"` // The password for the given ARN from the key store in order to access the // device. // // This setting doesn't apply to RDS Custom DB instances. TDECredentialPassword *string `json:"tdeCredentialPassword,omitempty"` // The time zone of the DB instance. The time zone parameter is currently supported // only by RDS for Db2 (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-time-zone) // and RDS for SQL Server (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone). Timezone *string `json:"timezone,omitempty"` // Specifies whether the DB instance class of the DB instance uses its default // processor features. // // This setting doesn't apply to RDS Custom. UseDefaultProcessorFeatures *bool `json:"useDefaultProcessorFeatures,omitempty"` // A list of Amazon EC2 VPC security groups to associate with this DB instance. // // This setting doesn't apply to Amazon Aurora DB instances. The associated // list of EC2 VPC security groups is managed by the DB cluster. // // Default: The default EC2 VPC security group for the DB subnet group's VPC. VPCSecurityGroupIDs []*string `json:"vpcSecurityGroupIDs,omitempty"` VPCSecurityGroupRefs []*ackv1alpha1.AWSResourceReferenceWrapper `json:"vpcSecurityGroupRefs,omitempty"` }
DBInstanceSpec defines the desired state of DBInstance.
Contains the details of an Amazon RDS DB instance.
This data type is used as a response element in the operations CreateDBInstance, CreateDBInstanceReadReplica, DeleteDBInstance, DescribeDBInstances, ModifyDBInstance, PromoteReadReplica, RebootDBInstance, RestoreDBInstanceFromDBSnapshot, RestoreDBInstanceFromS3, RestoreDBInstanceToPointInTime, StartDBInstance, and StopDBInstance.
func (*DBInstanceSpec) DeepCopy ¶
func (in *DBInstanceSpec) DeepCopy() *DBInstanceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBInstanceSpec.
func (*DBInstanceSpec) DeepCopyInto ¶
func (in *DBInstanceSpec) DeepCopyInto(out *DBInstanceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBInstanceStatus ¶
type DBInstanceStatus struct { // All CRs managed by ACK have a common `Status.ACKResourceMetadata` member // that is used to contain resource sync state, account ownership, // constructed ARN for the resource // +kubebuilder:validation:Optional ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"` // All CRs managed by ACK have a common `Status.Conditions` member that // contains a collection of `ackv1alpha1.Condition` objects that describe // the various terminal states of the CR and its backend AWS service API // resource // +kubebuilder:validation:Optional Conditions []*ackv1alpha1.Condition `json:"conditions"` // Indicates whether engine-native audit fields are included in the database // activity stream. // +kubebuilder:validation:Optional ActivityStreamEngineNativeAuditFieldsIncluded *bool `json:"activityStreamEngineNativeAuditFieldsIncluded,omitempty"` // The name of the Amazon Kinesis data stream used for the database activity // stream. // +kubebuilder:validation:Optional ActivityStreamKinesisStreamName *string `json:"activityStreamKinesisStreamName,omitempty"` // The Amazon Web Services KMS key identifier used for encrypting messages in // the database activity stream. The Amazon Web Services KMS key identifier // is the key ARN, key ID, alias ARN, or alias name for the KMS key. // +kubebuilder:validation:Optional ActivityStreamKMSKeyID *string `json:"activityStreamKMSKeyID,omitempty"` // The mode of the database activity stream. Database events such as a change // or access generate an activity stream event. RDS for Oracle always handles // these events asynchronously. // +kubebuilder:validation:Optional ActivityStreamMode *string `json:"activityStreamMode,omitempty"` // The status of the policy state of the activity stream. // +kubebuilder:validation:Optional ActivityStreamPolicyStatus *string `json:"activityStreamPolicyStatus,omitempty"` // The status of the database activity stream. // +kubebuilder:validation:Optional ActivityStreamStatus *string `json:"activityStreamStatus,omitempty"` // The Amazon Web Services Identity and Access Management (IAM) roles associated // with the DB instance. // +kubebuilder:validation:Optional AssociatedRoles []*DBInstanceRole `json:"associatedRoles,omitempty"` // The time when a stopped DB instance is restarted automatically. // +kubebuilder:validation:Optional AutomaticRestartTime *metav1.Time `json:"automaticRestartTime,omitempty"` // The automation mode of the RDS Custom DB instance: full or all paused. If // full, the DB instance automates monitoring and instance recovery. If all // paused, the instance pauses automation for the duration set by --resume-full-automation-mode-minutes. // +kubebuilder:validation:Optional AutomationMode *string `json:"automationMode,omitempty"` // The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services // Backup. // +kubebuilder:validation:Optional AWSBackupRecoveryPointARN *string `json:"awsBackupRecoveryPointARN,omitempty"` // The details of the DB instance's server certificate. // +kubebuilder:validation:Optional CertificateDetails *CertificateDetails `json:"certificateDetails,omitempty"` // Indicates whether a customer-owned IP address (CoIP) is enabled for an RDS // on Outposts DB instance. // // A CoIP provides local or external connectivity to resources in your Outpost // subnets through your on-premises network. For some use cases, a CoIP can // provide lower latency for connections to the DB instance from outside of // its virtual private cloud (VPC) on your local network. // // For more information about RDS on Outposts, see Working with Amazon RDS on // Amazon Web Services Outposts (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) // in the Amazon RDS User Guide. // // For more information about CoIPs, see Customer-owned IP addresses (https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#ip-addressing) // in the Amazon Web Services Outposts User Guide. // +kubebuilder:validation:Optional CustomerOwnedIPEnabled *bool `json:"customerOwnedIPEnabled,omitempty"` // The list of replicated automated backups associated with the DB instance. // +kubebuilder:validation:Optional DBInstanceAutomatedBackupsReplications []*DBInstanceAutomatedBackupsReplication `json:"dbInstanceAutomatedBackupsReplications,omitempty"` // The current state of this database. // // For information about DB instance statuses, see Viewing DB instance status // (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/accessing-monitoring.html#Overview.DBInstance.Status) // in the Amazon RDS User Guide. // +kubebuilder:validation:Optional DBInstanceStatus *string `json:"dbInstanceStatus,omitempty"` // The list of DB parameter groups applied to this DB instance. // +kubebuilder:validation:Optional DBParameterGroups []*DBParameterGroupStatus_SDK `json:"dbParameterGroups,omitempty"` // Information about the subnet group associated with the DB instance, including // the name, description, and subnets in the subnet group. // +kubebuilder:validation:Optional DBSubnetGroup *DBSubnetGroup_SDK `json:"dbSubnetGroup,omitempty"` // The Oracle system ID (Oracle SID) for a container database (CDB). The Oracle // SID is also the name of the CDB. This setting is only valid for RDS Custom // DB instances. // +kubebuilder:validation:Optional DBSystemID *string `json:"dbSystemID,omitempty"` // 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. // +kubebuilder:validation:Optional DBInstancePort *int64 `json:"dbInstancePort,omitempty"` // The Amazon Web Services Region-unique, immutable identifier for the DB instance. // This identifier is found in Amazon Web Services CloudTrail log entries whenever // the Amazon Web Services KMS key for the DB instance is accessed. // +kubebuilder:validation:Optional DBIResourceID *string `json:"dbiResourceID,omitempty"` // The Active Directory Domain membership records associated with the DB instance. // +kubebuilder:validation:Optional DomainMemberships []*DomainMembership `json:"domainMemberships,omitempty"` // A list of log types that this DB instance is configured to export to CloudWatch // Logs. // // Log types vary by DB engine. For information about the log types for each // DB engine, see Monitoring Amazon RDS log files (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html) // in the Amazon RDS User Guide. // +kubebuilder:validation:Optional EnabledCloudwatchLogsExports []*string `json:"enabledCloudwatchLogsExports,omitempty"` // The connection endpoint for the DB instance. // // The endpoint might not be shown for instances with the status of creating. // +kubebuilder:validation:Optional Endpoint *Endpoint `json:"endpoint,omitempty"` // The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log stream that // receives the Enhanced Monitoring metrics data for the DB instance. // +kubebuilder:validation:Optional EnhancedMonitoringResourceARN *string `json:"enhancedMonitoringResourceARN,omitempty"` // Indicates whether mapping of Amazon Web Services Identity and Access Management // (IAM) accounts to database accounts is enabled for the DB instance. // // For a list of engine versions that support IAM database authentication, see // IAM database authentication (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RDS_Fea_Regions_DB-eng.Feature.IamDatabaseAuthentication.html) // in the Amazon RDS User Guide and IAM database authentication in Aurora (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.Aurora_Fea_Regions_DB-eng.Feature.IAMdbauth.html) // in the Amazon Aurora User Guide. // +kubebuilder:validation:Optional IAMDatabaseAuthenticationEnabled *bool `json:"iamDatabaseAuthenticationEnabled,omitempty"` // The date and time when the DB instance was created. // +kubebuilder:validation:Optional InstanceCreateTime *metav1.Time `json:"instanceCreateTime,omitempty"` // The latest time to which a database in this DB instance can be restored with // point-in-time restore. // +kubebuilder:validation:Optional LatestRestorableTime *metav1.Time `json:"latestRestorableTime,omitempty"` // The listener connection endpoint for SQL Server Always On. // +kubebuilder:validation:Optional ListenerEndpoint *Endpoint `json:"listenerEndpoint,omitempty"` // The secret managed by RDS in Amazon Web Services Secrets Manager for the // master user password. // // For more information, see Password management with Amazon Web Services Secrets // Manager (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) // in the Amazon RDS User Guide. // +kubebuilder:validation:Optional MasterUserSecret *MasterUserSecret `json:"masterUserSecret,omitempty"` // The list of option group memberships for this DB instance. // +kubebuilder:validation:Optional OptionGroupMemberships []*OptionGroupMembership `json:"optionGroupMemberships,omitempty"` // Information about pending changes to the DB instance. This information is // returned only when there are pending changes. Specific changes are identified // by subelements. // +kubebuilder:validation:Optional PendingModifiedValues *PendingModifiedValues `json:"pendingModifiedValues,omitempty"` // The identifiers of Aurora DB clusters to which the RDS DB instance is replicated // as a read replica. For example, when you create an Aurora read replica of // an RDS for MySQL DB instance, the Aurora MySQL DB cluster for the Aurora // read replica is shown. This output doesn't contain information about cross-Region // Aurora read replicas. // // Currently, each RDS DB instance can have only one Aurora read replica. // +kubebuilder:validation:Optional ReadReplicaDBClusterIdentifiers []*string `json:"readReplicaDBClusterIdentifiers,omitempty"` // The identifiers of the read replicas associated with this DB instance. // +kubebuilder:validation:Optional ReadReplicaDBInstanceIdentifiers []*string `json:"readReplicaDBInstanceIdentifiers,omitempty"` // The identifier of the source DB cluster if this DB instance is a read replica. // +kubebuilder:validation:Optional ReadReplicaSourceDBClusterIdentifier *string `json:"readReplicaSourceDBClusterIdentifier,omitempty"` // The identifier of the source DB instance if this DB instance is a read replica. // +kubebuilder:validation:Optional ReadReplicaSourceDBInstanceIdentifier *string `json:"readReplicaSourceDBInstanceIdentifier,omitempty"` // The number of minutes to pause the automation. When the time period ends, // RDS Custom resumes full automation. The minimum value is 60 (default). The // maximum value is 1,440. // +kubebuilder:validation:Optional ResumeFullAutomationModeTime *metav1.Time `json:"resumeFullAutomationModeTime,omitempty"` // If present, specifies the name of the secondary Availability Zone for a DB // instance with multi-AZ support. // +kubebuilder:validation:Optional SecondaryAvailabilityZone *string `json:"secondaryAvailabilityZone,omitempty"` // The status of a read replica. If the DB instance isn't a read replica, the // value is blank. // +kubebuilder:validation:Optional StatusInfos []*DBInstanceStatusInfo `json:"statusInfos,omitempty"` // The list of Amazon EC2 VPC security groups that the DB instance belongs to. // +kubebuilder:validation:Optional VPCSecurityGroups []*VPCSecurityGroupMembership `json:"vpcSecurityGroups,omitempty"` }
DBInstanceStatus defines the observed state of DBInstance
func (*DBInstanceStatus) DeepCopy ¶
func (in *DBInstanceStatus) DeepCopy() *DBInstanceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBInstanceStatus.
func (*DBInstanceStatus) DeepCopyInto ¶
func (in *DBInstanceStatus) DeepCopyInto(out *DBInstanceStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBInstanceStatusInfo ¶
type DBInstanceStatusInfo struct { Message *string `json:"message,omitempty"` Normal *bool `json:"normal,omitempty"` Status *string `json:"status,omitempty"` StatusType *string `json:"statusType,omitempty"` }
Provides a list of status information for a DB instance.
func (*DBInstanceStatusInfo) DeepCopy ¶
func (in *DBInstanceStatusInfo) DeepCopy() *DBInstanceStatusInfo
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBInstanceStatusInfo.
func (*DBInstanceStatusInfo) DeepCopyInto ¶
func (in *DBInstanceStatusInfo) DeepCopyInto(out *DBInstanceStatusInfo)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBInstance_SDK ¶
type DBInstance_SDK struct { ActivityStreamEngineNativeAuditFieldsIncluded *bool `json:"activityStreamEngineNativeAuditFieldsIncluded,omitempty"` ActivityStreamKinesisStreamName *string `json:"activityStreamKinesisStreamName,omitempty"` ActivityStreamKMSKeyID *string `json:"activityStreamKMSKeyID,omitempty"` ActivityStreamMode *string `json:"activityStreamMode,omitempty"` ActivityStreamPolicyStatus *string `json:"activityStreamPolicyStatus,omitempty"` ActivityStreamStatus *string `json:"activityStreamStatus,omitempty"` AllocatedStorage *int64 `json:"allocatedStorage,omitempty"` AssociatedRoles []*DBInstanceRole `json:"associatedRoles,omitempty"` AutoMinorVersionUpgrade *bool `json:"autoMinorVersionUpgrade,omitempty"` AutomaticRestartTime *metav1.Time `json:"automaticRestartTime,omitempty"` AutomationMode *string `json:"automationMode,omitempty"` AvailabilityZone *string `json:"availabilityZone,omitempty"` AWSBackupRecoveryPointARN *string `json:"awsBackupRecoveryPointARN,omitempty"` BackupRetentionPeriod *int64 `json:"backupRetentionPeriod,omitempty"` BackupTarget *string `json:"backupTarget,omitempty"` CACertificateIdentifier *string `json:"caCertificateIdentifier,omitempty"` // The details of the DB instance’s server certificate. // // For more information, see Using SSL/TLS to encrypt a connection to a DB instance // (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html) // in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to // a DB cluster (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html) // in the Amazon Aurora User Guide. CertificateDetails *CertificateDetails `json:"certificateDetails,omitempty"` CharacterSetName *string `json:"characterSetName,omitempty"` CopyTagsToSnapshot *bool `json:"copyTagsToSnapshot,omitempty"` CustomIAMInstanceProfile *string `json:"customIAMInstanceProfile,omitempty"` CustomerOwnedIPEnabled *bool `json:"customerOwnedIPEnabled,omitempty"` DBClusterIdentifier *string `json:"dbClusterIdentifier,omitempty"` DBInstanceARN *string `json:"dbInstanceARN,omitempty"` DBInstanceAutomatedBackupsReplications []*DBInstanceAutomatedBackupsReplication `json:"dbInstanceAutomatedBackupsReplications,omitempty"` DBInstanceClass *string `json:"dbInstanceClass,omitempty"` DBInstanceIdentifier *string `json:"dbInstanceIdentifier,omitempty"` DBInstanceStatus *string `json:"dbInstanceStatus,omitempty"` DBName *string `json:"dbName,omitempty"` DBParameterGroups []*DBParameterGroupStatus_SDK `json:"dbParameterGroups,omitempty"` // Contains the details of an Amazon RDS DB subnet group. // // This data type is used as a response element in the DescribeDBSubnetGroups // action. DBSubnetGroup *DBSubnetGroup_SDK `json:"dbSubnetGroup,omitempty"` DBSystemID *string `json:"dbSystemID,omitempty"` DBInstancePort *int64 `json:"dbInstancePort,omitempty"` DBIResourceID *string `json:"dbiResourceID,omitempty"` DeletionProtection *bool `json:"deletionProtection,omitempty"` DomainMemberships []*DomainMembership `json:"domainMemberships,omitempty"` EnabledCloudwatchLogsExports []*string `json:"enabledCloudwatchLogsExports,omitempty"` // This data type represents the information you need to connect to an Amazon // RDS DB instance. This data type is used as a response element in the following // actions: // // * CreateDBInstance // // * DescribeDBInstances // // * DeleteDBInstance // // For the data structure that represents Amazon Aurora DB cluster endpoints, // see DBClusterEndpoint. Endpoint *Endpoint `json:"endpoint,omitempty"` Engine *string `json:"engine,omitempty"` EngineVersion *string `json:"engineVersion,omitempty"` EnhancedMonitoringResourceARN *string `json:"enhancedMonitoringResourceARN,omitempty"` IAMDatabaseAuthenticationEnabled *bool `json:"iamDatabaseAuthenticationEnabled,omitempty"` InstanceCreateTime *metav1.Time `json:"instanceCreateTime,omitempty"` IOPS *int64 `json:"iops,omitempty"` KMSKeyID *string `json:"kmsKeyID,omitempty"` LatestRestorableTime *metav1.Time `json:"latestRestorableTime,omitempty"` LicenseModel *string `json:"licenseModel,omitempty"` // This data type represents the information you need to connect to an Amazon // RDS DB instance. This data type is used as a response element in the following // actions: // // * CreateDBInstance // // * DescribeDBInstances // // * DeleteDBInstance // // For the data structure that represents Amazon Aurora DB cluster endpoints, // see DBClusterEndpoint. ListenerEndpoint *Endpoint `json:"listenerEndpoint,omitempty"` // Contains the secret managed by RDS in Amazon Web Services Secrets Manager // for the master user password. // // For more information, see Password management with Amazon Web Services Secrets // Manager (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) // in the Amazon RDS User Guide and Password management with Amazon Web Services // Secrets Manager (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html) // in the Amazon Aurora User Guide. MasterUserSecret *MasterUserSecret `json:"masterUserSecret,omitempty"` MasterUsername *string `json:"masterUsername,omitempty"` MaxAllocatedStorage *int64 `json:"maxAllocatedStorage,omitempty"` MonitoringInterval *int64 `json:"monitoringInterval,omitempty"` MonitoringRoleARN *string `json:"monitoringRoleARN,omitempty"` MultiAZ *bool `json:"multiAZ,omitempty"` NcharCharacterSetName *string `json:"ncharCharacterSetName,omitempty"` NetworkType *string `json:"networkType,omitempty"` OptionGroupMemberships []*OptionGroupMembership `json:"optionGroupMemberships,omitempty"` // This data type is used as a response element in the ModifyDBInstance operation // and contains changes that will be applied during the next maintenance window. PendingModifiedValues *PendingModifiedValues `json:"pendingModifiedValues,omitempty"` PerformanceInsightsEnabled *bool `json:"performanceInsightsEnabled,omitempty"` PerformanceInsightsKMSKeyID *string `json:"performanceInsightsKMSKeyID,omitempty"` PerformanceInsightsRetentionPeriod *int64 `json:"performanceInsightsRetentionPeriod,omitempty"` PreferredBackupWindow *string `json:"preferredBackupWindow,omitempty"` PreferredMaintenanceWindow *string `json:"preferredMaintenanceWindow,omitempty"` ProcessorFeatures []*ProcessorFeature `json:"processorFeatures,omitempty"` PromotionTier *int64 `json:"promotionTier,omitempty"` PubliclyAccessible *bool `json:"publiclyAccessible,omitempty"` ReadReplicaDBClusterIdentifiers []*string `json:"readReplicaDBClusterIdentifiers,omitempty"` ReadReplicaDBInstanceIdentifiers []*string `json:"readReplicaDBInstanceIdentifiers,omitempty"` ReadReplicaSourceDBClusterIdentifier *string `json:"readReplicaSourceDBClusterIdentifier,omitempty"` ReadReplicaSourceDBInstanceIdentifier *string `json:"readReplicaSourceDBInstanceIdentifier,omitempty"` ReplicaMode *string `json:"replicaMode,omitempty"` ResumeFullAutomationModeTime *metav1.Time `json:"resumeFullAutomationModeTime,omitempty"` SecondaryAvailabilityZone *string `json:"secondaryAvailabilityZone,omitempty"` StatusInfos []*DBInstanceStatusInfo `json:"statusInfos,omitempty"` StorageEncrypted *bool `json:"storageEncrypted,omitempty"` StorageThroughput *int64 `json:"storageThroughput,omitempty"` StorageType *string `json:"storageType,omitempty"` TDECredentialARN *string `json:"tdeCredentialARN,omitempty"` Timezone *string `json:"timezone,omitempty"` VPCSecurityGroups []*VPCSecurityGroupMembership `json:"vpcSecurityGroups,omitempty"` }
Contains the details of an Amazon RDS DB instance.
This data type is used as a response element in the operations CreateDBInstance, CreateDBInstanceReadReplica, DeleteDBInstance, DescribeDBInstances, ModifyDBInstance, PromoteReadReplica, RebootDBInstance, RestoreDBInstanceFromDBSnapshot, RestoreDBInstanceFromS3, RestoreDBInstanceToPointInTime, StartDBInstance, and StopDBInstance.
func (*DBInstance_SDK) DeepCopy ¶
func (in *DBInstance_SDK) DeepCopy() *DBInstance_SDK
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBInstance_SDK.
func (*DBInstance_SDK) DeepCopyInto ¶
func (in *DBInstance_SDK) DeepCopyInto(out *DBInstance_SDK)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBParameterGroup ¶
type DBParameterGroup struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DBParameterGroupSpec `json:"spec,omitempty"` Status DBParameterGroupStatus `json:"status,omitempty"` }
DBParameterGroup is the Schema for the DBParameterGroups API +kubebuilder:object:root=true +kubebuilder:subresource:status
func (*DBParameterGroup) DeepCopy ¶
func (in *DBParameterGroup) DeepCopy() *DBParameterGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBParameterGroup.
func (*DBParameterGroup) DeepCopyInto ¶
func (in *DBParameterGroup) DeepCopyInto(out *DBParameterGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DBParameterGroup) DeepCopyObject ¶
func (in *DBParameterGroup) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DBParameterGroupList ¶
type DBParameterGroupList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []DBParameterGroup `json:"items"` }
DBParameterGroupList contains a list of DBParameterGroup +kubebuilder:object:root=true
func (*DBParameterGroupList) DeepCopy ¶
func (in *DBParameterGroupList) DeepCopy() *DBParameterGroupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBParameterGroupList.
func (*DBParameterGroupList) DeepCopyInto ¶
func (in *DBParameterGroupList) DeepCopyInto(out *DBParameterGroupList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DBParameterGroupList) DeepCopyObject ¶
func (in *DBParameterGroupList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DBParameterGroupSpec ¶
type DBParameterGroupSpec struct { // The description for the DB parameter group. // +kubebuilder:validation:Required Description *string `json:"description"` // The DB parameter group family name. A DB parameter group can be associated // with one and only one DB parameter group family, and can be applied only // to a DB instance running a database engine and engine version compatible // with that DB parameter group family. // // To list all of the available parameter group families for a DB engine, use // the following command: // // aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" // --engine // // For example, to list all of the available parameter group families for the // MySQL DB engine, use the following command: // // aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" // --engine mysql // // The output contains duplicates. // // The following are the valid DB engine values: // // - aurora-mysql // // - aurora-postgresql // // - db2-ae // // - db2-se // // - mysql // // - oracle-ee // // - oracle-ee-cdb // // - oracle-se2 // // - oracle-se2-cdb // // - postgres // // - sqlserver-ee // // - sqlserver-se // // - sqlserver-ex // // - sqlserver-web // // +kubebuilder:validation:Required Family *string `json:"family"` // The name of the DB parameter group. // // Constraints: // // - Must be 1 to 255 letters, numbers, or hyphens. // // - First character must be a letter // // - Can't end with a hyphen or contain two consecutive hyphens // // This value is stored as a lowercase string. // +kubebuilder:validation:Required Name *string `json:"name"` ParameterOverrides map[string]*string `json:"parameterOverrides,omitempty"` // Tags to assign to the DB parameter group. Tags []*Tag `json:"tags,omitempty"` }
DBParameterGroupSpec defines the desired state of DBParameterGroup.
Contains the details of an Amazon RDS DB parameter group.
This data type is used as a response element in the DescribeDBParameterGroups action.
func (*DBParameterGroupSpec) DeepCopy ¶
func (in *DBParameterGroupSpec) DeepCopy() *DBParameterGroupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBParameterGroupSpec.
func (*DBParameterGroupSpec) DeepCopyInto ¶
func (in *DBParameterGroupSpec) DeepCopyInto(out *DBParameterGroupSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBParameterGroupStatus ¶
type DBParameterGroupStatus struct { // All CRs managed by ACK have a common `Status.ACKResourceMetadata` member // that is used to contain resource sync state, account ownership, // constructed ARN for the resource // +kubebuilder:validation:Optional ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"` // All CRs managed by ACK have a common `Status.Conditions` member that // contains a collection of `ackv1alpha1.Condition` objects that describe // the various terminal states of the CR and its backend AWS service API // resource // +kubebuilder:validation:Optional Conditions []*ackv1alpha1.Condition `json:"conditions"` // A list of Parameter values. // +kubebuilder:validation:Optional ParameterOverrideStatuses []*Parameter `json:"parameterOverrideStatuses,omitempty"` }
DBParameterGroupStatus defines the observed state of DBParameterGroup
func (*DBParameterGroupStatus) DeepCopy ¶
func (in *DBParameterGroupStatus) DeepCopy() *DBParameterGroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBParameterGroupStatus.
func (*DBParameterGroupStatus) DeepCopyInto ¶
func (in *DBParameterGroupStatus) DeepCopyInto(out *DBParameterGroupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBParameterGroupStatus_SDK ¶
type DBParameterGroupStatus_SDK struct { DBParameterGroupName *string `json:"dbParameterGroupName,omitempty"` ParameterApplyStatus *string `json:"parameterApplyStatus,omitempty"` }
The status of the DB parameter group.
This data type is used as a response element in the following actions:
CreateDBInstance
CreateDBInstanceReadReplica
DeleteDBInstance
ModifyDBInstance
RebootDBInstance
RestoreDBInstanceFromDBSnapshot
func (*DBParameterGroupStatus_SDK) DeepCopy ¶
func (in *DBParameterGroupStatus_SDK) DeepCopy() *DBParameterGroupStatus_SDK
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBParameterGroupStatus_SDK.
func (*DBParameterGroupStatus_SDK) DeepCopyInto ¶
func (in *DBParameterGroupStatus_SDK) DeepCopyInto(out *DBParameterGroupStatus_SDK)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBParameterGroup_SDK ¶
type DBParameterGroup_SDK struct { DBParameterGroupARN *string `json:"dbParameterGroupARN,omitempty"` DBParameterGroupFamily *string `json:"dbParameterGroupFamily,omitempty"` DBParameterGroupName *string `json:"dbParameterGroupName,omitempty"` Description *string `json:"description,omitempty"` }
Contains the details of an Amazon RDS DB parameter group.
This data type is used as a response element in the DescribeDBParameterGroups action.
func (*DBParameterGroup_SDK) DeepCopy ¶
func (in *DBParameterGroup_SDK) DeepCopy() *DBParameterGroup_SDK
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBParameterGroup_SDK.
func (*DBParameterGroup_SDK) DeepCopyInto ¶
func (in *DBParameterGroup_SDK) DeepCopyInto(out *DBParameterGroup_SDK)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBProxy ¶
type DBProxy struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DBProxySpec `json:"spec,omitempty"` Status DBProxyStatus `json:"status,omitempty"` }
DBProxy is the Schema for the DBProxies API +kubebuilder:object:root=true +kubebuilder:subresource:status
func (*DBProxy) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBProxy.
func (*DBProxy) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DBProxy) DeepCopyObject ¶ added in v0.1.0
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DBProxyEndpoint ¶ added in v0.0.16
type DBProxyEndpoint struct { CreatedDate *metav1.Time `json:"createdDate,omitempty"` DBProxyEndpointARN *string `json:"dbProxyEndpointARN,omitempty"` DBProxyEndpointName *string `json:"dbProxyEndpointName,omitempty"` DBProxyName *string `json:"dbProxyName,omitempty"` Endpoint *string `json:"endpoint,omitempty"` IsDefault *bool `json:"isDefault,omitempty"` VPCID *string `json:"vpcID,omitempty"` VPCSecurityGroupIDs []*string `json:"vpcSecurityGroupIDs,omitempty"` VPCSubnetIDs []*string `json:"vpcSubnetIDs,omitempty"` }
The data structure representing an endpoint associated with a DB proxy. RDS automatically creates one endpoint for each DB proxy. For Aurora DB clusters, you can associate additional endpoints with the same DB proxy. These endpoints can be read/write or read-only. They can also reside in different VPCs than the associated DB proxy.
This data type is used as a response element in the DescribeDBProxyEndpoints operation.
func (*DBProxyEndpoint) DeepCopy ¶ added in v0.0.16
func (in *DBProxyEndpoint) DeepCopy() *DBProxyEndpoint
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBProxyEndpoint.
func (*DBProxyEndpoint) DeepCopyInto ¶ added in v0.0.16
func (in *DBProxyEndpoint) DeepCopyInto(out *DBProxyEndpoint)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBProxyEndpointStatus ¶ added in v0.0.16
type DBProxyEndpointStatus string
const ( DBProxyEndpointStatus_available DBProxyEndpointStatus = "available" DBProxyEndpointStatus_creating DBProxyEndpointStatus = "creating" DBProxyEndpointStatus_deleting DBProxyEndpointStatus = "deleting" DBProxyEndpointStatus_incompatible_network DBProxyEndpointStatus = "incompatible-network" DBProxyEndpointStatus_insufficient_resource_limits DBProxyEndpointStatus = "insufficient-resource-limits" DBProxyEndpointStatus_modifying DBProxyEndpointStatus = "modifying" )
type DBProxyEndpointTargetRole ¶ added in v0.0.16
type DBProxyEndpointTargetRole string
const ( DBProxyEndpointTargetRole_READ_ONLY DBProxyEndpointTargetRole = "READ_ONLY" DBProxyEndpointTargetRole_READ_WRITE DBProxyEndpointTargetRole = "READ_WRITE" )
type DBProxyList ¶ added in v0.1.0
type DBProxyList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []DBProxy `json:"items"` }
DBProxyList contains a list of DBProxy +kubebuilder:object:root=true
func (*DBProxyList) DeepCopy ¶ added in v0.1.0
func (in *DBProxyList) DeepCopy() *DBProxyList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBProxyList.
func (*DBProxyList) DeepCopyInto ¶ added in v0.1.0
func (in *DBProxyList) DeepCopyInto(out *DBProxyList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DBProxyList) DeepCopyObject ¶ added in v0.1.0
func (in *DBProxyList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DBProxySpec ¶ added in v0.1.0
type DBProxySpec struct { // The authorization mechanism that the proxy uses. // +kubebuilder:validation:Required Auth []*UserAuthConfig `json:"auth"` // Specifies whether the proxy includes detailed information about SQL statements // in its logs. This information helps you to debug issues involving SQL behavior // or the performance and scalability of the proxy connections. The debug information // includes the text of SQL statements that you submit through the proxy. Thus, // only enable this setting when needed for debugging, and only when you have // security measures in place to safeguard any sensitive information that appears // in the logs. DebugLogging *bool `json:"debugLogging,omitempty"` // The kinds of databases that the proxy can connect to. This value determines // which database network protocol the proxy recognizes when it interprets network // traffic to and from the database. For Aurora MySQL, RDS for MariaDB, and // RDS for MySQL databases, specify MYSQL. For Aurora PostgreSQL and RDS for // PostgreSQL databases, specify POSTGRESQL. For RDS for Microsoft SQL Server, // specify SQLSERVER. // +kubebuilder:validation:Required EngineFamily *string `json:"engineFamily"` // The number of seconds that a connection to the proxy can be inactive before // the proxy disconnects it. You can set this value higher or lower than the // connection timeout limit for the associated database. IdleClientTimeout *int64 `json:"idleClientTimeout,omitempty"` // The identifier for the proxy. This name must be unique for all proxies owned // by your Amazon Web Services account in the specified Amazon Web Services // Region. An identifier must begin with a letter and must contain only ASCII // letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive // hyphens. // +kubebuilder:validation:Required Name *string `json:"name"` // Specifies whether Transport Layer Security (TLS) encryption is required for // connections to the proxy. By enabling this setting, you can enforce encrypted // TLS connections to the proxy. RequireTLS *bool `json:"requireTLS,omitempty"` // The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access // secrets in Amazon Web Services Secrets Manager. // +kubebuilder:validation:Required RoleARN *string `json:"roleARN"` // An optional set of key-value pairs to associate arbitrary data of your choosing // with the proxy. Tags []*Tag `json:"tags,omitempty"` // One or more VPC security group IDs to associate with the new proxy. VPCSecurityGroupIDs []*string `json:"vpcSecurityGroupIDs,omitempty"` // One or more VPC subnet IDs to associate with the new proxy. // +kubebuilder:validation:Required VPCSubnetIDs []*string `json:"vpcSubnetIDs"` }
DBProxySpec defines the desired state of DBProxy.
The data structure representing a proxy managed by the RDS Proxy.
This data type is used as a response element in the DescribeDBProxies action.
func (*DBProxySpec) DeepCopy ¶ added in v0.1.0
func (in *DBProxySpec) DeepCopy() *DBProxySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBProxySpec.
func (*DBProxySpec) DeepCopyInto ¶ added in v0.1.0
func (in *DBProxySpec) DeepCopyInto(out *DBProxySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBProxyStatus ¶
type DBProxyStatus struct { // All CRs managed by ACK have a common `Status.ACKResourceMetadata` member // that is used to contain resource sync state, account ownership, // constructed ARN for the resource // +kubebuilder:validation:Optional ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"` // All CRs managed by ACK have a common `Status.Conditions` member that // contains a collection of `ackv1alpha1.Condition` objects that describe // the various terminal states of the CR and its backend AWS service API // resource // +kubebuilder:validation:Optional Conditions []*ackv1alpha1.Condition `json:"conditions"` // The date and time when the proxy was first created. // +kubebuilder:validation:Optional CreatedDate *metav1.Time `json:"createdDate,omitempty"` // The endpoint that you can use to connect to the DB proxy. You include the // endpoint value in the connection string for a database client application. // +kubebuilder:validation:Optional Endpoint *string `json:"endpoint,omitempty"` // The current status of this proxy. A status of available means the proxy is // ready to handle requests. Other values indicate that you must wait for the // proxy to be ready, or take some action to resolve an issue. // +kubebuilder:validation:Optional Status *string `json:"status,omitempty"` // The date and time when the proxy was last updated. // +kubebuilder:validation:Optional UpdatedDate *metav1.Time `json:"updatedDate,omitempty"` // Provides the VPC ID of the DB proxy. // +kubebuilder:validation:Optional VPCID *string `json:"vpcID,omitempty"` }
DBProxyStatus defines the observed state of DBProxy
func (*DBProxyStatus) DeepCopy ¶ added in v0.1.0
func (in *DBProxyStatus) DeepCopy() *DBProxyStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBProxyStatus.
func (*DBProxyStatus) DeepCopyInto ¶ added in v0.1.0
func (in *DBProxyStatus) DeepCopyInto(out *DBProxyStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBProxyStatus_SDK ¶ added in v0.1.0
type DBProxyStatus_SDK string
const ( DBProxyStatus_SDK_available DBProxyStatus_SDK = "available" DBProxyStatus_SDK_creating DBProxyStatus_SDK = "creating" DBProxyStatus_SDK_deleting DBProxyStatus_SDK = "deleting" DBProxyStatus_SDK_incompatible_network DBProxyStatus_SDK = "incompatible-network" DBProxyStatus_SDK_insufficient_resource_limits DBProxyStatus_SDK = "insufficient-resource-limits" DBProxyStatus_SDK_modifying DBProxyStatus_SDK = "modifying" DBProxyStatus_SDK_reactivating DBProxyStatus_SDK = "reactivating" DBProxyStatus_SDK_suspended DBProxyStatus_SDK = "suspended" DBProxyStatus_SDK_suspending DBProxyStatus_SDK = "suspending" )
type DBProxyTarget ¶
type DBProxyTarget struct { Endpoint *string `json:"endpoint,omitempty"` Port *int64 `json:"port,omitempty"` RdsResourceID *string `json:"rdsResourceID,omitempty"` TargetARN *string `json:"targetARN,omitempty"` TrackedClusterID *string `json:"trackedClusterID,omitempty"` }
Contains the details for an RDS Proxy target. It represents an RDS DB instance or Aurora DB cluster that the proxy can connect to. One or more targets are associated with an RDS Proxy target group.
This data type is used as a response element in the DescribeDBProxyTargets action.
func (*DBProxyTarget) DeepCopy ¶
func (in *DBProxyTarget) DeepCopy() *DBProxyTarget
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBProxyTarget.
func (*DBProxyTarget) DeepCopyInto ¶
func (in *DBProxyTarget) DeepCopyInto(out *DBProxyTarget)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBProxyTargetGroup ¶
type DBProxyTargetGroup struct { CreatedDate *metav1.Time `json:"createdDate,omitempty"` DBProxyName *string `json:"dbProxyName,omitempty"` IsDefault *bool `json:"isDefault,omitempty"` Status *string `json:"status,omitempty"` TargetGroupARN *string `json:"targetGroupARN,omitempty"` TargetGroupName *string `json:"targetGroupName,omitempty"` UpdatedDate *metav1.Time `json:"updatedDate,omitempty"` }
Represents a set of RDS DB instances, Aurora DB clusters, or both that a proxy can connect to. Currently, each target group is associated with exactly one RDS DB instance or Aurora DB cluster.
This data type is used as a response element in the DescribeDBProxyTargetGroups action.
func (*DBProxyTargetGroup) DeepCopy ¶
func (in *DBProxyTargetGroup) DeepCopy() *DBProxyTargetGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBProxyTargetGroup.
func (*DBProxyTargetGroup) DeepCopyInto ¶
func (in *DBProxyTargetGroup) DeepCopyInto(out *DBProxyTargetGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBProxy_SDK ¶ added in v0.1.0
type DBProxy_SDK struct { Auth []*UserAuthConfigInfo `json:"auth,omitempty"` CreatedDate *metav1.Time `json:"createdDate,omitempty"` DBProxyARN *string `json:"dbProxyARN,omitempty"` DBProxyName *string `json:"dbProxyName,omitempty"` DebugLogging *bool `json:"debugLogging,omitempty"` Endpoint *string `json:"endpoint,omitempty"` EngineFamily *string `json:"engineFamily,omitempty"` IdleClientTimeout *int64 `json:"idleClientTimeout,omitempty"` RequireTLS *bool `json:"requireTLS,omitempty"` RoleARN *string `json:"roleARN,omitempty"` Status *string `json:"status,omitempty"` UpdatedDate *metav1.Time `json:"updatedDate,omitempty"` VPCID *string `json:"vpcID,omitempty"` VPCSecurityGroupIDs []*string `json:"vpcSecurityGroupIDs,omitempty"` VPCSubnetIDs []*string `json:"vpcSubnetIDs,omitempty"` }
The data structure representing a proxy managed by the RDS Proxy.
This data type is used as a response element in the DescribeDBProxies action.
func (*DBProxy_SDK) DeepCopy ¶ added in v0.1.0
func (in *DBProxy_SDK) DeepCopy() *DBProxy_SDK
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBProxy_SDK.
func (*DBProxy_SDK) DeepCopyInto ¶ added in v0.1.0
func (in *DBProxy_SDK) DeepCopyInto(out *DBProxy_SDK)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBRecommendation ¶ added in v1.4.9
type DBRecommendation struct { AdditionalInfo *string `json:"additionalInfo,omitempty"` Category *string `json:"category,omitempty"` CreatedTime *metav1.Time `json:"createdTime,omitempty"` Description *string `json:"description,omitempty"` Detection *string `json:"detection,omitempty"` Impact *string `json:"impact,omitempty"` Reason *string `json:"reason,omitempty"` Recommendation *string `json:"recommendation,omitempty"` RecommendationID *string `json:"recommendationID,omitempty"` ResourceARN *string `json:"resourceARN,omitempty"` Severity *string `json:"severity,omitempty"` Source *string `json:"source,omitempty"` Status *string `json:"status,omitempty"` TypeDetection *string `json:"typeDetection,omitempty"` TypeID *string `json:"typeID,omitempty"` TypeRecommendation *string `json:"typeRecommendation,omitempty"` UpdatedTime *metav1.Time `json:"updatedTime,omitempty"` }
The recommendation for your DB instances, DB clusters, and DB parameter groups.
func (*DBRecommendation) DeepCopy ¶ added in v1.4.9
func (in *DBRecommendation) DeepCopy() *DBRecommendation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBRecommendation.
func (*DBRecommendation) DeepCopyInto ¶ added in v1.4.9
func (in *DBRecommendation) DeepCopyInto(out *DBRecommendation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBSecurityGroup ¶
type DBSecurityGroup struct { DBSecurityGroupARN *string `json:"dbSecurityGroupARN,omitempty"` DBSecurityGroupDescription *string `json:"dbSecurityGroupDescription,omitempty"` DBSecurityGroupName *string `json:"dbSecurityGroupName,omitempty"` OwnerID *string `json:"ownerID,omitempty"` VPCID *string `json:"vpcID,omitempty"` }
Contains the details for an Amazon RDS DB security group.
This data type is used as a response element in the DescribeDBSecurityGroups action.
func (*DBSecurityGroup) DeepCopy ¶
func (in *DBSecurityGroup) DeepCopy() *DBSecurityGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBSecurityGroup.
func (*DBSecurityGroup) DeepCopyInto ¶
func (in *DBSecurityGroup) DeepCopyInto(out *DBSecurityGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBSecurityGroupMembership ¶
type DBSecurityGroupMembership struct { DBSecurityGroupName *string `json:"dbSecurityGroupName,omitempty"` Status *string `json:"status,omitempty"` }
This data type is used as a response element in the following actions:
ModifyDBInstance
RebootDBInstance
RestoreDBInstanceFromDBSnapshot
RestoreDBInstanceToPointInTime
func (*DBSecurityGroupMembership) DeepCopy ¶
func (in *DBSecurityGroupMembership) DeepCopy() *DBSecurityGroupMembership
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBSecurityGroupMembership.
func (*DBSecurityGroupMembership) DeepCopyInto ¶
func (in *DBSecurityGroupMembership) DeepCopyInto(out *DBSecurityGroupMembership)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBShardGroup ¶ added in v1.4.9
type DBShardGroup struct { ComputeRedundancy *int64 `json:"computeRedundancy,omitempty"` DBClusterIdentifier *string `json:"dbClusterIdentifier,omitempty"` DBShardGroupARN *string `json:"dbShardGroupARN,omitempty"` DBShardGroupResourceID *string `json:"dbShardGroupResourceID,omitempty"` Endpoint *string `json:"endpoint,omitempty"` MaxACU *float64 `json:"maxACU,omitempty"` MinACU *float64 `json:"minACU,omitempty"` PubliclyAccessible *bool `json:"publiclyAccessible,omitempty"` Status *string `json:"status,omitempty"` // A list of tags. // // For more information, see Tagging Amazon RDS resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources // (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) // in the Amazon Aurora User Guide. TagList []*Tag `json:"tagList,omitempty"` }
Contains the details for an Amazon RDS DB shard group.
func (*DBShardGroup) DeepCopy ¶ added in v1.4.9
func (in *DBShardGroup) DeepCopy() *DBShardGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBShardGroup.
func (*DBShardGroup) DeepCopyInto ¶ added in v1.4.9
func (in *DBShardGroup) DeepCopyInto(out *DBShardGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBSnapshot ¶
type DBSnapshot struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DBSnapshotSpec `json:"spec,omitempty"` Status DBSnapshotStatus `json:"status,omitempty"` }
DBSnapshot is the Schema for the DBSnapshots API +kubebuilder:object:root=true +kubebuilder:subresource:status
func (*DBSnapshot) DeepCopy ¶
func (in *DBSnapshot) DeepCopy() *DBSnapshot
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBSnapshot.
func (*DBSnapshot) DeepCopyInto ¶
func (in *DBSnapshot) DeepCopyInto(out *DBSnapshot)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DBSnapshot) DeepCopyObject ¶ added in v1.3.0
func (in *DBSnapshot) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DBSnapshotAttribute ¶
type DBSnapshotAttribute struct {
AttributeName *string `json:"attributeName,omitempty"`
}
Contains the name and values of a manual DB snapshot attribute
Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API.
func (*DBSnapshotAttribute) DeepCopy ¶
func (in *DBSnapshotAttribute) DeepCopy() *DBSnapshotAttribute
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBSnapshotAttribute.
func (*DBSnapshotAttribute) DeepCopyInto ¶
func (in *DBSnapshotAttribute) DeepCopyInto(out *DBSnapshotAttribute)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBSnapshotAttributesResult ¶
type DBSnapshotAttributesResult struct {
DBSnapshotIdentifier *string `json:"dbSnapshotIdentifier,omitempty"`
}
Contains the results of a successful call to the DescribeDBSnapshotAttributes API action.
Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts to copy or restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API action.
func (*DBSnapshotAttributesResult) DeepCopy ¶
func (in *DBSnapshotAttributesResult) DeepCopy() *DBSnapshotAttributesResult
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBSnapshotAttributesResult.
func (*DBSnapshotAttributesResult) DeepCopyInto ¶
func (in *DBSnapshotAttributesResult) DeepCopyInto(out *DBSnapshotAttributesResult)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBSnapshotList ¶ added in v1.3.0
type DBSnapshotList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []DBSnapshot `json:"items"` }
DBSnapshotList contains a list of DBSnapshot +kubebuilder:object:root=true
func (*DBSnapshotList) DeepCopy ¶ added in v1.3.0
func (in *DBSnapshotList) DeepCopy() *DBSnapshotList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBSnapshotList.
func (*DBSnapshotList) DeepCopyInto ¶ added in v1.3.0
func (in *DBSnapshotList) DeepCopyInto(out *DBSnapshotList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DBSnapshotList) DeepCopyObject ¶ added in v1.3.0
func (in *DBSnapshotList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DBSnapshotSpec ¶ added in v1.3.0
type DBSnapshotSpec struct { // The identifier of the DB instance that you want to create the snapshot of. // // Constraints: // // - Must match the identifier of an existing DBInstance. DBInstanceIdentifier *string `json:"dbInstanceIdentifier,omitempty"` DBInstanceIdentifierRef *ackv1alpha1.AWSResourceReferenceWrapper `json:"dbInstanceIdentifierRef,omitempty"` // The identifier for the DB snapshot. // // Constraints: // // - Can't be null, empty, or blank // // - Must contain from 1 to 255 letters, numbers, or hyphens // // - First character must be a letter // // - Can't end with a hyphen or contain two consecutive hyphens // // Example: my-snapshot-id // +kubebuilder:validation:Required DBSnapshotIdentifier *string `json:"dbSnapshotIdentifier"` Tags []*Tag `json:"tags,omitempty"` }
DBSnapshotSpec defines the desired state of DBSnapshot.
Contains the details of an Amazon RDS DB snapshot.
This data type is used as a response element in the DescribeDBSnapshots action.
func (*DBSnapshotSpec) DeepCopy ¶ added in v1.3.0
func (in *DBSnapshotSpec) DeepCopy() *DBSnapshotSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBSnapshotSpec.
func (*DBSnapshotSpec) DeepCopyInto ¶ added in v1.3.0
func (in *DBSnapshotSpec) DeepCopyInto(out *DBSnapshotSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBSnapshotStatus ¶ added in v1.3.0
type DBSnapshotStatus struct { // All CRs managed by ACK have a common `Status.ACKResourceMetadata` member // that is used to contain resource sync state, account ownership, // constructed ARN for the resource // +kubebuilder:validation:Optional ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"` // All CRs managed by ACK have a common `Status.Conditions` member that // contains a collection of `ackv1alpha1.Condition` objects that describe // the various terminal states of the CR and its backend AWS service API // resource // +kubebuilder:validation:Optional Conditions []*ackv1alpha1.Condition `json:"conditions"` // Specifies the allocated storage size in gibibytes (GiB). // +kubebuilder:validation:Optional AllocatedStorage *int64 `json:"allocatedStorage,omitempty"` // Specifies the name of the Availability Zone the DB instance was located in // at the time of the DB snapshot. // +kubebuilder:validation:Optional AvailabilityZone *string `json:"availabilityZone,omitempty"` // The identifier for the source DB instance, which can't be changed and which // is unique to an Amazon Web Services Region. // +kubebuilder:validation:Optional DBIResourceID *string `json:"dbiResourceID,omitempty"` // Indicates whether the DB snapshot is encrypted. // +kubebuilder:validation:Optional Encrypted *bool `json:"encrypted,omitempty"` // Specifies the name of the database engine. // +kubebuilder:validation:Optional Engine *string `json:"engine,omitempty"` // Indicates whether mapping of Amazon Web Services Identity and Access Management // (IAM) accounts to database accounts is enabled. // +kubebuilder:validation:Optional IAMDatabaseAuthenticationEnabled *bool `json:"iamDatabaseAuthenticationEnabled,omitempty"` // Specifies the time in Coordinated Universal Time (UTC) when the DB instance, // from which the snapshot was taken, was created. // +kubebuilder:validation:Optional InstanceCreateTime *metav1.Time `json:"instanceCreateTime,omitempty"` // Specifies the Provisioned IOPS (I/O operations per second) value of the DB // instance at the time of the snapshot. // +kubebuilder:validation:Optional IOPS *int64 `json:"iops,omitempty"` // If Encrypted is true, the Amazon Web Services KMS key identifier for the // encrypted DB snapshot. // // The Amazon Web Services KMS key identifier is the key ARN, key ID, alias // ARN, or alias name for the KMS key. // +kubebuilder:validation:Optional KMSKeyID *string `json:"kmsKeyID,omitempty"` // License model information for the restored DB instance. // +kubebuilder:validation:Optional LicenseModel *string `json:"licenseModel,omitempty"` // Provides the master username for the DB snapshot. // +kubebuilder:validation:Optional MasterUsername *string `json:"masterUsername,omitempty"` // Specifies the time of the CreateDBSnapshot operation in Coordinated Universal // Time (UTC). Doesn't change when the snapshot is copied. // +kubebuilder:validation:Optional OriginalSnapshotCreateTime *metav1.Time `json:"originalSnapshotCreateTime,omitempty"` // The percentage of the estimated data that has been transferred. // +kubebuilder:validation:Optional PercentProgress *int64 `json:"percentProgress,omitempty"` // Specifies the port that the database engine was listening on at the time // of the snapshot. // +kubebuilder:validation:Optional Port *int64 `json:"port,omitempty"` // The number of CPU cores and the number of threads per core for the DB instance // class of the DB instance when the DB snapshot was created. // +kubebuilder:validation:Optional ProcessorFeatures []*ProcessorFeature `json:"processorFeatures,omitempty"` // Specifies when the snapshot was taken in Coordinated Universal Time (UTC). // Changes for the copy when the snapshot is copied. // +kubebuilder:validation:Optional SnapshotCreateTime *metav1.Time `json:"snapshotCreateTime,omitempty"` // The timestamp of the most recent transaction applied to the database that // you're backing up. Thus, if you restore a snapshot, SnapshotDatabaseTime // is the most recent transaction in the restored DB instance. In contrast, // originalSnapshotCreateTime specifies the system time that the snapshot completed. // // If you back up a read replica, you can determine the replica lag by comparing // SnapshotDatabaseTime with originalSnapshotCreateTime. For example, if originalSnapshotCreateTime // is two hours later than SnapshotDatabaseTime, then the replica lag is two // hours. // +kubebuilder:validation:Optional SnapshotDatabaseTime *metav1.Time `json:"snapshotDatabaseTime,omitempty"` // Specifies where manual snapshots are stored: Amazon Web Services Outposts // or the Amazon Web Services Region. // +kubebuilder:validation:Optional SnapshotTarget *string `json:"snapshotTarget,omitempty"` // Provides the type of the DB snapshot. // +kubebuilder:validation:Optional SnapshotType *string `json:"snapshotType,omitempty"` // The DB snapshot Amazon Resource Name (ARN) that the DB snapshot was copied // from. It only has a value in the case of a cross-account or cross-Region // copy. // +kubebuilder:validation:Optional SourceDBSnapshotIdentifier *string `json:"sourceDBSnapshotIdentifier,omitempty"` // The Amazon Web Services Region that the DB snapshot was created in or copied // from. // +kubebuilder:validation:Optional SourceRegion *string `json:"sourceRegion,omitempty"` // Specifies the status of this DB snapshot. // +kubebuilder:validation:Optional Status *string `json:"status,omitempty"` // Specifies the storage throughput for the DB snapshot. // +kubebuilder:validation:Optional StorageThroughput *int64 `json:"storageThroughput,omitempty"` // Specifies the storage type associated with DB snapshot. // +kubebuilder:validation:Optional StorageType *string `json:"storageType,omitempty"` // +kubebuilder:validation:Optional TagList []*Tag `json:"tagList,omitempty"` // The ARN from the key store with which to associate the instance for TDE encryption. // +kubebuilder:validation:Optional TDECredentialARN *string `json:"tdeCredentialARN,omitempty"` // The time zone of the DB snapshot. In most cases, the Timezone element is // empty. Timezone content appears only for snapshots taken from Microsoft SQL // Server DB instances that were created with a time zone specified. // +kubebuilder:validation:Optional Timezone *string `json:"timezone,omitempty"` // Provides the VPC ID associated with the DB snapshot. // +kubebuilder:validation:Optional VPCID *string `json:"vpcID,omitempty"` }
DBSnapshotStatus defines the observed state of DBSnapshot
func (*DBSnapshotStatus) DeepCopy ¶ added in v1.3.0
func (in *DBSnapshotStatus) DeepCopy() *DBSnapshotStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBSnapshotStatus.
func (*DBSnapshotStatus) DeepCopyInto ¶ added in v1.3.0
func (in *DBSnapshotStatus) DeepCopyInto(out *DBSnapshotStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBSnapshotTenantDatabase ¶ added in v1.4.9
type DBSnapshotTenantDatabase struct { CharacterSetName *string `json:"characterSetName,omitempty"` DBInstanceIdentifier *string `json:"dbInstanceIdentifier,omitempty"` DBSnapshotIdentifier *string `json:"dbSnapshotIdentifier,omitempty"` DBSnapshotTenantDatabaseARN *string `json:"dbSnapshotTenantDatabaseARN,omitempty"` DBIResourceID *string `json:"dbiResourceID,omitempty"` EngineName *string `json:"engineName,omitempty"` MasterUsername *string `json:"masterUsername,omitempty"` NcharCharacterSetName *string `json:"ncharCharacterSetName,omitempty"` SnapshotType *string `json:"snapshotType,omitempty"` // A list of tags. // // For more information, see Tagging Amazon RDS resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources // (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) // in the Amazon Aurora User Guide. TagList []*Tag `json:"tagList,omitempty"` TenantDBName *string `json:"tenantDBName,omitempty"` TenantDatabaseCreateTime *metav1.Time `json:"tenantDatabaseCreateTime,omitempty"` TenantDatabaseResourceID *string `json:"tenantDatabaseResourceID,omitempty"` }
Contains the details of a tenant database in a snapshot of a DB instance.
func (*DBSnapshotTenantDatabase) DeepCopy ¶ added in v1.4.9
func (in *DBSnapshotTenantDatabase) DeepCopy() *DBSnapshotTenantDatabase
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBSnapshotTenantDatabase.
func (*DBSnapshotTenantDatabase) DeepCopyInto ¶ added in v1.4.9
func (in *DBSnapshotTenantDatabase) DeepCopyInto(out *DBSnapshotTenantDatabase)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBSnapshot_SDK ¶ added in v1.3.0
type DBSnapshot_SDK struct { AllocatedStorage *int64 `json:"allocatedStorage,omitempty"` AvailabilityZone *string `json:"availabilityZone,omitempty"` DBInstanceIdentifier *string `json:"dbInstanceIdentifier,omitempty"` DBSnapshotARN *string `json:"dbSnapshotARN,omitempty"` DBSnapshotIdentifier *string `json:"dbSnapshotIdentifier,omitempty"` DBIResourceID *string `json:"dbiResourceID,omitempty"` Encrypted *bool `json:"encrypted,omitempty"` Engine *string `json:"engine,omitempty"` IAMDatabaseAuthenticationEnabled *bool `json:"iamDatabaseAuthenticationEnabled,omitempty"` InstanceCreateTime *metav1.Time `json:"instanceCreateTime,omitempty"` IOPS *int64 `json:"iops,omitempty"` KMSKeyID *string `json:"kmsKeyID,omitempty"` LicenseModel *string `json:"licenseModel,omitempty"` MasterUsername *string `json:"masterUsername,omitempty"` OriginalSnapshotCreateTime *metav1.Time `json:"originalSnapshotCreateTime,omitempty"` PercentProgress *int64 `json:"percentProgress,omitempty"` Port *int64 `json:"port,omitempty"` ProcessorFeatures []*ProcessorFeature `json:"processorFeatures,omitempty"` SnapshotCreateTime *metav1.Time `json:"snapshotCreateTime,omitempty"` SnapshotDatabaseTime *metav1.Time `json:"snapshotDatabaseTime,omitempty"` SnapshotTarget *string `json:"snapshotTarget,omitempty"` SnapshotType *string `json:"snapshotType,omitempty"` SourceDBSnapshotIdentifier *string `json:"sourceDBSnapshotIdentifier,omitempty"` SourceRegion *string `json:"sourceRegion,omitempty"` Status *string `json:"status,omitempty"` StorageThroughput *int64 `json:"storageThroughput,omitempty"` StorageType *string `json:"storageType,omitempty"` // A list of tags. // // For more information, see Tagging Amazon RDS resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources // (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) // in the Amazon Aurora User Guide. TagList []*Tag `json:"tagList,omitempty"` TDECredentialARN *string `json:"tdeCredentialARN,omitempty"` Timezone *string `json:"timezone,omitempty"` VPCID *string `json:"vpcID,omitempty"` }
Contains the details of an Amazon RDS DB snapshot.
This data type is used as a response element in the DescribeDBSnapshots action.
func (*DBSnapshot_SDK) DeepCopy ¶ added in v1.3.0
func (in *DBSnapshot_SDK) DeepCopy() *DBSnapshot_SDK
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBSnapshot_SDK.
func (*DBSnapshot_SDK) DeepCopyInto ¶ added in v1.3.0
func (in *DBSnapshot_SDK) DeepCopyInto(out *DBSnapshot_SDK)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBSubnetGroup ¶
type DBSubnetGroup struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DBSubnetGroupSpec `json:"spec,omitempty"` Status DBSubnetGroupStatus `json:"status,omitempty"` }
DBSubnetGroup is the Schema for the DBSubnetGroups API +kubebuilder:object:root=true +kubebuilder:subresource:status
func (*DBSubnetGroup) DeepCopy ¶
func (in *DBSubnetGroup) DeepCopy() *DBSubnetGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBSubnetGroup.
func (*DBSubnetGroup) DeepCopyInto ¶
func (in *DBSubnetGroup) DeepCopyInto(out *DBSubnetGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DBSubnetGroup) DeepCopyObject ¶
func (in *DBSubnetGroup) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DBSubnetGroupList ¶
type DBSubnetGroupList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []DBSubnetGroup `json:"items"` }
DBSubnetGroupList contains a list of DBSubnetGroup +kubebuilder:object:root=true
func (*DBSubnetGroupList) DeepCopy ¶
func (in *DBSubnetGroupList) DeepCopy() *DBSubnetGroupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBSubnetGroupList.
func (*DBSubnetGroupList) DeepCopyInto ¶
func (in *DBSubnetGroupList) DeepCopyInto(out *DBSubnetGroupList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DBSubnetGroupList) DeepCopyObject ¶
func (in *DBSubnetGroupList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DBSubnetGroupSpec ¶
type DBSubnetGroupSpec struct { // The description for the DB subnet group. // +kubebuilder:validation:Required Description *string `json:"description"` // The name for the DB subnet group. This value is stored as a lowercase string. // // Constraints: // // - Must contain no more than 255 letters, numbers, periods, underscores, // spaces, or hyphens. // // - Must not be default. // // - First character must be a letter. // // Example: mydbsubnetgroup // +kubebuilder:validation:Required Name *string `json:"name"` // The EC2 Subnet IDs for the DB subnet group. SubnetIDs []*string `json:"subnetIDs,omitempty"` SubnetRefs []*ackv1alpha1.AWSResourceReferenceWrapper `json:"subnetRefs,omitempty"` // Tags to assign to the DB subnet group. Tags []*Tag `json:"tags,omitempty"` }
DBSubnetGroupSpec defines the desired state of DBSubnetGroup.
Contains the details of an Amazon RDS DB subnet group.
This data type is used as a response element in the DescribeDBSubnetGroups action.
func (*DBSubnetGroupSpec) DeepCopy ¶
func (in *DBSubnetGroupSpec) DeepCopy() *DBSubnetGroupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBSubnetGroupSpec.
func (*DBSubnetGroupSpec) DeepCopyInto ¶
func (in *DBSubnetGroupSpec) DeepCopyInto(out *DBSubnetGroupSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBSubnetGroupStatus ¶
type DBSubnetGroupStatus struct { // All CRs managed by ACK have a common `Status.ACKResourceMetadata` member // that is used to contain resource sync state, account ownership, // constructed ARN for the resource // +kubebuilder:validation:Optional ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"` // All CRs managed by ACK have a common `Status.Conditions` member that // contains a collection of `ackv1alpha1.Condition` objects that describe // the various terminal states of the CR and its backend AWS service API // resource // +kubebuilder:validation:Optional Conditions []*ackv1alpha1.Condition `json:"conditions"` // Provides the status of the DB subnet group. // +kubebuilder:validation:Optional SubnetGroupStatus *string `json:"subnetGroupStatus,omitempty"` // Contains a list of Subnet elements. // +kubebuilder:validation:Optional Subnets []*Subnet `json:"subnets,omitempty"` // The network type of the DB subnet group. // // Valid values: // // * IPV4 // // * DUAL // // A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 // protocols (DUAL). // // For more information, see Working with a DB instance in a VPC (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html) // in the Amazon RDS User Guide. // +kubebuilder:validation:Optional SupportedNetworkTypes []*string `json:"supportedNetworkTypes,omitempty"` // Provides the VpcId of the DB subnet group. // +kubebuilder:validation:Optional VPCID *string `json:"vpcID,omitempty"` }
DBSubnetGroupStatus defines the observed state of DBSubnetGroup
func (*DBSubnetGroupStatus) DeepCopy ¶
func (in *DBSubnetGroupStatus) DeepCopy() *DBSubnetGroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBSubnetGroupStatus.
func (*DBSubnetGroupStatus) DeepCopyInto ¶
func (in *DBSubnetGroupStatus) DeepCopyInto(out *DBSubnetGroupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DBSubnetGroup_SDK ¶
type DBSubnetGroup_SDK struct { DBSubnetGroupARN *string `json:"dbSubnetGroupARN,omitempty"` DBSubnetGroupDescription *string `json:"dbSubnetGroupDescription,omitempty"` DBSubnetGroupName *string `json:"dbSubnetGroupName,omitempty"` SubnetGroupStatus *string `json:"subnetGroupStatus,omitempty"` Subnets []*Subnet `json:"subnets,omitempty"` SupportedNetworkTypes []*string `json:"supportedNetworkTypes,omitempty"` VPCID *string `json:"vpcID,omitempty"` }
Contains the details of an Amazon RDS DB subnet group.
This data type is used as a response element in the DescribeDBSubnetGroups action.
func (*DBSubnetGroup_SDK) DeepCopy ¶
func (in *DBSubnetGroup_SDK) DeepCopy() *DBSubnetGroup_SDK
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DBSubnetGroup_SDK.
func (*DBSubnetGroup_SDK) DeepCopyInto ¶
func (in *DBSubnetGroup_SDK) DeepCopyInto(out *DBSubnetGroup_SDK)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DatabaseInsightsMode ¶ added in v1.4.9
type DatabaseInsightsMode string
const ( DatabaseInsightsMode_advanced DatabaseInsightsMode = "advanced" DatabaseInsightsMode_standard DatabaseInsightsMode = "standard" )
type DescribeDBLogFilesDetails ¶
type DescribeDBLogFilesDetails struct {
LogFileName *string `json:"logFileName,omitempty"`
}
This data type is used as a response element to DescribeDBLogFiles.
func (*DescribeDBLogFilesDetails) DeepCopy ¶
func (in *DescribeDBLogFilesDetails) DeepCopy() *DescribeDBLogFilesDetails
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DescribeDBLogFilesDetails.
func (*DescribeDBLogFilesDetails) DeepCopyInto ¶
func (in *DescribeDBLogFilesDetails) DeepCopyInto(out *DescribeDBLogFilesDetails)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DocLink ¶ added in v1.4.9
A link to documentation that provides additional information for a recommendation.
func (*DocLink) DeepCopy ¶ added in v1.4.9
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DocLink.
func (*DocLink) DeepCopyInto ¶ added in v1.4.9
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DomainMembership ¶
type DomainMembership struct { Domain *string `json:"domain,omitempty"` FQDN *string `json:"fQDN,omitempty"` IAMRoleName *string `json:"iamRoleName,omitempty"` Status *string `json:"status,omitempty"` }
An Active Directory Domain membership record associated with the DB instance or cluster.
func (*DomainMembership) DeepCopy ¶
func (in *DomainMembership) DeepCopy() *DomainMembership
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DomainMembership.
func (*DomainMembership) DeepCopyInto ¶
func (in *DomainMembership) DeepCopyInto(out *DomainMembership)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EC2SecurityGroup ¶
type EC2SecurityGroup struct { EC2SecurityGroupID *string `json:"ec2SecurityGroupID,omitempty"` EC2SecurityGroupName *string `json:"ec2SecurityGroupName,omitempty"` EC2SecurityGroupOwnerID *string `json:"ec2SecurityGroupOwnerID,omitempty"` Status *string `json:"status,omitempty"` }
This data type is used as a response element in the following actions:
AuthorizeDBSecurityGroupIngress
DescribeDBSecurityGroups
RevokeDBSecurityGroupIngress
func (*EC2SecurityGroup) DeepCopy ¶
func (in *EC2SecurityGroup) DeepCopy() *EC2SecurityGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EC2SecurityGroup.
func (*EC2SecurityGroup) DeepCopyInto ¶
func (in *EC2SecurityGroup) DeepCopyInto(out *EC2SecurityGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Endpoint ¶
type Endpoint struct { Address *string `json:"address,omitempty"` HostedZoneID *string `json:"hostedZoneID,omitempty"` Port *int64 `json:"port,omitempty"` }
This data type represents the information you need to connect to an Amazon RDS DB instance. This data type is used as a response element in the following actions:
CreateDBInstance
DescribeDBInstances
DeleteDBInstance
For the data structure that represents Amazon Aurora DB cluster endpoints, see DBClusterEndpoint.
func (*Endpoint) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Endpoint.
func (*Endpoint) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EngineDefaults ¶
type EngineDefaults struct { DBParameterGroupFamily *string `json:"dbParameterGroupFamily,omitempty"` Marker *string `json:"marker,omitempty"` Parameters []*Parameter `json:"parameters,omitempty"` }
Contains the result of a successful invocation of the DescribeEngineDefaultParameters action.
func (*EngineDefaults) DeepCopy ¶
func (in *EngineDefaults) DeepCopy() *EngineDefaults
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EngineDefaults.
func (*EngineDefaults) DeepCopyInto ¶
func (in *EngineDefaults) DeepCopyInto(out *EngineDefaults)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EngineFamily ¶
type EngineFamily string
const ( EngineFamily_MYSQL EngineFamily = "MYSQL" EngineFamily_POSTGRESQL EngineFamily = "POSTGRESQL" EngineFamily_SQLSERVER EngineFamily = "SQLSERVER" )
type Event ¶
type Event struct { Date *metav1.Time `json:"date,omitempty"` Message *string `json:"message,omitempty"` SourceARN *string `json:"sourceARN,omitempty"` SourceIdentifier *string `json:"sourceIdentifier,omitempty"` }
This data type is used as a response element in the DescribeEvents (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeEvents.html) action.
func (*Event) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Event.
func (*Event) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EventCategoriesMap ¶
type EventCategoriesMap struct {
SourceType *string `json:"sourceType,omitempty"`
}
Contains the results of a successful invocation of the DescribeEventCategories (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeEventCategories.html) operation.
func (*EventCategoriesMap) DeepCopy ¶
func (in *EventCategoriesMap) DeepCopy() *EventCategoriesMap
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EventCategoriesMap.
func (*EventCategoriesMap) DeepCopyInto ¶
func (in *EventCategoriesMap) DeepCopyInto(out *EventCategoriesMap)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EventSubscription ¶
type EventSubscription struct { CustSubscriptionID *string `json:"custSubscriptionID,omitempty"` CustomerAWSID *string `json:"customerAWSID,omitempty"` Enabled *bool `json:"enabled,omitempty"` EventSubscriptionARN *string `json:"eventSubscriptionARN,omitempty"` SNSTopicARN *string `json:"snsTopicARN,omitempty"` SourceType *string `json:"sourceType,omitempty"` Status *string `json:"status,omitempty"` SubscriptionCreationTime *string `json:"subscriptionCreationTime,omitempty"` }
Contains the results of a successful invocation of the DescribeEventSubscriptions action.
func (*EventSubscription) DeepCopy ¶
func (in *EventSubscription) DeepCopy() *EventSubscription
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EventSubscription.
func (*EventSubscription) DeepCopyInto ¶
func (in *EventSubscription) DeepCopyInto(out *EventSubscription)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ExportSourceType ¶ added in v1.1.2
type ExportSourceType string
const ( ExportSourceType_CLUSTER ExportSourceType = "CLUSTER" ExportSourceType_SNAPSHOT ExportSourceType = "SNAPSHOT" )
type ExportTask ¶
type ExportTask struct { ExportOnly []*string `json:"exportOnly,omitempty"` ExportTaskIdentifier *string `json:"exportTaskIdentifier,omitempty"` FailureCause *string `json:"failureCause,omitempty"` IAMRoleARN *string `json:"iamRoleARN,omitempty"` KMSKeyID *string `json:"kmsKeyID,omitempty"` PercentProgress *int64 `json:"percentProgress,omitempty"` S3Bucket *string `json:"s3Bucket,omitempty"` S3Prefix *string `json:"s3Prefix,omitempty"` SnapshotTime *metav1.Time `json:"snapshotTime,omitempty"` SourceARN *string `json:"sourceARN,omitempty"` Status *string `json:"status,omitempty"` TaskEndTime *metav1.Time `json:"taskEndTime,omitempty"` TaskStartTime *metav1.Time `json:"taskStartTime,omitempty"` TotalExtractedDataInGB *int64 `json:"totalExtractedDataInGB,omitempty"` WarningMessage *string `json:"warningMessage,omitempty"` }
Contains the details of a snapshot or cluster export to Amazon S3.
This data type is used as a response element in the DescribeExportTasks operation.
func (*ExportTask) DeepCopy ¶
func (in *ExportTask) DeepCopy() *ExportTask
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExportTask.
func (*ExportTask) DeepCopyInto ¶
func (in *ExportTask) DeepCopyInto(out *ExportTask)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FailoverState ¶ added in v0.0.5
type FailoverState struct { FromDBClusterARN *string `json:"fromDBClusterARN,omitempty"` Status *string `json:"status,omitempty"` ToDBClusterARN *string `json:"toDBClusterARN,omitempty"` }
Contains the state of scheduled or in-process operations on a global cluster (Aurora global database). This data type is empty unless a switchover or failover operation is scheduled or is in progress on the Aurora global database.
func (*FailoverState) DeepCopy ¶ added in v0.0.5
func (in *FailoverState) DeepCopy() *FailoverState
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FailoverState.
func (*FailoverState) DeepCopyInto ¶ added in v0.0.5
func (in *FailoverState) DeepCopyInto(out *FailoverState)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FailoverStatus ¶ added in v0.0.5
type FailoverStatus string
const ( FailoverStatus_cancelling FailoverStatus = "cancelling" FailoverStatus_failing_over FailoverStatus = "failing-over" FailoverStatus_pending FailoverStatus = "pending" )
type Filter ¶
type Filter struct { Name *string `json:"name,omitempty"` Values []*string `json:"values,omitempty"` }
A filter name and value pair that is used to return a more specific list of results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as IDs. The filters supported by a describe operation are documented with the describe operation.
Currently, wildcards are not supported in filters.
The following actions can be filtered:
DescribeDBClusterBacktracks
DescribeDBClusterEndpoints
DescribeDBClusters
DescribeDBInstances
DescribeDBRecommendations
DescribeDBShardGroups
DescribePendingMaintenanceActions
func (*Filter) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Filter.
func (*Filter) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GlobalCluster ¶
type GlobalCluster struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec GlobalClusterSpec `json:"spec,omitempty"` Status GlobalClusterStatus `json:"status,omitempty"` }
GlobalCluster is the Schema for the GlobalClusters API +kubebuilder:object:root=true +kubebuilder:subresource:status
func (*GlobalCluster) DeepCopy ¶
func (in *GlobalCluster) DeepCopy() *GlobalCluster
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GlobalCluster.
func (*GlobalCluster) DeepCopyInto ¶
func (in *GlobalCluster) DeepCopyInto(out *GlobalCluster)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GlobalCluster) DeepCopyObject ¶ added in v0.0.8
func (in *GlobalCluster) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GlobalClusterList ¶ added in v0.0.8
type GlobalClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []GlobalCluster `json:"items"` }
GlobalClusterList contains a list of GlobalCluster +kubebuilder:object:root=true
func (*GlobalClusterList) DeepCopy ¶ added in v0.0.8
func (in *GlobalClusterList) DeepCopy() *GlobalClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GlobalClusterList.
func (*GlobalClusterList) DeepCopyInto ¶ added in v0.0.8
func (in *GlobalClusterList) DeepCopyInto(out *GlobalClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GlobalClusterList) DeepCopyObject ¶ added in v0.0.8
func (in *GlobalClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GlobalClusterMember ¶
type GlobalClusterMember struct { DBClusterARN *string `json:"dbClusterARN,omitempty"` GlobalWriteForwardingStatus *string `json:"globalWriteForwardingStatus,omitempty"` IsWriter *bool `json:"isWriter,omitempty"` Readers []*string `json:"readers,omitempty"` }
A data structure with information about any primary and secondary clusters associated with a global cluster (Aurora global database).
func (*GlobalClusterMember) DeepCopy ¶
func (in *GlobalClusterMember) DeepCopy() *GlobalClusterMember
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GlobalClusterMember.
func (*GlobalClusterMember) DeepCopyInto ¶
func (in *GlobalClusterMember) DeepCopyInto(out *GlobalClusterMember)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GlobalClusterMemberSynchronizationStatus ¶ added in v1.4.9
type GlobalClusterMemberSynchronizationStatus string
const ( GlobalClusterMemberSynchronizationStatus_connected GlobalClusterMemberSynchronizationStatus = "connected" GlobalClusterMemberSynchronizationStatus_pending_resync GlobalClusterMemberSynchronizationStatus = "pending-resync" )
type GlobalClusterSpec ¶ added in v0.0.8
type GlobalClusterSpec struct { // The name for your database of up to 64 alphanumeric characters. If you don't // specify a name, Amazon Aurora doesn't create a database in the global database // cluster. // // Constraints: // // - Can't be specified if SourceDBClusterIdentifier is specified. In this // case, Amazon Aurora uses the database name from the source DB cluster. DatabaseName *string `json:"databaseName,omitempty"` // Specifies whether to enable deletion protection for the new global database // cluster. The global database can't be deleted when deletion protection is // enabled. DeletionProtection *bool `json:"deletionProtection,omitempty"` // The database engine to use for this global database cluster. // // Valid Values: aurora-mysql | aurora-postgresql // // Constraints: // // - Can't be specified if SourceDBClusterIdentifier is specified. In this // case, Amazon Aurora uses the engine of the source DB cluster. Engine *string `json:"engine,omitempty"` // The engine version to use for this global database cluster. // // Constraints: // // - Can't be specified if SourceDBClusterIdentifier is specified. In this // case, Amazon Aurora uses the engine version of the source DB cluster. EngineVersion *string `json:"engineVersion,omitempty"` // The cluster identifier for this global database cluster. This parameter is // stored as a lowercase string. GlobalClusterIdentifier *string `json:"globalClusterIdentifier,omitempty"` // The Amazon Resource Name (ARN) to use as the primary cluster of the global // database. // // If you provide a value for this parameter, don't specify values for the following // settings because Amazon Aurora uses the values from the specified source // DB cluster: // // - DatabaseName // // - Engine // // - EngineVersion // // - StorageEncrypted SourceDBClusterIdentifier *string `json:"sourceDBClusterIdentifier,omitempty"` // Specifies whether to enable storage encryption for the new global database // cluster. // // Constraints: // // - Can't be specified if SourceDBClusterIdentifier is specified. In this // case, Amazon Aurora uses the setting from the source DB cluster. StorageEncrypted *bool `json:"storageEncrypted,omitempty"` }
GlobalClusterSpec defines the desired state of GlobalCluster.
A data type representing an Aurora global database.
func (*GlobalClusterSpec) DeepCopy ¶ added in v0.0.8
func (in *GlobalClusterSpec) DeepCopy() *GlobalClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GlobalClusterSpec.
func (*GlobalClusterSpec) DeepCopyInto ¶ added in v0.0.8
func (in *GlobalClusterSpec) DeepCopyInto(out *GlobalClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GlobalClusterStatus ¶ added in v0.0.8
type GlobalClusterStatus struct { // All CRs managed by ACK have a common `Status.ACKResourceMetadata` member // that is used to contain resource sync state, account ownership, // constructed ARN for the resource // +kubebuilder:validation:Optional ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"` // All CRs managed by ACK have a common `Status.Conditions` member that // contains a collection of `ackv1alpha1.Condition` objects that describe // the various terminal states of the CR and its backend AWS service API // resource // +kubebuilder:validation:Optional Conditions []*ackv1alpha1.Condition `json:"conditions"` // The life cycle type for the global cluster. // // For more information, see CreateGlobalCluster. // +kubebuilder:validation:Optional EngineLifecycleSupport *string `json:"engineLifecycleSupport,omitempty"` // A data object containing all properties for the current state of an in-process // or pending switchover or failover process for this global cluster (Aurora // global database). This object is empty unless the SwitchoverGlobalCluster // or FailoverGlobalCluster operation was called on this global cluster. // +kubebuilder:validation:Optional FailoverState *FailoverState `json:"failoverState,omitempty"` // The list of primary and secondary clusters within the global database cluster. // +kubebuilder:validation:Optional GlobalClusterMembers []*GlobalClusterMember `json:"globalClusterMembers,omitempty"` // The Amazon Web Services Region-unique, immutable identifier for the global // database cluster. This identifier is found in Amazon Web Services CloudTrail // log entries whenever the Amazon Web Services KMS key for the DB cluster is // accessed. // +kubebuilder:validation:Optional GlobalClusterResourceID *string `json:"globalClusterResourceID,omitempty"` // Specifies the current state of this global database cluster. // +kubebuilder:validation:Optional Status *string `json:"status,omitempty"` }
GlobalClusterStatus defines the observed state of GlobalCluster
func (*GlobalClusterStatus) DeepCopy ¶ added in v0.0.8
func (in *GlobalClusterStatus) DeepCopy() *GlobalClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GlobalClusterStatus.
func (*GlobalClusterStatus) DeepCopyInto ¶ added in v0.0.8
func (in *GlobalClusterStatus) DeepCopyInto(out *GlobalClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GlobalCluster_SDK ¶ added in v0.0.8
type GlobalCluster_SDK struct { DatabaseName *string `json:"databaseName,omitempty"` DeletionProtection *bool `json:"deletionProtection,omitempty"` Engine *string `json:"engine,omitempty"` EngineLifecycleSupport *string `json:"engineLifecycleSupport,omitempty"` EngineVersion *string `json:"engineVersion,omitempty"` // Contains the state of scheduled or in-process operations on a global cluster // (Aurora global database). This data type is empty unless a switchover or // failover operation is scheduled or is in progress on the Aurora global database. FailoverState *FailoverState `json:"failoverState,omitempty"` GlobalClusterARN *string `json:"globalClusterARN,omitempty"` GlobalClusterIdentifier *string `json:"globalClusterIdentifier,omitempty"` GlobalClusterMembers []*GlobalClusterMember `json:"globalClusterMembers,omitempty"` GlobalClusterResourceID *string `json:"globalClusterResourceID,omitempty"` Status *string `json:"status,omitempty"` StorageEncrypted *bool `json:"storageEncrypted,omitempty"` }
A data type representing an Aurora global database.
func (*GlobalCluster_SDK) DeepCopy ¶ added in v0.0.8
func (in *GlobalCluster_SDK) DeepCopy() *GlobalCluster_SDK
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GlobalCluster_SDK.
func (*GlobalCluster_SDK) DeepCopyInto ¶ added in v0.0.8
func (in *GlobalCluster_SDK) DeepCopyInto(out *GlobalCluster_SDK)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IAMAuthMode ¶
type IAMAuthMode string
const ( IAMAuthMode_DISABLED IAMAuthMode = "DISABLED" IAMAuthMode_ENABLED IAMAuthMode = "ENABLED" IAMAuthMode_REQUIRED IAMAuthMode = "REQUIRED" )
type IPRange ¶
type IPRange struct { CIDRIP *string `json:"cidrIP,omitempty"` Status *string `json:"status,omitempty"` }
This data type is used as a response element in the DescribeDBSecurityGroups action.
func (*IPRange) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPRange.
func (*IPRange) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Integration ¶ added in v1.4.9
type Integration struct { CreateTime *metav1.Time `json:"createTime,omitempty"` KMSKeyID *string `json:"kmsKeyID,omitempty"` // A list of tags. // // For more information, see Tagging Amazon RDS resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources // (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) // in the Amazon Aurora User Guide. Tags []*Tag `json:"tags,omitempty"` }
A zero-ETL integration with Amazon Redshift.
func (*Integration) DeepCopy ¶ added in v1.4.9
func (in *Integration) DeepCopy() *Integration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Integration.
func (*Integration) DeepCopyInto ¶ added in v1.4.9
func (in *Integration) DeepCopyInto(out *Integration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IntegrationError ¶ added in v1.4.9
type IntegrationError struct { ErrorCode *string `json:"errorCode,omitempty"` ErrorMessage *string `json:"errorMessage,omitempty"` }
An error associated with a zero-ETL integration with Amazon Redshift.
func (*IntegrationError) DeepCopy ¶ added in v1.4.9
func (in *IntegrationError) DeepCopy() *IntegrationError
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IntegrationError.
func (*IntegrationError) DeepCopyInto ¶ added in v1.4.9
func (in *IntegrationError) DeepCopyInto(out *IntegrationError)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IntegrationStatus ¶ added in v1.4.9
type IntegrationStatus string
const ( IntegrationStatus_active IntegrationStatus = "active" IntegrationStatus_creating IntegrationStatus = "creating" IntegrationStatus_deleting IntegrationStatus = "deleting" IntegrationStatus_failed IntegrationStatus = "failed" IntegrationStatus_modifying IntegrationStatus = "modifying" IntegrationStatus_needs_attention IntegrationStatus = "needs_attention" IntegrationStatus_syncing IntegrationStatus = "syncing" )
type LimitlessDatabase ¶ added in v1.4.9
type LimitlessDatabase struct {
MinRequiredACU *float64 `json:"minRequiredACU,omitempty"`
}
Contains details for Aurora Limitless Database.
func (*LimitlessDatabase) DeepCopy ¶ added in v1.4.9
func (in *LimitlessDatabase) DeepCopy() *LimitlessDatabase
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LimitlessDatabase.
func (*LimitlessDatabase) DeepCopyInto ¶ added in v1.4.9
func (in *LimitlessDatabase) DeepCopyInto(out *LimitlessDatabase)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LimitlessDatabaseStatus ¶ added in v1.4.9
type LimitlessDatabaseStatus string
const ( LimitlessDatabaseStatus_active LimitlessDatabaseStatus = "active" LimitlessDatabaseStatus_disabled LimitlessDatabaseStatus = "disabled" LimitlessDatabaseStatus_disabling LimitlessDatabaseStatus = "disabling" LimitlessDatabaseStatus_enabled LimitlessDatabaseStatus = "enabled" LimitlessDatabaseStatus_enabling LimitlessDatabaseStatus = "enabling" LimitlessDatabaseStatus_error LimitlessDatabaseStatus = "error" LimitlessDatabaseStatus_modifying_max_capacity LimitlessDatabaseStatus = "modifying-max-capacity" LimitlessDatabaseStatus_not_in_use LimitlessDatabaseStatus = "not-in-use" )
type LocalWriteForwardingStatus ¶ added in v1.4.9
type LocalWriteForwardingStatus string
const ( LocalWriteForwardingStatus_disabled LocalWriteForwardingStatus = "disabled" LocalWriteForwardingStatus_disabling LocalWriteForwardingStatus = "disabling" LocalWriteForwardingStatus_enabled LocalWriteForwardingStatus = "enabled" LocalWriteForwardingStatus_enabling LocalWriteForwardingStatus = "enabling" LocalWriteForwardingStatus_requested LocalWriteForwardingStatus = "requested" )
type MasterUserSecret ¶ added in v1.1.2
type MasterUserSecret struct { KMSKeyID *string `json:"kmsKeyID,omitempty"` SecretARN *string `json:"secretARN,omitempty"` SecretStatus *string `json:"secretStatus,omitempty"` }
Contains the secret managed by RDS in Amazon Web Services Secrets Manager for the master user password.
For more information, see Password management with Amazon Web Services Secrets Manager (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) in the Amazon RDS User Guide and Password management with Amazon Web Services Secrets Manager (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html) in the Amazon Aurora User Guide.
func (*MasterUserSecret) DeepCopy ¶ added in v1.1.2
func (in *MasterUserSecret) DeepCopy() *MasterUserSecret
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MasterUserSecret.
func (*MasterUserSecret) DeepCopyInto ¶ added in v1.1.2
func (in *MasterUserSecret) DeepCopyInto(out *MasterUserSecret)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Metric ¶ added in v1.4.9
type Metric struct { Name *string `json:"name,omitempty"` StatisticsDetails *string `json:"statisticsDetails,omitempty"` }
The representation of a metric.
func (*Metric) DeepCopy ¶ added in v1.4.9
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Metric.
func (*Metric) DeepCopyInto ¶ added in v1.4.9
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MetricReference ¶ added in v1.4.9
type MetricReference struct {
Name *string `json:"name,omitempty"`
}
The reference (threshold) for a metric.
func (*MetricReference) DeepCopy ¶ added in v1.4.9
func (in *MetricReference) DeepCopy() *MetricReference
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MetricReference.
func (*MetricReference) DeepCopyInto ¶ added in v1.4.9
func (in *MetricReference) DeepCopyInto(out *MetricReference)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MinimumEngineVersionPerAllowedValue ¶
type MinimumEngineVersionPerAllowedValue struct { AllowedValue *string `json:"allowedValue,omitempty"` MinimumEngineVersion *string `json:"minimumEngineVersion,omitempty"` }
The minimum DB engine version required for each corresponding allowed value for an option setting.
func (*MinimumEngineVersionPerAllowedValue) DeepCopy ¶
func (in *MinimumEngineVersionPerAllowedValue) DeepCopy() *MinimumEngineVersionPerAllowedValue
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MinimumEngineVersionPerAllowedValue.
func (*MinimumEngineVersionPerAllowedValue) DeepCopyInto ¶
func (in *MinimumEngineVersionPerAllowedValue) DeepCopyInto(out *MinimumEngineVersionPerAllowedValue)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Option ¶
type Option struct { OptionDescription *string `json:"optionDescription,omitempty"` OptionName *string `json:"optionName,omitempty"` OptionVersion *string `json:"optionVersion,omitempty"` Permanent *bool `json:"permanent,omitempty"` Persistent *bool `json:"persistent,omitempty"` Port *int64 `json:"port,omitempty"` VPCSecurityGroupMemberships []*VPCSecurityGroupMembership `json:"vpcSecurityGroupMemberships,omitempty"` }
The details of an option.
func (*Option) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Option.
func (*Option) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OptionConfiguration ¶
type OptionConfiguration struct { DBSecurityGroupMemberships []*string `json:"dbSecurityGroupMemberships,omitempty"` OptionName *string `json:"optionName,omitempty"` OptionVersion *string `json:"optionVersion,omitempty"` Port *int64 `json:"port,omitempty"` VPCSecurityGroupMemberships []*string `json:"vpcSecurityGroupMemberships,omitempty"` }
A list of all available options for an option group.
func (*OptionConfiguration) DeepCopy ¶
func (in *OptionConfiguration) DeepCopy() *OptionConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OptionConfiguration.
func (*OptionConfiguration) DeepCopyInto ¶
func (in *OptionConfiguration) DeepCopyInto(out *OptionConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OptionGroup ¶
type OptionGroup struct { AllowsVPCAndNonVPCInstanceMemberships *bool `json:"allowsVPCAndNonVPCInstanceMemberships,omitempty"` CopyTimestamp *metav1.Time `json:"copyTimestamp,omitempty"` EngineName *string `json:"engineName,omitempty"` MajorEngineVersion *string `json:"majorEngineVersion,omitempty"` OptionGroupARN *string `json:"optionGroupARN,omitempty"` OptionGroupDescription *string `json:"optionGroupDescription,omitempty"` OptionGroupName *string `json:"optionGroupName,omitempty"` SourceAccountID *string `json:"sourceAccountID,omitempty"` SourceOptionGroup *string `json:"sourceOptionGroup,omitempty"` VPCID *string `json:"vpcID,omitempty"` }
func (*OptionGroup) DeepCopy ¶
func (in *OptionGroup) DeepCopy() *OptionGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OptionGroup.
func (*OptionGroup) DeepCopyInto ¶
func (in *OptionGroup) DeepCopyInto(out *OptionGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OptionGroupMembership ¶
type OptionGroupMembership struct { OptionGroupName *string `json:"optionGroupName,omitempty"` Status *string `json:"status,omitempty"` }
Provides information on the option groups the DB instance is a member of.
func (*OptionGroupMembership) DeepCopy ¶
func (in *OptionGroupMembership) DeepCopy() *OptionGroupMembership
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OptionGroupMembership.
func (*OptionGroupMembership) DeepCopyInto ¶
func (in *OptionGroupMembership) DeepCopyInto(out *OptionGroupMembership)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OptionGroupOption ¶
type OptionGroupOption struct { CopyableCrossAccount *bool `json:"copyableCrossAccount,omitempty"` DefaultPort *int64 `json:"defaultPort,omitempty"` Description *string `json:"description,omitempty"` EngineName *string `json:"engineName,omitempty"` MajorEngineVersion *string `json:"majorEngineVersion,omitempty"` MinimumRequiredMinorEngineVersion *string `json:"minimumRequiredMinorEngineVersion,omitempty"` Name *string `json:"name,omitempty"` Permanent *bool `json:"permanent,omitempty"` Persistent *bool `json:"persistent,omitempty"` PortRequired *bool `json:"portRequired,omitempty"` RequiresAutoMinorEngineVersionUpgrade *bool `json:"requiresAutoMinorEngineVersionUpgrade,omitempty"` SupportsOptionVersionDowngrade *bool `json:"supportsOptionVersionDowngrade,omitempty"` VPCOnly *bool `json:"vpcOnly,omitempty"` }
Available option.
func (*OptionGroupOption) DeepCopy ¶
func (in *OptionGroupOption) DeepCopy() *OptionGroupOption
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OptionGroupOption.
func (*OptionGroupOption) DeepCopyInto ¶
func (in *OptionGroupOption) DeepCopyInto(out *OptionGroupOption)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OptionGroupOptionSetting ¶
type OptionGroupOptionSetting struct { AllowedValues *string `json:"allowedValues,omitempty"` ApplyType *string `json:"applyType,omitempty"` DefaultValue *string `json:"defaultValue,omitempty"` IsModifiable *bool `json:"isModifiable,omitempty"` IsRequired *bool `json:"isRequired,omitempty"` SettingDescription *string `json:"settingDescription,omitempty"` SettingName *string `json:"settingName,omitempty"` }
Option group option settings are used to display settings available for each option with their default values and other information. These values are used with the DescribeOptionGroupOptions action.
func (*OptionGroupOptionSetting) DeepCopy ¶
func (in *OptionGroupOptionSetting) DeepCopy() *OptionGroupOptionSetting
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OptionGroupOptionSetting.
func (*OptionGroupOptionSetting) DeepCopyInto ¶
func (in *OptionGroupOptionSetting) DeepCopyInto(out *OptionGroupOptionSetting)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OptionSetting ¶
type OptionSetting struct { AllowedValues *string `json:"allowedValues,omitempty"` ApplyType *string `json:"applyType,omitempty"` DataType *string `json:"dataType,omitempty"` DefaultValue *string `json:"defaultValue,omitempty"` Description *string `json:"description,omitempty"` IsCollection *bool `json:"isCollection,omitempty"` IsModifiable *bool `json:"isModifiable,omitempty"` Name *string `json:"name,omitempty"` Value *string `json:"value,omitempty"` }
Option settings are the actual settings being applied or configured for that option. It is used when you modify an option group or describe option groups. For example, the NATIVE_NETWORK_ENCRYPTION option has a setting called SQLNET.ENCRYPTION_SERVER that can have several different values.
func (*OptionSetting) DeepCopy ¶
func (in *OptionSetting) DeepCopy() *OptionSetting
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OptionSetting.
func (*OptionSetting) DeepCopyInto ¶
func (in *OptionSetting) DeepCopyInto(out *OptionSetting)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OptionVersion ¶
type OptionVersion struct { IsDefault *bool `json:"isDefault,omitempty"` Version *string `json:"version,omitempty"` }
The version for an option. Option group option versions are returned by the DescribeOptionGroupOptions action.
func (*OptionVersion) DeepCopy ¶
func (in *OptionVersion) DeepCopy() *OptionVersion
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OptionVersion.
func (*OptionVersion) DeepCopyInto ¶
func (in *OptionVersion) DeepCopyInto(out *OptionVersion)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OrderableDBInstanceOption ¶
type OrderableDBInstanceOption struct { AvailabilityZoneGroup *string `json:"availabilityZoneGroup,omitempty"` DBInstanceClass *string `json:"dbInstanceClass,omitempty"` Engine *string `json:"engine,omitempty"` EngineVersion *string `json:"engineVersion,omitempty"` LicenseModel *string `json:"licenseModel,omitempty"` MaxIOPSPerDBInstance *int64 `json:"maxIOPSPerDBInstance,omitempty"` MaxIOPSPerGib *float64 `json:"maxIOPSPerGib,omitempty"` MaxStorageSize *int64 `json:"maxStorageSize,omitempty"` MaxStorageThroughputPerDBInstance *int64 `json:"maxStorageThroughputPerDBInstance,omitempty"` MaxStorageThroughputPerIOPS *float64 `json:"maxStorageThroughputPerIOPS,omitempty"` MinIOPSPerDBInstance *int64 `json:"minIOPSPerDBInstance,omitempty"` MinIOPSPerGib *float64 `json:"minIOPSPerGib,omitempty"` MinStorageSize *int64 `json:"minStorageSize,omitempty"` MinStorageThroughputPerDBInstance *int64 `json:"minStorageThroughputPerDBInstance,omitempty"` MinStorageThroughputPerIOPS *float64 `json:"minStorageThroughputPerIOPS,omitempty"` MultiAZCapable *bool `json:"multiAZCapable,omitempty"` OutpostCapable *bool `json:"outpostCapable,omitempty"` ReadReplicaCapable *bool `json:"readReplicaCapable,omitempty"` StorageType *string `json:"storageType,omitempty"` SupportedEngineModes []*string `json:"supportedEngineModes,omitempty"` SupportedNetworkTypes []*string `json:"supportedNetworkTypes,omitempty"` SupportsClusters *bool `json:"supportsClusters,omitempty"` SupportsDedicatedLogVolume *bool `json:"supportsDedicatedLogVolume,omitempty"` SupportsEnhancedMonitoring *bool `json:"supportsEnhancedMonitoring,omitempty"` SupportsGlobalDatabases *bool `json:"supportsGlobalDatabases,omitempty"` SupportsIAMDatabaseAuthentication *bool `json:"supportsIAMDatabaseAuthentication,omitempty"` SupportsIOPS *bool `json:"supportsIOPS,omitempty"` SupportsKerberosAuthentication *bool `json:"supportsKerberosAuthentication,omitempty"` SupportsPerformanceInsights *bool `json:"supportsPerformanceInsights,omitempty"` SupportsStorageAutoscaling *bool `json:"supportsStorageAutoscaling,omitempty"` SupportsStorageEncryption *bool `json:"supportsStorageEncryption,omitempty"` SupportsStorageThroughput *bool `json:"supportsStorageThroughput,omitempty"` VPC *bool `json:"vpc,omitempty"` }
Contains a list of available options for a DB instance.
This data type is used as a response element in the DescribeOrderableDBInstanceOptions action.
func (*OrderableDBInstanceOption) DeepCopy ¶
func (in *OrderableDBInstanceOption) DeepCopy() *OrderableDBInstanceOption
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrderableDBInstanceOption.
func (*OrderableDBInstanceOption) DeepCopyInto ¶
func (in *OrderableDBInstanceOption) DeepCopyInto(out *OrderableDBInstanceOption)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Outpost ¶
type Outpost struct {
ARN *string `json:"arn,omitempty"`
}
A data type that represents an Outpost.
For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) in the Amazon RDS User Guide.
func (*Outpost) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Outpost.
func (*Outpost) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Parameter ¶
type Parameter struct { AllowedValues *string `json:"allowedValues,omitempty"` ApplyMethod *string `json:"applyMethod,omitempty"` ApplyType *string `json:"applyType,omitempty"` DataType *string `json:"dataType,omitempty"` Description *string `json:"description,omitempty"` IsModifiable *bool `json:"isModifiable,omitempty"` MinimumEngineVersion *string `json:"minimumEngineVersion,omitempty"` ParameterName *string `json:"parameterName,omitempty"` ParameterValue *string `json:"parameterValue,omitempty"` Source *string `json:"source,omitempty"` SupportedEngineModes []*string `json:"supportedEngineModes,omitempty"` }
This data type is used as a request parameter in the ModifyDBParameterGroup and ResetDBParameterGroup actions.
This data type is used as a response element in the DescribeEngineDefaultParameters and DescribeDBParameters actions.
func (*Parameter) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Parameter.
func (*Parameter) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PendingCloudwatchLogsExports ¶
type PendingCloudwatchLogsExports struct { LogTypesToDisable []*string `json:"logTypesToDisable,omitempty"` LogTypesToEnable []*string `json:"logTypesToEnable,omitempty"` }
A list of the log types whose configuration is still pending. In other words, these log types are in the process of being activated or deactivated.
func (*PendingCloudwatchLogsExports) DeepCopy ¶
func (in *PendingCloudwatchLogsExports) DeepCopy() *PendingCloudwatchLogsExports
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PendingCloudwatchLogsExports.
func (*PendingCloudwatchLogsExports) DeepCopyInto ¶
func (in *PendingCloudwatchLogsExports) DeepCopyInto(out *PendingCloudwatchLogsExports)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PendingMaintenanceAction ¶
type PendingMaintenanceAction struct { Action *string `json:"action,omitempty"` AutoAppliedAfterDate *metav1.Time `json:"autoAppliedAfterDate,omitempty"` CurrentApplyDate *metav1.Time `json:"currentApplyDate,omitempty"` Description *string `json:"description,omitempty"` ForcedApplyDate *metav1.Time `json:"forcedApplyDate,omitempty"` OptInStatus *string `json:"optInStatus,omitempty"` }
Provides information about a pending maintenance action for a resource.
func (*PendingMaintenanceAction) DeepCopy ¶
func (in *PendingMaintenanceAction) DeepCopy() *PendingMaintenanceAction
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PendingMaintenanceAction.
func (*PendingMaintenanceAction) DeepCopyInto ¶
func (in *PendingMaintenanceAction) DeepCopyInto(out *PendingMaintenanceAction)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PendingModifiedValues ¶
type PendingModifiedValues struct { AllocatedStorage *int64 `json:"allocatedStorage,omitempty"` AutomationMode *string `json:"automationMode,omitempty"` BackupRetentionPeriod *int64 `json:"backupRetentionPeriod,omitempty"` CACertificateIdentifier *string `json:"caCertificateIdentifier,omitempty"` DBInstanceClass *string `json:"dbInstanceClass,omitempty"` DBInstanceIdentifier *string `json:"dbInstanceIdentifier,omitempty"` DBSubnetGroupName *string `json:"dbSubnetGroupName,omitempty"` EngineVersion *string `json:"engineVersion,omitempty"` IAMDatabaseAuthenticationEnabled *bool `json:"iamDatabaseAuthenticationEnabled,omitempty"` IOPS *int64 `json:"iops,omitempty"` LicenseModel *string `json:"licenseModel,omitempty"` MasterUserPassword *string `json:"masterUserPassword,omitempty"` MultiAZ *bool `json:"multiAZ,omitempty"` // A list of the log types whose configuration is still pending. In other words, // these log types are in the process of being activated or deactivated. PendingCloudwatchLogsExports *PendingCloudwatchLogsExports `json:"pendingCloudwatchLogsExports,omitempty"` Port *int64 `json:"port,omitempty"` ProcessorFeatures []*ProcessorFeature `json:"processorFeatures,omitempty"` ResumeFullAutomationModeTime *metav1.Time `json:"resumeFullAutomationModeTime,omitempty"` StorageThroughput *int64 `json:"storageThroughput,omitempty"` StorageType *string `json:"storageType,omitempty"` }
This data type is used as a response element in the ModifyDBInstance operation and contains changes that will be applied during the next maintenance window.
func (*PendingModifiedValues) DeepCopy ¶
func (in *PendingModifiedValues) DeepCopy() *PendingModifiedValues
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PendingModifiedValues.
func (*PendingModifiedValues) DeepCopyInto ¶
func (in *PendingModifiedValues) DeepCopyInto(out *PendingModifiedValues)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PerformanceInsightsMetricDimensionGroup ¶ added in v1.4.9
type PerformanceInsightsMetricDimensionGroup struct { Dimensions []*string `json:"dimensions,omitempty"` Group *string `json:"group,omitempty"` Limit *int64 `json:"limit,omitempty"` }
A logical grouping of Performance Insights metrics for a related subject area. For example, the db.sql dimension group consists of the following dimensions:
db.sql.id - The hash of a running SQL statement, generated by Performance Insights.
db.sql.db_id - Either the SQL ID generated by the database engine, or a value generated by Performance Insights that begins with pi-.
db.sql.statement - The full text of the SQL statement that is running, for example, SELECT * FROM employees.
db.sql_tokenized.id - The hash of the SQL digest generated by Performance Insights.
Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.
func (*PerformanceInsightsMetricDimensionGroup) DeepCopy ¶ added in v1.4.9
func (in *PerformanceInsightsMetricDimensionGroup) DeepCopy() *PerformanceInsightsMetricDimensionGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PerformanceInsightsMetricDimensionGroup.
func (*PerformanceInsightsMetricDimensionGroup) DeepCopyInto ¶ added in v1.4.9
func (in *PerformanceInsightsMetricDimensionGroup) DeepCopyInto(out *PerformanceInsightsMetricDimensionGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PerformanceInsightsMetricQuery ¶ added in v1.4.9
type PerformanceInsightsMetricQuery struct {
Metric *string `json:"metric,omitempty"`
}
A single Performance Insights metric query to process. You must provide the metric to the query. If other parameters aren't specified, Performance Insights returns all data points for the specified metric. Optionally, you can request the data points to be aggregated by dimension group (GroupBy) and return only those data points that match your criteria (Filter).
Constraints:
- Must be a valid Performance Insights query.
func (*PerformanceInsightsMetricQuery) DeepCopy ¶ added in v1.4.9
func (in *PerformanceInsightsMetricQuery) DeepCopy() *PerformanceInsightsMetricQuery
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PerformanceInsightsMetricQuery.
func (*PerformanceInsightsMetricQuery) DeepCopyInto ¶ added in v1.4.9
func (in *PerformanceInsightsMetricQuery) DeepCopyInto(out *PerformanceInsightsMetricQuery)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PerformanceIssueDetails ¶ added in v1.4.9
type PerformanceIssueDetails struct { Analysis *string `json:"analysis,omitempty"` EndTime *metav1.Time `json:"endTime,omitempty"` StartTime *metav1.Time `json:"startTime,omitempty"` }
Details of the performance issue.
func (*PerformanceIssueDetails) DeepCopy ¶ added in v1.4.9
func (in *PerformanceIssueDetails) DeepCopy() *PerformanceIssueDetails
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PerformanceIssueDetails.
func (*PerformanceIssueDetails) DeepCopyInto ¶ added in v1.4.9
func (in *PerformanceIssueDetails) DeepCopyInto(out *PerformanceIssueDetails)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProcessorFeature ¶
type ProcessorFeature struct { Name *string `json:"name,omitempty"` Value *string `json:"value,omitempty"` }
Contains the processor features of a DB instance class.
To specify the number of CPU cores, use the coreCount feature name for the Name parameter. To specify the number of threads per core, use the threadsPerCore feature name for the Name parameter.
You can set the processor features of the DB instance class for a DB instance when you call one of the following actions:
CreateDBInstance
ModifyDBInstance
RestoreDBInstanceFromDBSnapshot
RestoreDBInstanceFromS3
RestoreDBInstanceToPointInTime
You can view the valid processor values for a particular instance class by calling the DescribeOrderableDBInstanceOptions action and specifying the instance class for the DBInstanceClass parameter.
In addition, you can use the following actions for DB instance class processor information:
DescribeDBInstances
DescribeDBSnapshots
DescribeValidDBInstanceModifications
If you call DescribeDBInstances, ProcessorFeature returns non-null values only if the following conditions are met:
You are accessing an Oracle DB instance.
Your Oracle DB instance class supports configuring the number of CPU cores and threads per core.
The current number CPU cores and threads is set to a non-default value.
For more information, see Configuring the processor for a DB instance class in RDS for Oracle (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#USER_ConfigureProcessor) in the Amazon RDS User Guide.
func (*ProcessorFeature) DeepCopy ¶
func (in *ProcessorFeature) DeepCopy() *ProcessorFeature
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProcessorFeature.
func (*ProcessorFeature) DeepCopyInto ¶
func (in *ProcessorFeature) DeepCopyInto(out *ProcessorFeature)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Range ¶
type Range struct { From *int64 `json:"from,omitempty"` Step *int64 `json:"step,omitempty"` To *int64 `json:"to,omitempty"` }
A range of integer values.
func (*Range) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Range.
func (*Range) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RdsCustomClusterConfiguration ¶ added in v1.4.9
type RdsCustomClusterConfiguration struct { InterconnectSubnetID *string `json:"interconnectSubnetID,omitempty"` ReplicaMode *string `json:"replicaMode,omitempty"` TransitGatewayMulticastDomainID *string `json:"transitGatewayMulticastDomainID,omitempty"` }
Reserved for future use.
func (*RdsCustomClusterConfiguration) DeepCopy ¶ added in v1.4.9
func (in *RdsCustomClusterConfiguration) DeepCopy() *RdsCustomClusterConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RdsCustomClusterConfiguration.
func (*RdsCustomClusterConfiguration) DeepCopyInto ¶ added in v1.4.9
func (in *RdsCustomClusterConfiguration) DeepCopyInto(out *RdsCustomClusterConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RecommendedAction ¶ added in v1.4.9
type RecommendedAction struct { ActionID *string `json:"actionID,omitempty"` ApplyModes []*string `json:"applyModes,omitempty"` Description *string `json:"description,omitempty"` Operation *string `json:"operation,omitempty"` Status *string `json:"status,omitempty"` Title *string `json:"title,omitempty"` }
The recommended actions to apply to resolve the issues associated with your DB instances, DB clusters, and DB parameter groups.
func (*RecommendedAction) DeepCopy ¶ added in v1.4.9
func (in *RecommendedAction) DeepCopy() *RecommendedAction
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RecommendedAction.
func (*RecommendedAction) DeepCopyInto ¶ added in v1.4.9
func (in *RecommendedAction) DeepCopyInto(out *RecommendedAction)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RecommendedActionParameter ¶ added in v1.4.9
type RecommendedActionParameter struct { Key *string `json:"key,omitempty"` Value *string `json:"value,omitempty"` }
A single parameter to use with the RecommendedAction API operation to apply the action.
func (*RecommendedActionParameter) DeepCopy ¶ added in v1.4.9
func (in *RecommendedActionParameter) DeepCopy() *RecommendedActionParameter
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RecommendedActionParameter.
func (*RecommendedActionParameter) DeepCopyInto ¶ added in v1.4.9
func (in *RecommendedActionParameter) DeepCopyInto(out *RecommendedActionParameter)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RecommendedActionUpdate ¶ added in v1.4.9
type RecommendedActionUpdate struct { ActionID *string `json:"actionID,omitempty"` Status *string `json:"status,omitempty"` }
The recommended status to update for the specified recommendation action ID.
func (*RecommendedActionUpdate) DeepCopy ¶ added in v1.4.9
func (in *RecommendedActionUpdate) DeepCopy() *RecommendedActionUpdate
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RecommendedActionUpdate.
func (*RecommendedActionUpdate) DeepCopyInto ¶ added in v1.4.9
func (in *RecommendedActionUpdate) DeepCopyInto(out *RecommendedActionUpdate)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RecurringCharge ¶
type RecurringCharge struct {
RecurringChargeFrequency *string `json:"recurringChargeFrequency,omitempty"`
}
This data type is used as a response element in the DescribeReservedDBInstances and DescribeReservedDBInstancesOfferings actions.
func (*RecurringCharge) DeepCopy ¶
func (in *RecurringCharge) DeepCopy() *RecurringCharge
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RecurringCharge.
func (*RecurringCharge) DeepCopyInto ¶
func (in *RecurringCharge) DeepCopyInto(out *RecurringCharge)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ReplicaMode ¶
type ReplicaMode string
const ( ReplicaMode_mounted ReplicaMode = "mounted" ReplicaMode_open_read_only ReplicaMode = "open-read-only" )
type ReservedDBInstance ¶
type ReservedDBInstance struct { CurrencyCode *string `json:"currencyCode,omitempty"` DBInstanceClass *string `json:"dbInstanceClass,omitempty"` DBInstanceCount *int64 `json:"dbInstanceCount,omitempty"` Duration *int64 `json:"duration,omitempty"` LeaseID *string `json:"leaseID,omitempty"` MultiAZ *bool `json:"multiAZ,omitempty"` OfferingType *string `json:"offeringType,omitempty"` ProductDescription *string `json:"productDescription,omitempty"` ReservedDBInstanceARN *string `json:"reservedDBInstanceARN,omitempty"` ReservedDBInstanceID *string `json:"reservedDBInstanceID,omitempty"` ReservedDBInstancesOfferingID *string `json:"reservedDBInstancesOfferingID,omitempty"` StartTime *metav1.Time `json:"startTime,omitempty"` State *string `json:"state,omitempty"` }
This data type is used as a response element in the DescribeReservedDBInstances and PurchaseReservedDBInstancesOffering actions.
func (*ReservedDBInstance) DeepCopy ¶
func (in *ReservedDBInstance) DeepCopy() *ReservedDBInstance
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReservedDBInstance.
func (*ReservedDBInstance) DeepCopyInto ¶
func (in *ReservedDBInstance) DeepCopyInto(out *ReservedDBInstance)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ReservedDBInstancesOffering ¶
type ReservedDBInstancesOffering struct { CurrencyCode *string `json:"currencyCode,omitempty"` DBInstanceClass *string `json:"dbInstanceClass,omitempty"` Duration *int64 `json:"duration,omitempty"` MultiAZ *bool `json:"multiAZ,omitempty"` OfferingType *string `json:"offeringType,omitempty"` ProductDescription *string `json:"productDescription,omitempty"` ReservedDBInstancesOfferingID *string `json:"reservedDBInstancesOfferingID,omitempty"` }
This data type is used as a response element in the DescribeReservedDBInstancesOfferings action.
func (*ReservedDBInstancesOffering) DeepCopy ¶
func (in *ReservedDBInstancesOffering) DeepCopy() *ReservedDBInstancesOffering
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReservedDBInstancesOffering.
func (*ReservedDBInstancesOffering) DeepCopyInto ¶
func (in *ReservedDBInstancesOffering) DeepCopyInto(out *ReservedDBInstancesOffering)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ResourcePendingMaintenanceActions ¶
type ResourcePendingMaintenanceActions struct {
ResourceIdentifier *string `json:"resourceIdentifier,omitempty"`
}
Describes the pending maintenance actions for a resource.
func (*ResourcePendingMaintenanceActions) DeepCopy ¶
func (in *ResourcePendingMaintenanceActions) DeepCopy() *ResourcePendingMaintenanceActions
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourcePendingMaintenanceActions.
func (*ResourcePendingMaintenanceActions) DeepCopyInto ¶
func (in *ResourcePendingMaintenanceActions) DeepCopyInto(out *ResourcePendingMaintenanceActions)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RestoreWindow ¶
type RestoreWindow struct { EarliestTime *metav1.Time `json:"earliestTime,omitempty"` LatestTime *metav1.Time `json:"latestTime,omitempty"` }
Earliest and latest time an instance can be restored to:
func (*RestoreWindow) DeepCopy ¶
func (in *RestoreWindow) DeepCopy() *RestoreWindow
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RestoreWindow.
func (*RestoreWindow) DeepCopyInto ¶
func (in *RestoreWindow) DeepCopyInto(out *RestoreWindow)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ScalingConfiguration ¶
type ScalingConfiguration struct { AutoPause *bool `json:"autoPause,omitempty"` MaxCapacity *int64 `json:"maxCapacity,omitempty"` MinCapacity *int64 `json:"minCapacity,omitempty"` SecondsBeforeTimeout *int64 `json:"secondsBeforeTimeout,omitempty"` SecondsUntilAutoPause *int64 `json:"secondsUntilAutoPause,omitempty"` TimeoutAction *string `json:"timeoutAction,omitempty"` }
Contains the scaling configuration of an Aurora Serverless v1 DB cluster.
For more information, see Using Amazon Aurora Serverless v1 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html) in the Amazon Aurora User Guide.
func (*ScalingConfiguration) DeepCopy ¶
func (in *ScalingConfiguration) DeepCopy() *ScalingConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScalingConfiguration.
func (*ScalingConfiguration) DeepCopyInto ¶
func (in *ScalingConfiguration) DeepCopyInto(out *ScalingConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ScalingConfigurationInfo ¶
type ScalingConfigurationInfo struct { AutoPause *bool `json:"autoPause,omitempty"` MaxCapacity *int64 `json:"maxCapacity,omitempty"` MinCapacity *int64 `json:"minCapacity,omitempty"` SecondsBeforeTimeout *int64 `json:"secondsBeforeTimeout,omitempty"` SecondsUntilAutoPause *int64 `json:"secondsUntilAutoPause,omitempty"` TimeoutAction *string `json:"timeoutAction,omitempty"` }
The scaling configuration for an Aurora DB cluster in serverless DB engine mode.
For more information, see Using Amazon Aurora Serverless v1 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html) in the Amazon Aurora User Guide.
func (*ScalingConfigurationInfo) DeepCopy ¶
func (in *ScalingConfigurationInfo) DeepCopy() *ScalingConfigurationInfo
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScalingConfigurationInfo.
func (*ScalingConfigurationInfo) DeepCopyInto ¶
func (in *ScalingConfigurationInfo) DeepCopyInto(out *ScalingConfigurationInfo)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServerlessV2FeaturesSupport ¶ added in v1.4.9
type ServerlessV2FeaturesSupport struct { MaxCapacity *float64 `json:"maxCapacity,omitempty"` MinCapacity *float64 `json:"minCapacity,omitempty"` }
Specifies any Aurora Serverless v2 properties or limits that differ between Aurora engine versions. You can test the values of this attribute when deciding which Aurora version to use in a new or upgraded DB cluster. You can also retrieve the version of an existing DB cluster and check whether that version supports certain Aurora Serverless v2 features before you attempt to use those features.
func (*ServerlessV2FeaturesSupport) DeepCopy ¶ added in v1.4.9
func (in *ServerlessV2FeaturesSupport) DeepCopy() *ServerlessV2FeaturesSupport
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServerlessV2FeaturesSupport.
func (*ServerlessV2FeaturesSupport) DeepCopyInto ¶ added in v1.4.9
func (in *ServerlessV2FeaturesSupport) DeepCopyInto(out *ServerlessV2FeaturesSupport)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServerlessV2ScalingConfiguration ¶ added in v0.0.26
type ServerlessV2ScalingConfiguration struct { MaxCapacity *float64 `json:"maxCapacity,omitempty"` MinCapacity *float64 `json:"minCapacity,omitempty"` SecondsUntilAutoPause *int64 `json:"secondsUntilAutoPause,omitempty"` }
Contains the scaling configuration of an Aurora Serverless v2 DB cluster.
For more information, see Using Amazon Aurora Serverless v2 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html) in the Amazon Aurora User Guide.
func (*ServerlessV2ScalingConfiguration) DeepCopy ¶ added in v0.0.26
func (in *ServerlessV2ScalingConfiguration) DeepCopy() *ServerlessV2ScalingConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServerlessV2ScalingConfiguration.
func (*ServerlessV2ScalingConfiguration) DeepCopyInto ¶ added in v0.0.26
func (in *ServerlessV2ScalingConfiguration) DeepCopyInto(out *ServerlessV2ScalingConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServerlessV2ScalingConfigurationInfo ¶ added in v0.0.26
type ServerlessV2ScalingConfigurationInfo struct { MaxCapacity *float64 `json:"maxCapacity,omitempty"` MinCapacity *float64 `json:"minCapacity,omitempty"` SecondsUntilAutoPause *int64 `json:"secondsUntilAutoPause,omitempty"` }
The scaling configuration for an Aurora Serverless v2 DB cluster.
For more information, see Using Amazon Aurora Serverless v2 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html) in the Amazon Aurora User Guide.
func (*ServerlessV2ScalingConfigurationInfo) DeepCopy ¶ added in v0.0.26
func (in *ServerlessV2ScalingConfigurationInfo) DeepCopy() *ServerlessV2ScalingConfigurationInfo
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServerlessV2ScalingConfigurationInfo.
func (*ServerlessV2ScalingConfigurationInfo) DeepCopyInto ¶ added in v0.0.26
func (in *ServerlessV2ScalingConfigurationInfo) DeepCopyInto(out *ServerlessV2ScalingConfigurationInfo)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SourceRegion ¶
type SourceRegion struct { Endpoint *string `json:"endpoint,omitempty"` RegionName *string `json:"regionName,omitempty"` Status *string `json:"status,omitempty"` SupportsDBInstanceAutomatedBackupsReplication *bool `json:"supportsDBInstanceAutomatedBackupsReplication,omitempty"` }
Contains an Amazon Web Services Region name as the result of a successful call to the DescribeSourceRegions action.
func (*SourceRegion) DeepCopy ¶
func (in *SourceRegion) DeepCopy() *SourceRegion
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SourceRegion.
func (*SourceRegion) DeepCopyInto ¶
func (in *SourceRegion) DeepCopyInto(out *SourceRegion)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SourceType ¶
type SourceType string
const ( SourceType_blue_green_deployment SourceType = "blue-green-deployment" SourceType_custom_engine_version SourceType = "custom-engine-version" SourceType_db_cluster SourceType = "db-cluster" SourceType_db_cluster_snapshot SourceType = "db-cluster-snapshot" SourceType_db_instance SourceType = "db-instance" SourceType_db_parameter_group SourceType = "db-parameter-group" SourceType_db_proxy SourceType = "db-proxy" SourceType_db_security_group SourceType = "db-security-group" SourceType_db_snapshot SourceType = "db-snapshot" )
type Subnet ¶
type Subnet struct { // Contains Availability Zone information. // // This data type is used as an element in the OrderableDBInstanceOption data // type. SubnetAvailabilityZone *AvailabilityZone `json:"subnetAvailabilityZone,omitempty"` SubnetIdentifier *string `json:"subnetIdentifier,omitempty"` // A data type that represents an Outpost. // // For more information about RDS on Outposts, see Amazon RDS on Amazon Web // Services Outposts (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) // in the Amazon RDS User Guide. SubnetOutpost *Outpost `json:"subnetOutpost,omitempty"` SubnetStatus *string `json:"subnetStatus,omitempty"` }
This data type is used as a response element for the DescribeDBSubnetGroups operation.
func (*Subnet) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Subnet.
func (*Subnet) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Tag ¶
Metadata assigned to an Amazon RDS resource consisting of a key-value pair.
For more information, see Tagging Amazon RDS resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) in the Amazon Aurora User Guide.
func (*Tag) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Tag.
func (*Tag) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TargetHealth ¶
type TargetHealth struct {
Description *string `json:"description,omitempty"`
}
Information about the connection health of an RDS Proxy target.
func (*TargetHealth) DeepCopy ¶
func (in *TargetHealth) DeepCopy() *TargetHealth
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TargetHealth.
func (*TargetHealth) DeepCopyInto ¶
func (in *TargetHealth) DeepCopyInto(out *TargetHealth)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TargetHealthReason ¶
type TargetHealthReason string
const ( TargetHealthReason_AUTH_FAILURE TargetHealthReason = "AUTH_FAILURE" TargetHealthReason_CONNECTION_FAILED TargetHealthReason = "CONNECTION_FAILED" TargetHealthReason_INVALID_REPLICATION_STATE TargetHealthReason = "INVALID_REPLICATION_STATE" TargetHealthReason_PENDING_PROXY_CAPACITY TargetHealthReason = "PENDING_PROXY_CAPACITY" TargetHealthReason_UNREACHABLE TargetHealthReason = "UNREACHABLE" )
type TargetRole ¶ added in v0.0.16
type TargetRole string
const ( TargetRole_READ_ONLY TargetRole = "READ_ONLY" TargetRole_READ_WRITE TargetRole = "READ_WRITE" TargetRole_UNKNOWN TargetRole = "UNKNOWN" )
type TargetState ¶
type TargetState string
const ( TargetState_AVAILABLE TargetState = "AVAILABLE" TargetState_REGISTERING TargetState = "REGISTERING" TargetState_UNAVAILABLE TargetState = "UNAVAILABLE" )
type TargetType ¶
type TargetType string
const ( TargetType_RDS_INSTANCE TargetType = "RDS_INSTANCE" TargetType_RDS_SERVERLESS_ENDPOINT TargetType = "RDS_SERVERLESS_ENDPOINT" TargetType_TRACKED_CLUSTER TargetType = "TRACKED_CLUSTER" )
type TenantDatabase ¶ added in v1.4.9
type TenantDatabase struct { CharacterSetName *string `json:"characterSetName,omitempty"` DBInstanceIdentifier *string `json:"dbInstanceIdentifier,omitempty"` DBIResourceID *string `json:"dbiResourceID,omitempty"` DeletionProtection *bool `json:"deletionProtection,omitempty"` MasterUsername *string `json:"masterUsername,omitempty"` NcharCharacterSetName *string `json:"ncharCharacterSetName,omitempty"` Status *string `json:"status,omitempty"` // A list of tags. // // For more information, see Tagging Amazon RDS resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources // (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) // in the Amazon Aurora User Guide. TagList []*Tag `json:"tagList,omitempty"` TenantDBName *string `json:"tenantDBName,omitempty"` TenantDatabaseARN *string `json:"tenantDatabaseARN,omitempty"` TenantDatabaseCreateTime *metav1.Time `json:"tenantDatabaseCreateTime,omitempty"` TenantDatabaseResourceID *string `json:"tenantDatabaseResourceID,omitempty"` }
A tenant database in the DB instance. This data type is an element in the response to the DescribeTenantDatabases action.
func (*TenantDatabase) DeepCopy ¶ added in v1.4.9
func (in *TenantDatabase) DeepCopy() *TenantDatabase
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TenantDatabase.
func (*TenantDatabase) DeepCopyInto ¶ added in v1.4.9
func (in *TenantDatabase) DeepCopyInto(out *TenantDatabase)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TenantDatabasePendingModifiedValues ¶ added in v1.4.9
type TenantDatabasePendingModifiedValues struct {
TenantDBName *string `json:"tenantDBName,omitempty"`
}
A response element in the ModifyTenantDatabase operation that describes changes that will be applied. Specific changes are identified by subelements.
func (*TenantDatabasePendingModifiedValues) DeepCopy ¶ added in v1.4.9
func (in *TenantDatabasePendingModifiedValues) DeepCopy() *TenantDatabasePendingModifiedValues
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TenantDatabasePendingModifiedValues.
func (*TenantDatabasePendingModifiedValues) DeepCopyInto ¶ added in v1.4.9
func (in *TenantDatabasePendingModifiedValues) DeepCopyInto(out *TenantDatabasePendingModifiedValues)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Timezone ¶
type Timezone struct {
TimezoneName *string `json:"timezoneName,omitempty"`
}
A time zone associated with a DBInstance or a DBSnapshot. This data type is an element in the response to the DescribeDBInstances, the DescribeDBSnapshots, and the DescribeDBEngineVersions actions.
func (*Timezone) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Timezone.
func (*Timezone) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UpgradeTarget ¶
type UpgradeTarget struct { AutoUpgrade *bool `json:"autoUpgrade,omitempty"` Description *string `json:"description,omitempty"` Engine *string `json:"engine,omitempty"` EngineVersion *string `json:"engineVersion,omitempty"` IsMajorVersionUpgrade *bool `json:"isMajorVersionUpgrade,omitempty"` SupportedEngineModes []*string `json:"supportedEngineModes,omitempty"` SupportsBabelfish *bool `json:"supportsBabelfish,omitempty"` SupportsGlobalDatabases *bool `json:"supportsGlobalDatabases,omitempty"` SupportsIntegrations *bool `json:"supportsIntegrations,omitempty"` SupportsLimitlessDatabase *bool `json:"supportsLimitlessDatabase,omitempty"` SupportsLocalWriteForwarding *bool `json:"supportsLocalWriteForwarding,omitempty"` SupportsParallelQuery *bool `json:"supportsParallelQuery,omitempty"` }
The version of the database engine that a DB instance can be upgraded to.
func (*UpgradeTarget) DeepCopy ¶
func (in *UpgradeTarget) DeepCopy() *UpgradeTarget
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpgradeTarget.
func (*UpgradeTarget) DeepCopyInto ¶
func (in *UpgradeTarget) DeepCopyInto(out *UpgradeTarget)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserAuthConfig ¶
type UserAuthConfig struct { AuthScheme *string `json:"authScheme,omitempty"` ClientPasswordAuthType *string `json:"clientPasswordAuthType,omitempty"` Description *string `json:"description,omitempty"` IAMAuth *string `json:"iamAuth,omitempty"` SecretARN *string `json:"secretARN,omitempty"` UserName *string `json:"userName,omitempty"` }
Specifies the details of authentication used by a proxy to log in as a specific database user.
func (*UserAuthConfig) DeepCopy ¶
func (in *UserAuthConfig) DeepCopy() *UserAuthConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAuthConfig.
func (*UserAuthConfig) DeepCopyInto ¶
func (in *UserAuthConfig) DeepCopyInto(out *UserAuthConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserAuthConfigInfo ¶
type UserAuthConfigInfo struct { AuthScheme *string `json:"authScheme,omitempty"` ClientPasswordAuthType *string `json:"clientPasswordAuthType,omitempty"` Description *string `json:"description,omitempty"` IAMAuth *string `json:"iamAuth,omitempty"` SecretARN *string `json:"secretARN,omitempty"` UserName *string `json:"userName,omitempty"` }
Returns the details of authentication used by a proxy to log in as a specific database user.
func (*UserAuthConfigInfo) DeepCopy ¶
func (in *UserAuthConfigInfo) DeepCopy() *UserAuthConfigInfo
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAuthConfigInfo.
func (*UserAuthConfigInfo) DeepCopyInto ¶
func (in *UserAuthConfigInfo) DeepCopyInto(out *UserAuthConfigInfo)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VPCSecurityGroupMembership ¶
type VPCSecurityGroupMembership struct { Status *string `json:"status,omitempty"` VPCSecurityGroupID *string `json:"vpcSecurityGroupID,omitempty"` }
This data type is used as a response element for queries on VPC security group membership.
func (*VPCSecurityGroupMembership) DeepCopy ¶
func (in *VPCSecurityGroupMembership) DeepCopy() *VPCSecurityGroupMembership
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCSecurityGroupMembership.
func (*VPCSecurityGroupMembership) DeepCopyInto ¶
func (in *VPCSecurityGroupMembership) DeepCopyInto(out *VPCSecurityGroupMembership)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ValidDBInstanceModificationsMessage ¶ added in v1.4.9
type ValidDBInstanceModificationsMessage struct {
SupportsDedicatedLogVolume *bool `json:"supportsDedicatedLogVolume,omitempty"`
}
Information about valid modifications that you can make to your DB instance. Contains the result of a successful call to the DescribeValidDBInstanceModifications action. You can use this information when you call ModifyDBInstance.
func (*ValidDBInstanceModificationsMessage) DeepCopy ¶ added in v1.4.9
func (in *ValidDBInstanceModificationsMessage) DeepCopy() *ValidDBInstanceModificationsMessage
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ValidDBInstanceModificationsMessage.
func (*ValidDBInstanceModificationsMessage) DeepCopyInto ¶ added in v1.4.9
func (in *ValidDBInstanceModificationsMessage) DeepCopyInto(out *ValidDBInstanceModificationsMessage)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ValidStorageOptions ¶
type ValidStorageOptions struct { StorageType *string `json:"storageType,omitempty"` SupportsStorageAutoscaling *bool `json:"supportsStorageAutoscaling,omitempty"` }
Information about valid modifications that you can make to your DB instance. Contains the result of a successful call to the DescribeValidDBInstanceModifications action.
func (*ValidStorageOptions) DeepCopy ¶
func (in *ValidStorageOptions) DeepCopy() *ValidStorageOptions
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ValidStorageOptions.
func (*ValidStorageOptions) DeepCopyInto ¶
func (in *ValidStorageOptions) DeepCopyInto(out *ValidStorageOptions)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WriteForwardingStatus ¶
type WriteForwardingStatus string
const ( WriteForwardingStatus_disabled WriteForwardingStatus = "disabled" WriteForwardingStatus_disabling WriteForwardingStatus = "disabling" WriteForwardingStatus_enabled WriteForwardingStatus = "enabled" WriteForwardingStatus_enabling WriteForwardingStatus = "enabling" WriteForwardingStatus_unknown WriteForwardingStatus = "unknown" )