Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class EndpointAccessNetworkInterface(val availabilityZone: String? = null, val networkInterfaceId: String? = null, val privateIpAddress: String? = null, val subnetId: String? = null)
Describes a network interface.
Link copied to clipboard
data class EndpointAccessVpcSecurityGroup(val status: String? = null, val vpcSecurityGroupId: String? = null)
Describes the members of a VPC security group.
Link copied to clipboard
data class GetClusterParameterGroupResult(val parameters: List<ClusterParameterGroupParameter>? = null, val tags: List<Tag>? = null)
Link copied to clipboard
data class GetClusterResult(val allowVersionUpgrade: Boolean? = null, val aquaConfigurationStatus: String? = null, val automatedSnapshotRetentionPeriod: Int? = null, val availabilityZone: String? = null, val availabilityZoneRelocation: Boolean? = null, val availabilityZoneRelocationStatus: String? = null, val clusterNamespaceArn: String? = null, val clusterParameterGroupName: String? = null, val clusterSecurityGroups: List<String>? = null, val clusterType: String? = null, val clusterVersion: String? = null, val deferMaintenanceEndTime: String? = null, val deferMaintenanceIdentifier: String? = null, val deferMaintenanceStartTime: String? = null, val destinationRegion: String? = null, val elasticIp: String? = null, val encrypted: Boolean? = null, val endpoint: ClusterEndpoint? = null, val enhancedVpcRouting: Boolean? = null, val hsmClientCertificateIdentifier: String? = null, val hsmConfigurationIdentifier: String? = null, val iamRoles: List<String>? = null, val kmsKeyId: String? = null, val loggingProperties: ClusterLoggingProperties? = null, val maintenanceTrackName: String? = null, val manualSnapshotRetentionPeriod: Int? = null, val masterPasswordSecretArn: String? = null, val masterPasswordSecretKmsKeyId: String? = null, val multiAz: Boolean? = null, val namespaceResourcePolicy: Any? = null, val nodeType: String? = null, val numberOfNodes: Int? = null, val port: Int? = null, val preferredMaintenanceWindow: String? = null, val publiclyAccessible: Boolean? = null, val resourceAction: String? = null, val revisionTarget: String? = null, val rotateEncryptionKey: Boolean? = null, val snapshotCopyGrantName: String? = null, val snapshotCopyManual: Boolean? = null, val snapshotCopyRetentionPeriod: Int? = null, val tags: List<Tag>? = null, val vpcSecurityGroupIds: List<String>? = null)
Link copied to clipboard
data class GetClusterSubnetGroupResult(val clusterSubnetGroupName: String? = null, val description: String? = null, val subnetIds: List<String>? = null)
Link copied to clipboard
data class GetEndpointAccessResult(val address: String? = null, val endpointCreateTime: String? = null, val endpointStatus: String? = null, val port: Int? = null, val vpcEndpoint: VpcEndpointProperties? = null, val vpcSecurityGroupIds: List<String>? = null, val vpcSecurityGroups: List<EndpointAccessVpcSecurityGroup>? = null)
Link copied to clipboard
data class GetEndpointAuthorizationResult(val allowedAllVpcs: Boolean? = null, val allowedVpcs: List<String>? = null, val authorizeTime: String? = null, val clusterStatus: String? = null, val endpointCount: Int? = null, val grantee: String? = null, val grantor: String? = null, val status: String? = null, val vpcIds: List<String>? = null)
Link copied to clipboard
data class GetEventSubscriptionResult(val custSubscriptionId: String? = null, val customerAwsId: String? = null, val enabled: Boolean? = null, val eventCategories: List<EventSubscriptionEventCategoriesItem>? = null, val eventCategoriesList: List<String>? = null, val severity: EventSubscriptionSeverity? = null, val snsTopicArn: String? = null, val sourceIds: List<String>? = null, val sourceIdsList: List<String>? = null, val sourceType: EventSubscriptionSourceType? = null, val status: EventSubscriptionStatus? = null, val subscriptionCreationTime: String? = null)
Link copied to clipboard
Link copied to clipboard
data class GetScheduledActionResult(val enable: Boolean? = null, val endTime: String? = null, val iamRole: String? = null, val nextInvocations: List<String>? = null, val schedule: String? = null, val scheduledActionDescription: String? = null, val startTime: String? = null, val state: ScheduledActionState? = null, val targetAction: ScheduledActionType? = null)
Link copied to clipboard
class ScheduledActionType
Link copied to clipboard
data class VpcEndpointProperties(val networkInterfaces: List<EndpointAccessNetworkInterface>? = null, val vpcEndpointId: String? = null, val vpcId: String? = null)
The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.