neptune

package
v0.68.0 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DBCluster

type DBCluster struct {
	pulumi.CustomResourceState

	// Provides a list of the AWS 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 AWS services on your behalf.
	AssociatedRoles DBClusterRoleArrayOutput `pulumi:"associatedRoles"`
	// Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.
	AvailabilityZones pulumi.StringArrayOutput `pulumi:"availabilityZones"`
	// Specifies the number of days for which automatic DB snapshots are retained.
	BackupRetentionPeriod pulumi.IntPtrOutput `pulumi:"backupRetentionPeriod"`
	// The resource id for the DB cluster. For example: `cluster-ABCD1234EFGH5678IJKL90MNOP`. The cluster ID uniquely identifies the cluster and is used in things like IAM authentication policies.
	ClusterResourceId pulumi.StringOutput `pulumi:"clusterResourceId"`
	// A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default behaviour is not to copy them.
	CopyTagsToSnapshot pulumi.BoolPtrOutput `pulumi:"copyTagsToSnapshot"`
	// The DB cluster identifier. Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster stored as a lowercase string.
	DBClusterIdentifier pulumi.StringPtrOutput `pulumi:"dBClusterIdentifier"`
	// Provides the name of the DB cluster parameter group.
	DBClusterParameterGroupName pulumi.StringPtrOutput `pulumi:"dBClusterParameterGroupName"`
	// The name of the DB parameter group to apply to all instances of the DB cluster. Used only in case of a major EngineVersion upgrade request.
	DBInstanceParameterGroupName pulumi.StringPtrOutput `pulumi:"dBInstanceParameterGroupName"`
	// Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.
	DBSubnetGroupName pulumi.StringPtrOutput `pulumi:"dBSubnetGroupName"`
	// Indicates whether or not the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled.
	DeletionProtection pulumi.BoolPtrOutput `pulumi:"deletionProtection"`
	// Specifies a list of log types that are enabled for export to CloudWatch Logs.
	EnableCloudwatchLogsExports pulumi.StringArrayOutput `pulumi:"enableCloudwatchLogsExports"`
	// The connection endpoint for the DB cluster. For example: mystack-mydbcluster-1apw1j4phylrk.cg034hpkmmjt.us-east-2.rds.amazonaws.com
	Endpoint pulumi.StringOutput `pulumi:"endpoint"`
	// Indicates the database engine version.
	EngineVersion pulumi.StringPtrOutput `pulumi:"engineVersion"`
	// True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
	IamAuthEnabled pulumi.BoolPtrOutput `pulumi:"iamAuthEnabled"`
	// If `StorageEncrypted` is true, the Amazon KMS key identifier for the encrypted DB cluster.
	KmsKeyId pulumi.StringPtrOutput `pulumi:"kmsKeyId"`
	// Specifies the port that the database engine is listening on.
	Port pulumi.StringOutput `pulumi:"port"`
	// Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.
	PreferredBackupWindow pulumi.StringPtrOutput `pulumi:"preferredBackupWindow"`
	// Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
	PreferredMaintenanceWindow pulumi.StringPtrOutput `pulumi:"preferredMaintenanceWindow"`
	// The reader endpoint for the DB cluster. For example: mystack-mydbcluster-ro-1apw1j4phylrk.cg034hpkmmjt.us-east-2.rds.amazonaws.com
	ReadEndpoint pulumi.StringOutput `pulumi:"readEndpoint"`
	// Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
	//
	// If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.
	//
	// If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.
	RestoreToTime pulumi.StringPtrOutput `pulumi:"restoreToTime"`
	// Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
	//
	// If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.
	//
	// If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.
	RestoreType pulumi.StringPtrOutput `pulumi:"restoreType"`
	// Contains the scaling configuration used by the Neptune Serverless Instances within this DB cluster.
	ServerlessScalingConfiguration DBClusterServerlessScalingConfigurationPtrOutput `pulumi:"serverlessScalingConfiguration"`
	// Specifies the identifier for a DB cluster snapshot. Must match the identifier of an existing snapshot.
	//
	// After you restore a DB cluster using a SnapshotIdentifier, you must specify the same SnapshotIdentifier for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed.
	//
	// However, if you don't specify the SnapshotIdentifier, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the snapshot specified by the SnapshotIdentifier, and the original DB cluster is deleted.
	SnapshotIdentifier pulumi.StringPtrOutput `pulumi:"snapshotIdentifier"`
	// Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
	//
	// If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.
	//
	// If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.
	SourceDBClusterIdentifier pulumi.StringPtrOutput `pulumi:"sourceDBClusterIdentifier"`
	// Indicates whether the DB cluster is encrypted.
	//
	// If you specify the `DBClusterIdentifier`, `DBSnapshotIdentifier`, or `SourceDBInstanceIdentifier` property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance. If you specify the KmsKeyId property, you must enable encryption.
	//
	// If you specify the KmsKeyId, you must enable encryption by setting StorageEncrypted to true.
	StorageEncrypted pulumi.BoolPtrOutput `pulumi:"storageEncrypted"`
	// The tags assigned to this cluster.
	Tags DBClusterTagArrayOutput `pulumi:"tags"`
	// Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
	//
	// If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.
	//
	// If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.
	UseLatestRestorableTime pulumi.BoolPtrOutput `pulumi:"useLatestRestorableTime"`
	// Provides a list of VPC security groups that the DB cluster belongs to.
	VpcSecurityGroupIds pulumi.StringArrayOutput `pulumi:"vpcSecurityGroupIds"`
}

The AWS::Neptune::DBCluster resource creates an Amazon Neptune DB cluster.

func GetDBCluster

func GetDBCluster(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DBClusterState, opts ...pulumi.ResourceOption) (*DBCluster, error)

GetDBCluster gets an existing DBCluster resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewDBCluster

func NewDBCluster(ctx *pulumi.Context,
	name string, args *DBClusterArgs, opts ...pulumi.ResourceOption) (*DBCluster, error)

NewDBCluster registers a new resource with the given unique name, arguments, and options.

func (*DBCluster) ElementType

func (*DBCluster) ElementType() reflect.Type

func (*DBCluster) ToDBClusterOutput

func (i *DBCluster) ToDBClusterOutput() DBClusterOutput

func (*DBCluster) ToDBClusterOutputWithContext

func (i *DBCluster) ToDBClusterOutputWithContext(ctx context.Context) DBClusterOutput

type DBClusterArgs

type DBClusterArgs struct {
	// Provides a list of the AWS 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 AWS services on your behalf.
	AssociatedRoles DBClusterRoleArrayInput
	// Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.
	AvailabilityZones pulumi.StringArrayInput
	// Specifies the number of days for which automatic DB snapshots are retained.
	BackupRetentionPeriod pulumi.IntPtrInput
	// A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default behaviour is not to copy them.
	CopyTagsToSnapshot pulumi.BoolPtrInput
	// The DB cluster identifier. Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster stored as a lowercase string.
	DBClusterIdentifier pulumi.StringPtrInput
	// Provides the name of the DB cluster parameter group.
	DBClusterParameterGroupName pulumi.StringPtrInput
	// The name of the DB parameter group to apply to all instances of the DB cluster. Used only in case of a major EngineVersion upgrade request.
	DBInstanceParameterGroupName pulumi.StringPtrInput
	// Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.
	DBSubnetGroupName pulumi.StringPtrInput
	// Indicates whether or not the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled.
	DeletionProtection pulumi.BoolPtrInput
	// Specifies a list of log types that are enabled for export to CloudWatch Logs.
	EnableCloudwatchLogsExports pulumi.StringArrayInput
	// Indicates the database engine version.
	EngineVersion pulumi.StringPtrInput
	// True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
	IamAuthEnabled pulumi.BoolPtrInput
	// If `StorageEncrypted` is true, the Amazon KMS key identifier for the encrypted DB cluster.
	KmsKeyId pulumi.StringPtrInput
	// Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.
	PreferredBackupWindow pulumi.StringPtrInput
	// Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
	PreferredMaintenanceWindow pulumi.StringPtrInput
	// Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
	//
	// If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.
	//
	// If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.
	RestoreToTime pulumi.StringPtrInput
	// Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
	//
	// If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.
	//
	// If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.
	RestoreType pulumi.StringPtrInput
	// Contains the scaling configuration used by the Neptune Serverless Instances within this DB cluster.
	ServerlessScalingConfiguration DBClusterServerlessScalingConfigurationPtrInput
	// Specifies the identifier for a DB cluster snapshot. Must match the identifier of an existing snapshot.
	//
	// After you restore a DB cluster using a SnapshotIdentifier, you must specify the same SnapshotIdentifier for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed.
	//
	// However, if you don't specify the SnapshotIdentifier, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the snapshot specified by the SnapshotIdentifier, and the original DB cluster is deleted.
	SnapshotIdentifier pulumi.StringPtrInput
	// Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
	//
	// If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.
	//
	// If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.
	SourceDBClusterIdentifier pulumi.StringPtrInput
	// Indicates whether the DB cluster is encrypted.
	//
	// If you specify the `DBClusterIdentifier`, `DBSnapshotIdentifier`, or `SourceDBInstanceIdentifier` property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance. If you specify the KmsKeyId property, you must enable encryption.
	//
	// If you specify the KmsKeyId, you must enable encryption by setting StorageEncrypted to true.
	StorageEncrypted pulumi.BoolPtrInput
	// The tags assigned to this cluster.
	Tags DBClusterTagArrayInput
	// Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
	//
	// If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.
	//
	// If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.
	UseLatestRestorableTime pulumi.BoolPtrInput
	// Provides a list of VPC security groups that the DB cluster belongs to.
	VpcSecurityGroupIds pulumi.StringArrayInput
}

The set of arguments for constructing a DBCluster resource.

func (DBClusterArgs) ElementType

func (DBClusterArgs) ElementType() reflect.Type

type DBClusterInput

type DBClusterInput interface {
	pulumi.Input

	ToDBClusterOutput() DBClusterOutput
	ToDBClusterOutputWithContext(ctx context.Context) DBClusterOutput
}

type DBClusterOutput

type DBClusterOutput struct{ *pulumi.OutputState }

func (DBClusterOutput) AssociatedRoles added in v0.17.0

func (o DBClusterOutput) AssociatedRoles() DBClusterRoleArrayOutput

Provides a list of the AWS 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 AWS services on your behalf.

func (DBClusterOutput) AvailabilityZones added in v0.17.0

func (o DBClusterOutput) AvailabilityZones() pulumi.StringArrayOutput

Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.

func (DBClusterOutput) BackupRetentionPeriod added in v0.17.0

func (o DBClusterOutput) BackupRetentionPeriod() pulumi.IntPtrOutput

Specifies the number of days for which automatic DB snapshots are retained.

func (DBClusterOutput) ClusterResourceId added in v0.17.0

func (o DBClusterOutput) ClusterResourceId() pulumi.StringOutput

The resource id for the DB cluster. For example: `cluster-ABCD1234EFGH5678IJKL90MNOP`. The cluster ID uniquely identifies the cluster and is used in things like IAM authentication policies.

func (DBClusterOutput) CopyTagsToSnapshot added in v0.62.0

func (o DBClusterOutput) CopyTagsToSnapshot() pulumi.BoolPtrOutput

A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default behaviour is not to copy them.

func (DBClusterOutput) DBClusterIdentifier added in v0.17.0

func (o DBClusterOutput) DBClusterIdentifier() pulumi.StringPtrOutput

The DB cluster identifier. Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster stored as a lowercase string.

func (DBClusterOutput) DBClusterParameterGroupName added in v0.17.0

func (o DBClusterOutput) DBClusterParameterGroupName() pulumi.StringPtrOutput

Provides the name of the DB cluster parameter group.

func (DBClusterOutput) DBInstanceParameterGroupName added in v0.62.0

func (o DBClusterOutput) DBInstanceParameterGroupName() pulumi.StringPtrOutput

The name of the DB parameter group to apply to all instances of the DB cluster. Used only in case of a major EngineVersion upgrade request.

func (DBClusterOutput) DBSubnetGroupName added in v0.17.0

func (o DBClusterOutput) DBSubnetGroupName() pulumi.StringPtrOutput

Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.

func (DBClusterOutput) DeletionProtection added in v0.17.0

func (o DBClusterOutput) DeletionProtection() pulumi.BoolPtrOutput

Indicates whether or not the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled.

func (DBClusterOutput) ElementType

func (DBClusterOutput) ElementType() reflect.Type

func (DBClusterOutput) EnableCloudwatchLogsExports added in v0.17.0

func (o DBClusterOutput) EnableCloudwatchLogsExports() pulumi.StringArrayOutput

Specifies a list of log types that are enabled for export to CloudWatch Logs.

func (DBClusterOutput) Endpoint added in v0.17.0

func (o DBClusterOutput) Endpoint() pulumi.StringOutput

The connection endpoint for the DB cluster. For example: mystack-mydbcluster-1apw1j4phylrk.cg034hpkmmjt.us-east-2.rds.amazonaws.com

func (DBClusterOutput) EngineVersion added in v0.17.0

func (o DBClusterOutput) EngineVersion() pulumi.StringPtrOutput

Indicates the database engine version.

func (DBClusterOutput) IamAuthEnabled added in v0.17.0

func (o DBClusterOutput) IamAuthEnabled() pulumi.BoolPtrOutput

True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.

func (DBClusterOutput) KmsKeyId added in v0.17.0

func (o DBClusterOutput) KmsKeyId() pulumi.StringPtrOutput

If `StorageEncrypted` is true, the Amazon KMS key identifier for the encrypted DB cluster.

func (DBClusterOutput) Port added in v0.17.0

Specifies the port that the database engine is listening on.

func (DBClusterOutput) PreferredBackupWindow added in v0.17.0

func (o DBClusterOutput) PreferredBackupWindow() pulumi.StringPtrOutput

Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

func (DBClusterOutput) PreferredMaintenanceWindow added in v0.17.0

func (o DBClusterOutput) PreferredMaintenanceWindow() pulumi.StringPtrOutput

Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

func (DBClusterOutput) ReadEndpoint added in v0.17.0

func (o DBClusterOutput) ReadEndpoint() pulumi.StringOutput

The reader endpoint for the DB cluster. For example: mystack-mydbcluster-ro-1apw1j4phylrk.cg034hpkmmjt.us-east-2.rds.amazonaws.com

func (DBClusterOutput) RestoreToTime added in v0.17.0

func (o DBClusterOutput) RestoreToTime() pulumi.StringPtrOutput

Creates a new DB cluster from a DB snapshot or DB cluster snapshot.

If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.

If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.

func (DBClusterOutput) RestoreType added in v0.17.0

func (o DBClusterOutput) RestoreType() pulumi.StringPtrOutput

Creates a new DB cluster from a DB snapshot or DB cluster snapshot.

If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.

If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.

func (DBClusterOutput) ServerlessScalingConfiguration added in v0.62.0

func (o DBClusterOutput) ServerlessScalingConfiguration() DBClusterServerlessScalingConfigurationPtrOutput

Contains the scaling configuration used by the Neptune Serverless Instances within this DB cluster.

func (DBClusterOutput) SnapshotIdentifier added in v0.17.0

func (o DBClusterOutput) SnapshotIdentifier() pulumi.StringPtrOutput

Specifies the identifier for a DB cluster snapshot. Must match the identifier of an existing snapshot.

After you restore a DB cluster using a SnapshotIdentifier, you must specify the same SnapshotIdentifier for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed.

However, if you don't specify the SnapshotIdentifier, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the snapshot specified by the SnapshotIdentifier, and the original DB cluster is deleted.

func (DBClusterOutput) SourceDBClusterIdentifier added in v0.17.0

func (o DBClusterOutput) SourceDBClusterIdentifier() pulumi.StringPtrOutput

Creates a new DB cluster from a DB snapshot or DB cluster snapshot.

If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.

If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.

func (DBClusterOutput) StorageEncrypted added in v0.17.0

func (o DBClusterOutput) StorageEncrypted() pulumi.BoolPtrOutput

Indicates whether the DB cluster is encrypted.

If you specify the `DBClusterIdentifier`, `DBSnapshotIdentifier`, or `SourceDBInstanceIdentifier` property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance. If you specify the KmsKeyId property, you must enable encryption.

If you specify the KmsKeyId, you must enable encryption by setting StorageEncrypted to true.

func (DBClusterOutput) Tags added in v0.17.0

The tags assigned to this cluster.

func (DBClusterOutput) ToDBClusterOutput

func (o DBClusterOutput) ToDBClusterOutput() DBClusterOutput

func (DBClusterOutput) ToDBClusterOutputWithContext

func (o DBClusterOutput) ToDBClusterOutputWithContext(ctx context.Context) DBClusterOutput

func (DBClusterOutput) UseLatestRestorableTime added in v0.17.0

func (o DBClusterOutput) UseLatestRestorableTime() pulumi.BoolPtrOutput

Creates a new DB cluster from a DB snapshot or DB cluster snapshot.

If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.

If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.

func (DBClusterOutput) VpcSecurityGroupIds added in v0.17.0

func (o DBClusterOutput) VpcSecurityGroupIds() pulumi.StringArrayOutput

Provides a list of VPC security groups that the DB cluster belongs to.

type DBClusterParameterGroup deprecated

type DBClusterParameterGroup struct {
	pulumi.CustomResourceState

	Description pulumi.StringOutput                   `pulumi:"description"`
	Family      pulumi.StringOutput                   `pulumi:"family"`
	Name        pulumi.StringPtrOutput                `pulumi:"name"`
	Parameters  pulumi.AnyOutput                      `pulumi:"parameters"`
	Tags        DBClusterParameterGroupTagArrayOutput `pulumi:"tags"`
}

Resource Type definition for AWS::Neptune::DBClusterParameterGroup

Deprecated: DBClusterParameterGroup is not yet supported by AWS Native, so its creation will currently fail. Please use the classic AWS provider, if possible.

func GetDBClusterParameterGroup

func GetDBClusterParameterGroup(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DBClusterParameterGroupState, opts ...pulumi.ResourceOption) (*DBClusterParameterGroup, error)

GetDBClusterParameterGroup gets an existing DBClusterParameterGroup resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewDBClusterParameterGroup

func NewDBClusterParameterGroup(ctx *pulumi.Context,
	name string, args *DBClusterParameterGroupArgs, opts ...pulumi.ResourceOption) (*DBClusterParameterGroup, error)

NewDBClusterParameterGroup registers a new resource with the given unique name, arguments, and options.

func (*DBClusterParameterGroup) ElementType

func (*DBClusterParameterGroup) ElementType() reflect.Type

func (*DBClusterParameterGroup) ToDBClusterParameterGroupOutput

func (i *DBClusterParameterGroup) ToDBClusterParameterGroupOutput() DBClusterParameterGroupOutput

func (*DBClusterParameterGroup) ToDBClusterParameterGroupOutputWithContext

func (i *DBClusterParameterGroup) ToDBClusterParameterGroupOutputWithContext(ctx context.Context) DBClusterParameterGroupOutput

type DBClusterParameterGroupArgs

type DBClusterParameterGroupArgs struct {
	Description pulumi.StringInput
	Family      pulumi.StringInput
	Name        pulumi.StringPtrInput
	Parameters  pulumi.Input
	Tags        DBClusterParameterGroupTagArrayInput
}

The set of arguments for constructing a DBClusterParameterGroup resource.

func (DBClusterParameterGroupArgs) ElementType

type DBClusterParameterGroupInput

type DBClusterParameterGroupInput interface {
	pulumi.Input

	ToDBClusterParameterGroupOutput() DBClusterParameterGroupOutput
	ToDBClusterParameterGroupOutputWithContext(ctx context.Context) DBClusterParameterGroupOutput
}

type DBClusterParameterGroupOutput

type DBClusterParameterGroupOutput struct{ *pulumi.OutputState }

func (DBClusterParameterGroupOutput) Description added in v0.17.0

func (DBClusterParameterGroupOutput) ElementType

func (DBClusterParameterGroupOutput) Family added in v0.17.0

func (DBClusterParameterGroupOutput) Name added in v0.17.0

func (DBClusterParameterGroupOutput) Parameters added in v0.17.0

func (DBClusterParameterGroupOutput) Tags added in v0.17.0

func (DBClusterParameterGroupOutput) ToDBClusterParameterGroupOutput

func (o DBClusterParameterGroupOutput) ToDBClusterParameterGroupOutput() DBClusterParameterGroupOutput

func (DBClusterParameterGroupOutput) ToDBClusterParameterGroupOutputWithContext

func (o DBClusterParameterGroupOutput) ToDBClusterParameterGroupOutputWithContext(ctx context.Context) DBClusterParameterGroupOutput

type DBClusterParameterGroupState

type DBClusterParameterGroupState struct {
}

func (DBClusterParameterGroupState) ElementType

type DBClusterParameterGroupTag

type DBClusterParameterGroupTag struct {
	Key   string `pulumi:"key"`
	Value string `pulumi:"value"`
}

type DBClusterParameterGroupTagArgs

type DBClusterParameterGroupTagArgs struct {
	Key   pulumi.StringInput `pulumi:"key"`
	Value pulumi.StringInput `pulumi:"value"`
}

func (DBClusterParameterGroupTagArgs) ElementType

func (DBClusterParameterGroupTagArgs) ToDBClusterParameterGroupTagOutput

func (i DBClusterParameterGroupTagArgs) ToDBClusterParameterGroupTagOutput() DBClusterParameterGroupTagOutput

func (DBClusterParameterGroupTagArgs) ToDBClusterParameterGroupTagOutputWithContext

func (i DBClusterParameterGroupTagArgs) ToDBClusterParameterGroupTagOutputWithContext(ctx context.Context) DBClusterParameterGroupTagOutput

type DBClusterParameterGroupTagArray

type DBClusterParameterGroupTagArray []DBClusterParameterGroupTagInput

func (DBClusterParameterGroupTagArray) ElementType

func (DBClusterParameterGroupTagArray) ToDBClusterParameterGroupTagArrayOutput

func (i DBClusterParameterGroupTagArray) ToDBClusterParameterGroupTagArrayOutput() DBClusterParameterGroupTagArrayOutput

func (DBClusterParameterGroupTagArray) ToDBClusterParameterGroupTagArrayOutputWithContext

func (i DBClusterParameterGroupTagArray) ToDBClusterParameterGroupTagArrayOutputWithContext(ctx context.Context) DBClusterParameterGroupTagArrayOutput

type DBClusterParameterGroupTagArrayInput

type DBClusterParameterGroupTagArrayInput interface {
	pulumi.Input

	ToDBClusterParameterGroupTagArrayOutput() DBClusterParameterGroupTagArrayOutput
	ToDBClusterParameterGroupTagArrayOutputWithContext(context.Context) DBClusterParameterGroupTagArrayOutput
}

DBClusterParameterGroupTagArrayInput is an input type that accepts DBClusterParameterGroupTagArray and DBClusterParameterGroupTagArrayOutput values. You can construct a concrete instance of `DBClusterParameterGroupTagArrayInput` via:

DBClusterParameterGroupTagArray{ DBClusterParameterGroupTagArgs{...} }

type DBClusterParameterGroupTagArrayOutput

type DBClusterParameterGroupTagArrayOutput struct{ *pulumi.OutputState }

func (DBClusterParameterGroupTagArrayOutput) ElementType

func (DBClusterParameterGroupTagArrayOutput) Index

func (DBClusterParameterGroupTagArrayOutput) ToDBClusterParameterGroupTagArrayOutput

func (o DBClusterParameterGroupTagArrayOutput) ToDBClusterParameterGroupTagArrayOutput() DBClusterParameterGroupTagArrayOutput

func (DBClusterParameterGroupTagArrayOutput) ToDBClusterParameterGroupTagArrayOutputWithContext

func (o DBClusterParameterGroupTagArrayOutput) ToDBClusterParameterGroupTagArrayOutputWithContext(ctx context.Context) DBClusterParameterGroupTagArrayOutput

type DBClusterParameterGroupTagInput

type DBClusterParameterGroupTagInput interface {
	pulumi.Input

	ToDBClusterParameterGroupTagOutput() DBClusterParameterGroupTagOutput
	ToDBClusterParameterGroupTagOutputWithContext(context.Context) DBClusterParameterGroupTagOutput
}

DBClusterParameterGroupTagInput is an input type that accepts DBClusterParameterGroupTagArgs and DBClusterParameterGroupTagOutput values. You can construct a concrete instance of `DBClusterParameterGroupTagInput` via:

DBClusterParameterGroupTagArgs{...}

type DBClusterParameterGroupTagOutput

type DBClusterParameterGroupTagOutput struct{ *pulumi.OutputState }

func (DBClusterParameterGroupTagOutput) ElementType

func (DBClusterParameterGroupTagOutput) Key

func (DBClusterParameterGroupTagOutput) ToDBClusterParameterGroupTagOutput

func (o DBClusterParameterGroupTagOutput) ToDBClusterParameterGroupTagOutput() DBClusterParameterGroupTagOutput

func (DBClusterParameterGroupTagOutput) ToDBClusterParameterGroupTagOutputWithContext

func (o DBClusterParameterGroupTagOutput) ToDBClusterParameterGroupTagOutputWithContext(ctx context.Context) DBClusterParameterGroupTagOutput

func (DBClusterParameterGroupTagOutput) Value

type DBClusterRole added in v0.2.0

type DBClusterRole struct {
	// The name of the feature associated with the AWS Identity and Access Management (IAM) role. For the list of supported feature names, see DBEngineVersion in the Amazon Neptune API Reference.
	FeatureName *string `pulumi:"featureName"`
	// The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
	RoleArn string `pulumi:"roleArn"`
}

Describes an AWS Identity and Access Management (IAM) role that is associated with a DB cluster.

type DBClusterRoleArgs added in v0.2.0

type DBClusterRoleArgs struct {
	// The name of the feature associated with the AWS Identity and Access Management (IAM) role. For the list of supported feature names, see DBEngineVersion in the Amazon Neptune API Reference.
	FeatureName pulumi.StringPtrInput `pulumi:"featureName"`
	// The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
	RoleArn pulumi.StringInput `pulumi:"roleArn"`
}

Describes an AWS Identity and Access Management (IAM) role that is associated with a DB cluster.

func (DBClusterRoleArgs) ElementType added in v0.2.0

func (DBClusterRoleArgs) ElementType() reflect.Type

func (DBClusterRoleArgs) ToDBClusterRoleOutput added in v0.2.0

func (i DBClusterRoleArgs) ToDBClusterRoleOutput() DBClusterRoleOutput

func (DBClusterRoleArgs) ToDBClusterRoleOutputWithContext added in v0.2.0

func (i DBClusterRoleArgs) ToDBClusterRoleOutputWithContext(ctx context.Context) DBClusterRoleOutput

type DBClusterRoleArray added in v0.2.0

type DBClusterRoleArray []DBClusterRoleInput

func (DBClusterRoleArray) ElementType added in v0.2.0

func (DBClusterRoleArray) ElementType() reflect.Type

func (DBClusterRoleArray) ToDBClusterRoleArrayOutput added in v0.2.0

func (i DBClusterRoleArray) ToDBClusterRoleArrayOutput() DBClusterRoleArrayOutput

func (DBClusterRoleArray) ToDBClusterRoleArrayOutputWithContext added in v0.2.0

func (i DBClusterRoleArray) ToDBClusterRoleArrayOutputWithContext(ctx context.Context) DBClusterRoleArrayOutput

type DBClusterRoleArrayInput added in v0.2.0

type DBClusterRoleArrayInput interface {
	pulumi.Input

	ToDBClusterRoleArrayOutput() DBClusterRoleArrayOutput
	ToDBClusterRoleArrayOutputWithContext(context.Context) DBClusterRoleArrayOutput
}

DBClusterRoleArrayInput is an input type that accepts DBClusterRoleArray and DBClusterRoleArrayOutput values. You can construct a concrete instance of `DBClusterRoleArrayInput` via:

DBClusterRoleArray{ DBClusterRoleArgs{...} }

type DBClusterRoleArrayOutput added in v0.2.0

type DBClusterRoleArrayOutput struct{ *pulumi.OutputState }

func (DBClusterRoleArrayOutput) ElementType added in v0.2.0

func (DBClusterRoleArrayOutput) ElementType() reflect.Type

func (DBClusterRoleArrayOutput) Index added in v0.2.0

func (DBClusterRoleArrayOutput) ToDBClusterRoleArrayOutput added in v0.2.0

func (o DBClusterRoleArrayOutput) ToDBClusterRoleArrayOutput() DBClusterRoleArrayOutput

func (DBClusterRoleArrayOutput) ToDBClusterRoleArrayOutputWithContext added in v0.2.0

func (o DBClusterRoleArrayOutput) ToDBClusterRoleArrayOutputWithContext(ctx context.Context) DBClusterRoleArrayOutput

type DBClusterRoleInput added in v0.2.0

type DBClusterRoleInput interface {
	pulumi.Input

	ToDBClusterRoleOutput() DBClusterRoleOutput
	ToDBClusterRoleOutputWithContext(context.Context) DBClusterRoleOutput
}

DBClusterRoleInput is an input type that accepts DBClusterRoleArgs and DBClusterRoleOutput values. You can construct a concrete instance of `DBClusterRoleInput` via:

DBClusterRoleArgs{...}

type DBClusterRoleOutput added in v0.2.0

type DBClusterRoleOutput struct{ *pulumi.OutputState }

Describes an AWS Identity and Access Management (IAM) role that is associated with a DB cluster.

func (DBClusterRoleOutput) ElementType added in v0.2.0

func (DBClusterRoleOutput) ElementType() reflect.Type

func (DBClusterRoleOutput) FeatureName added in v0.2.0

func (o DBClusterRoleOutput) FeatureName() pulumi.StringPtrOutput

The name of the feature associated with the AWS Identity and Access Management (IAM) role. For the list of supported feature names, see DBEngineVersion in the Amazon Neptune API Reference.

func (DBClusterRoleOutput) RoleArn added in v0.2.0

The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.

func (DBClusterRoleOutput) ToDBClusterRoleOutput added in v0.2.0

func (o DBClusterRoleOutput) ToDBClusterRoleOutput() DBClusterRoleOutput

func (DBClusterRoleOutput) ToDBClusterRoleOutputWithContext added in v0.2.0

func (o DBClusterRoleOutput) ToDBClusterRoleOutputWithContext(ctx context.Context) DBClusterRoleOutput

type DBClusterServerlessScalingConfiguration added in v0.62.0

type DBClusterServerlessScalingConfiguration struct {
	// The maximum number of Neptune capacity units (NCUs) for a DB instance in an Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 40, 40.5, 41, and so on. The smallest value you can use is 2.5, whereas the largest is 128.
	MaxCapacity float64 `pulumi:"maxCapacity"`
	// The minimum number of Neptune capacity units (NCUs) for a DB instance in an Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value you can use is 1, whereas the largest is 128.
	MinCapacity float64 `pulumi:"minCapacity"`
}

Contains the scaling configuration of an Neptune Serverless DB cluster.

type DBClusterServerlessScalingConfigurationArgs added in v0.62.0

type DBClusterServerlessScalingConfigurationArgs struct {
	// The maximum number of Neptune capacity units (NCUs) for a DB instance in an Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 40, 40.5, 41, and so on. The smallest value you can use is 2.5, whereas the largest is 128.
	MaxCapacity pulumi.Float64Input `pulumi:"maxCapacity"`
	// The minimum number of Neptune capacity units (NCUs) for a DB instance in an Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value you can use is 1, whereas the largest is 128.
	MinCapacity pulumi.Float64Input `pulumi:"minCapacity"`
}

Contains the scaling configuration of an Neptune Serverless DB cluster.

func (DBClusterServerlessScalingConfigurationArgs) ElementType added in v0.62.0

func (DBClusterServerlessScalingConfigurationArgs) ToDBClusterServerlessScalingConfigurationOutput added in v0.62.0

func (i DBClusterServerlessScalingConfigurationArgs) ToDBClusterServerlessScalingConfigurationOutput() DBClusterServerlessScalingConfigurationOutput

func (DBClusterServerlessScalingConfigurationArgs) ToDBClusterServerlessScalingConfigurationOutputWithContext added in v0.62.0

func (i DBClusterServerlessScalingConfigurationArgs) ToDBClusterServerlessScalingConfigurationOutputWithContext(ctx context.Context) DBClusterServerlessScalingConfigurationOutput

func (DBClusterServerlessScalingConfigurationArgs) ToDBClusterServerlessScalingConfigurationPtrOutput added in v0.62.0

func (i DBClusterServerlessScalingConfigurationArgs) ToDBClusterServerlessScalingConfigurationPtrOutput() DBClusterServerlessScalingConfigurationPtrOutput

func (DBClusterServerlessScalingConfigurationArgs) ToDBClusterServerlessScalingConfigurationPtrOutputWithContext added in v0.62.0

func (i DBClusterServerlessScalingConfigurationArgs) ToDBClusterServerlessScalingConfigurationPtrOutputWithContext(ctx context.Context) DBClusterServerlessScalingConfigurationPtrOutput

type DBClusterServerlessScalingConfigurationInput added in v0.62.0

type DBClusterServerlessScalingConfigurationInput interface {
	pulumi.Input

	ToDBClusterServerlessScalingConfigurationOutput() DBClusterServerlessScalingConfigurationOutput
	ToDBClusterServerlessScalingConfigurationOutputWithContext(context.Context) DBClusterServerlessScalingConfigurationOutput
}

DBClusterServerlessScalingConfigurationInput is an input type that accepts DBClusterServerlessScalingConfigurationArgs and DBClusterServerlessScalingConfigurationOutput values. You can construct a concrete instance of `DBClusterServerlessScalingConfigurationInput` via:

DBClusterServerlessScalingConfigurationArgs{...}

type DBClusterServerlessScalingConfigurationOutput added in v0.62.0

type DBClusterServerlessScalingConfigurationOutput struct{ *pulumi.OutputState }

Contains the scaling configuration of an Neptune Serverless DB cluster.

func (DBClusterServerlessScalingConfigurationOutput) ElementType added in v0.62.0

func (DBClusterServerlessScalingConfigurationOutput) MaxCapacity added in v0.62.0

The maximum number of Neptune capacity units (NCUs) for a DB instance in an Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 40, 40.5, 41, and so on. The smallest value you can use is 2.5, whereas the largest is 128.

func (DBClusterServerlessScalingConfigurationOutput) MinCapacity added in v0.62.0

The minimum number of Neptune capacity units (NCUs) for a DB instance in an Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value you can use is 1, whereas the largest is 128.

func (DBClusterServerlessScalingConfigurationOutput) ToDBClusterServerlessScalingConfigurationOutput added in v0.62.0

func (o DBClusterServerlessScalingConfigurationOutput) ToDBClusterServerlessScalingConfigurationOutput() DBClusterServerlessScalingConfigurationOutput

func (DBClusterServerlessScalingConfigurationOutput) ToDBClusterServerlessScalingConfigurationOutputWithContext added in v0.62.0

func (o DBClusterServerlessScalingConfigurationOutput) ToDBClusterServerlessScalingConfigurationOutputWithContext(ctx context.Context) DBClusterServerlessScalingConfigurationOutput

func (DBClusterServerlessScalingConfigurationOutput) ToDBClusterServerlessScalingConfigurationPtrOutput added in v0.62.0

func (o DBClusterServerlessScalingConfigurationOutput) ToDBClusterServerlessScalingConfigurationPtrOutput() DBClusterServerlessScalingConfigurationPtrOutput

func (DBClusterServerlessScalingConfigurationOutput) ToDBClusterServerlessScalingConfigurationPtrOutputWithContext added in v0.62.0

func (o DBClusterServerlessScalingConfigurationOutput) ToDBClusterServerlessScalingConfigurationPtrOutputWithContext(ctx context.Context) DBClusterServerlessScalingConfigurationPtrOutput

type DBClusterServerlessScalingConfigurationPtrInput added in v0.62.0

type DBClusterServerlessScalingConfigurationPtrInput interface {
	pulumi.Input

	ToDBClusterServerlessScalingConfigurationPtrOutput() DBClusterServerlessScalingConfigurationPtrOutput
	ToDBClusterServerlessScalingConfigurationPtrOutputWithContext(context.Context) DBClusterServerlessScalingConfigurationPtrOutput
}

DBClusterServerlessScalingConfigurationPtrInput is an input type that accepts DBClusterServerlessScalingConfigurationArgs, DBClusterServerlessScalingConfigurationPtr and DBClusterServerlessScalingConfigurationPtrOutput values. You can construct a concrete instance of `DBClusterServerlessScalingConfigurationPtrInput` via:

        DBClusterServerlessScalingConfigurationArgs{...}

or:

        nil

type DBClusterServerlessScalingConfigurationPtrOutput added in v0.62.0

type DBClusterServerlessScalingConfigurationPtrOutput struct{ *pulumi.OutputState }

func (DBClusterServerlessScalingConfigurationPtrOutput) Elem added in v0.62.0

func (DBClusterServerlessScalingConfigurationPtrOutput) ElementType added in v0.62.0

func (DBClusterServerlessScalingConfigurationPtrOutput) MaxCapacity added in v0.62.0

The maximum number of Neptune capacity units (NCUs) for a DB instance in an Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 40, 40.5, 41, and so on. The smallest value you can use is 2.5, whereas the largest is 128.

func (DBClusterServerlessScalingConfigurationPtrOutput) MinCapacity added in v0.62.0

The minimum number of Neptune capacity units (NCUs) for a DB instance in an Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value you can use is 1, whereas the largest is 128.

func (DBClusterServerlessScalingConfigurationPtrOutput) ToDBClusterServerlessScalingConfigurationPtrOutput added in v0.62.0

func (o DBClusterServerlessScalingConfigurationPtrOutput) ToDBClusterServerlessScalingConfigurationPtrOutput() DBClusterServerlessScalingConfigurationPtrOutput

func (DBClusterServerlessScalingConfigurationPtrOutput) ToDBClusterServerlessScalingConfigurationPtrOutputWithContext added in v0.62.0

func (o DBClusterServerlessScalingConfigurationPtrOutput) ToDBClusterServerlessScalingConfigurationPtrOutputWithContext(ctx context.Context) DBClusterServerlessScalingConfigurationPtrOutput

type DBClusterState

type DBClusterState struct {
}

func (DBClusterState) ElementType

func (DBClusterState) ElementType() reflect.Type

type DBClusterTag

type DBClusterTag struct {
	// The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
	Key string `pulumi:"key"`
	// The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
	Value *string `pulumi:"value"`
}

A key-value pair to associate with a resource.

type DBClusterTagArgs

type DBClusterTagArgs struct {
	// The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
	Key pulumi.StringInput `pulumi:"key"`
	// The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
	Value pulumi.StringPtrInput `pulumi:"value"`
}

A key-value pair to associate with a resource.

func (DBClusterTagArgs) ElementType

func (DBClusterTagArgs) ElementType() reflect.Type

func (DBClusterTagArgs) ToDBClusterTagOutput

func (i DBClusterTagArgs) ToDBClusterTagOutput() DBClusterTagOutput

func (DBClusterTagArgs) ToDBClusterTagOutputWithContext

func (i DBClusterTagArgs) ToDBClusterTagOutputWithContext(ctx context.Context) DBClusterTagOutput

type DBClusterTagArray

type DBClusterTagArray []DBClusterTagInput

func (DBClusterTagArray) ElementType

func (DBClusterTagArray) ElementType() reflect.Type

func (DBClusterTagArray) ToDBClusterTagArrayOutput

func (i DBClusterTagArray) ToDBClusterTagArrayOutput() DBClusterTagArrayOutput

func (DBClusterTagArray) ToDBClusterTagArrayOutputWithContext

func (i DBClusterTagArray) ToDBClusterTagArrayOutputWithContext(ctx context.Context) DBClusterTagArrayOutput

type DBClusterTagArrayInput

type DBClusterTagArrayInput interface {
	pulumi.Input

	ToDBClusterTagArrayOutput() DBClusterTagArrayOutput
	ToDBClusterTagArrayOutputWithContext(context.Context) DBClusterTagArrayOutput
}

DBClusterTagArrayInput is an input type that accepts DBClusterTagArray and DBClusterTagArrayOutput values. You can construct a concrete instance of `DBClusterTagArrayInput` via:

DBClusterTagArray{ DBClusterTagArgs{...} }

type DBClusterTagArrayOutput

type DBClusterTagArrayOutput struct{ *pulumi.OutputState }

func (DBClusterTagArrayOutput) ElementType

func (DBClusterTagArrayOutput) ElementType() reflect.Type

func (DBClusterTagArrayOutput) Index

func (DBClusterTagArrayOutput) ToDBClusterTagArrayOutput

func (o DBClusterTagArrayOutput) ToDBClusterTagArrayOutput() DBClusterTagArrayOutput

func (DBClusterTagArrayOutput) ToDBClusterTagArrayOutputWithContext

func (o DBClusterTagArrayOutput) ToDBClusterTagArrayOutputWithContext(ctx context.Context) DBClusterTagArrayOutput

type DBClusterTagInput

type DBClusterTagInput interface {
	pulumi.Input

	ToDBClusterTagOutput() DBClusterTagOutput
	ToDBClusterTagOutputWithContext(context.Context) DBClusterTagOutput
}

DBClusterTagInput is an input type that accepts DBClusterTagArgs and DBClusterTagOutput values. You can construct a concrete instance of `DBClusterTagInput` via:

DBClusterTagArgs{...}

type DBClusterTagOutput

type DBClusterTagOutput struct{ *pulumi.OutputState }

A key-value pair to associate with a resource.

func (DBClusterTagOutput) ElementType

func (DBClusterTagOutput) ElementType() reflect.Type

func (DBClusterTagOutput) Key

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

func (DBClusterTagOutput) ToDBClusterTagOutput

func (o DBClusterTagOutput) ToDBClusterTagOutput() DBClusterTagOutput

func (DBClusterTagOutput) ToDBClusterTagOutputWithContext

func (o DBClusterTagOutput) ToDBClusterTagOutputWithContext(ctx context.Context) DBClusterTagOutput

func (DBClusterTagOutput) Value

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

type DBInstance deprecated

type DBInstance struct {
	pulumi.CustomResourceState

	AllowMajorVersionUpgrade   pulumi.BoolPtrOutput     `pulumi:"allowMajorVersionUpgrade"`
	AutoMinorVersionUpgrade    pulumi.BoolPtrOutput     `pulumi:"autoMinorVersionUpgrade"`
	AvailabilityZone           pulumi.StringPtrOutput   `pulumi:"availabilityZone"`
	DBClusterIdentifier        pulumi.StringPtrOutput   `pulumi:"dBClusterIdentifier"`
	DBInstanceClass            pulumi.StringOutput      `pulumi:"dBInstanceClass"`
	DBInstanceIdentifier       pulumi.StringPtrOutput   `pulumi:"dBInstanceIdentifier"`
	DBParameterGroupName       pulumi.StringPtrOutput   `pulumi:"dBParameterGroupName"`
	DBSnapshotIdentifier       pulumi.StringPtrOutput   `pulumi:"dBSnapshotIdentifier"`
	DBSubnetGroupName          pulumi.StringPtrOutput   `pulumi:"dBSubnetGroupName"`
	Endpoint                   pulumi.StringOutput      `pulumi:"endpoint"`
	Port                       pulumi.StringOutput      `pulumi:"port"`
	PreferredMaintenanceWindow pulumi.StringPtrOutput   `pulumi:"preferredMaintenanceWindow"`
	Tags                       DBInstanceTagArrayOutput `pulumi:"tags"`
}

Resource Type definition for AWS::Neptune::DBInstance

Deprecated: DBInstance is not yet supported by AWS Native, so its creation will currently fail. Please use the classic AWS provider, if possible.

func GetDBInstance

func GetDBInstance(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DBInstanceState, opts ...pulumi.ResourceOption) (*DBInstance, error)

GetDBInstance gets an existing DBInstance resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewDBInstance

func NewDBInstance(ctx *pulumi.Context,
	name string, args *DBInstanceArgs, opts ...pulumi.ResourceOption) (*DBInstance, error)

NewDBInstance registers a new resource with the given unique name, arguments, and options.

func (*DBInstance) ElementType

func (*DBInstance) ElementType() reflect.Type

func (*DBInstance) ToDBInstanceOutput

func (i *DBInstance) ToDBInstanceOutput() DBInstanceOutput

func (*DBInstance) ToDBInstanceOutputWithContext

func (i *DBInstance) ToDBInstanceOutputWithContext(ctx context.Context) DBInstanceOutput

type DBInstanceArgs

type DBInstanceArgs struct {
	AllowMajorVersionUpgrade   pulumi.BoolPtrInput
	AutoMinorVersionUpgrade    pulumi.BoolPtrInput
	AvailabilityZone           pulumi.StringPtrInput
	DBClusterIdentifier        pulumi.StringPtrInput
	DBInstanceClass            pulumi.StringInput
	DBInstanceIdentifier       pulumi.StringPtrInput
	DBParameterGroupName       pulumi.StringPtrInput
	DBSnapshotIdentifier       pulumi.StringPtrInput
	DBSubnetGroupName          pulumi.StringPtrInput
	PreferredMaintenanceWindow pulumi.StringPtrInput
	Tags                       DBInstanceTagArrayInput
}

The set of arguments for constructing a DBInstance resource.

func (DBInstanceArgs) ElementType

func (DBInstanceArgs) ElementType() reflect.Type

type DBInstanceInput

type DBInstanceInput interface {
	pulumi.Input

	ToDBInstanceOutput() DBInstanceOutput
	ToDBInstanceOutputWithContext(ctx context.Context) DBInstanceOutput
}

type DBInstanceOutput

type DBInstanceOutput struct{ *pulumi.OutputState }

func (DBInstanceOutput) AllowMajorVersionUpgrade added in v0.17.0

func (o DBInstanceOutput) AllowMajorVersionUpgrade() pulumi.BoolPtrOutput

func (DBInstanceOutput) AutoMinorVersionUpgrade added in v0.17.0

func (o DBInstanceOutput) AutoMinorVersionUpgrade() pulumi.BoolPtrOutput

func (DBInstanceOutput) AvailabilityZone added in v0.17.0

func (o DBInstanceOutput) AvailabilityZone() pulumi.StringPtrOutput

func (DBInstanceOutput) DBClusterIdentifier added in v0.17.0

func (o DBInstanceOutput) DBClusterIdentifier() pulumi.StringPtrOutput

func (DBInstanceOutput) DBInstanceClass added in v0.17.0

func (o DBInstanceOutput) DBInstanceClass() pulumi.StringOutput

func (DBInstanceOutput) DBInstanceIdentifier added in v0.17.0

func (o DBInstanceOutput) DBInstanceIdentifier() pulumi.StringPtrOutput

func (DBInstanceOutput) DBParameterGroupName added in v0.17.0

func (o DBInstanceOutput) DBParameterGroupName() pulumi.StringPtrOutput

func (DBInstanceOutput) DBSnapshotIdentifier added in v0.17.0

func (o DBInstanceOutput) DBSnapshotIdentifier() pulumi.StringPtrOutput

func (DBInstanceOutput) DBSubnetGroupName added in v0.17.0

func (o DBInstanceOutput) DBSubnetGroupName() pulumi.StringPtrOutput

func (DBInstanceOutput) ElementType

func (DBInstanceOutput) ElementType() reflect.Type

func (DBInstanceOutput) Endpoint added in v0.17.0

func (o DBInstanceOutput) Endpoint() pulumi.StringOutput

func (DBInstanceOutput) Port added in v0.17.0

func (DBInstanceOutput) PreferredMaintenanceWindow added in v0.17.0

func (o DBInstanceOutput) PreferredMaintenanceWindow() pulumi.StringPtrOutput

func (DBInstanceOutput) Tags added in v0.17.0

func (DBInstanceOutput) ToDBInstanceOutput

func (o DBInstanceOutput) ToDBInstanceOutput() DBInstanceOutput

func (DBInstanceOutput) ToDBInstanceOutputWithContext

func (o DBInstanceOutput) ToDBInstanceOutputWithContext(ctx context.Context) DBInstanceOutput

type DBInstanceState

type DBInstanceState struct {
}

func (DBInstanceState) ElementType

func (DBInstanceState) ElementType() reflect.Type

type DBInstanceTag

type DBInstanceTag struct {
	Key   string `pulumi:"key"`
	Value string `pulumi:"value"`
}

type DBInstanceTagArgs

type DBInstanceTagArgs struct {
	Key   pulumi.StringInput `pulumi:"key"`
	Value pulumi.StringInput `pulumi:"value"`
}

func (DBInstanceTagArgs) ElementType

func (DBInstanceTagArgs) ElementType() reflect.Type

func (DBInstanceTagArgs) ToDBInstanceTagOutput

func (i DBInstanceTagArgs) ToDBInstanceTagOutput() DBInstanceTagOutput

func (DBInstanceTagArgs) ToDBInstanceTagOutputWithContext

func (i DBInstanceTagArgs) ToDBInstanceTagOutputWithContext(ctx context.Context) DBInstanceTagOutput

type DBInstanceTagArray

type DBInstanceTagArray []DBInstanceTagInput

func (DBInstanceTagArray) ElementType

func (DBInstanceTagArray) ElementType() reflect.Type

func (DBInstanceTagArray) ToDBInstanceTagArrayOutput

func (i DBInstanceTagArray) ToDBInstanceTagArrayOutput() DBInstanceTagArrayOutput

func (DBInstanceTagArray) ToDBInstanceTagArrayOutputWithContext

func (i DBInstanceTagArray) ToDBInstanceTagArrayOutputWithContext(ctx context.Context) DBInstanceTagArrayOutput

type DBInstanceTagArrayInput

type DBInstanceTagArrayInput interface {
	pulumi.Input

	ToDBInstanceTagArrayOutput() DBInstanceTagArrayOutput
	ToDBInstanceTagArrayOutputWithContext(context.Context) DBInstanceTagArrayOutput
}

DBInstanceTagArrayInput is an input type that accepts DBInstanceTagArray and DBInstanceTagArrayOutput values. You can construct a concrete instance of `DBInstanceTagArrayInput` via:

DBInstanceTagArray{ DBInstanceTagArgs{...} }

type DBInstanceTagArrayOutput

type DBInstanceTagArrayOutput struct{ *pulumi.OutputState }

func (DBInstanceTagArrayOutput) ElementType

func (DBInstanceTagArrayOutput) ElementType() reflect.Type

func (DBInstanceTagArrayOutput) Index

func (DBInstanceTagArrayOutput) ToDBInstanceTagArrayOutput

func (o DBInstanceTagArrayOutput) ToDBInstanceTagArrayOutput() DBInstanceTagArrayOutput

func (DBInstanceTagArrayOutput) ToDBInstanceTagArrayOutputWithContext

func (o DBInstanceTagArrayOutput) ToDBInstanceTagArrayOutputWithContext(ctx context.Context) DBInstanceTagArrayOutput

type DBInstanceTagInput

type DBInstanceTagInput interface {
	pulumi.Input

	ToDBInstanceTagOutput() DBInstanceTagOutput
	ToDBInstanceTagOutputWithContext(context.Context) DBInstanceTagOutput
}

DBInstanceTagInput is an input type that accepts DBInstanceTagArgs and DBInstanceTagOutput values. You can construct a concrete instance of `DBInstanceTagInput` via:

DBInstanceTagArgs{...}

type DBInstanceTagOutput

type DBInstanceTagOutput struct{ *pulumi.OutputState }

func (DBInstanceTagOutput) ElementType

func (DBInstanceTagOutput) ElementType() reflect.Type

func (DBInstanceTagOutput) Key

func (DBInstanceTagOutput) ToDBInstanceTagOutput

func (o DBInstanceTagOutput) ToDBInstanceTagOutput() DBInstanceTagOutput

func (DBInstanceTagOutput) ToDBInstanceTagOutputWithContext

func (o DBInstanceTagOutput) ToDBInstanceTagOutputWithContext(ctx context.Context) DBInstanceTagOutput

func (DBInstanceTagOutput) Value

type DBParameterGroup deprecated

type DBParameterGroup struct {
	pulumi.CustomResourceState

	Description pulumi.StringOutput            `pulumi:"description"`
	Family      pulumi.StringOutput            `pulumi:"family"`
	Name        pulumi.StringPtrOutput         `pulumi:"name"`
	Parameters  pulumi.AnyOutput               `pulumi:"parameters"`
	Tags        DBParameterGroupTagArrayOutput `pulumi:"tags"`
}

Resource Type definition for AWS::Neptune::DBParameterGroup

Deprecated: DBParameterGroup is not yet supported by AWS Native, so its creation will currently fail. Please use the classic AWS provider, if possible.

func GetDBParameterGroup

func GetDBParameterGroup(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DBParameterGroupState, opts ...pulumi.ResourceOption) (*DBParameterGroup, error)

GetDBParameterGroup gets an existing DBParameterGroup resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewDBParameterGroup

func NewDBParameterGroup(ctx *pulumi.Context,
	name string, args *DBParameterGroupArgs, opts ...pulumi.ResourceOption) (*DBParameterGroup, error)

NewDBParameterGroup registers a new resource with the given unique name, arguments, and options.

func (*DBParameterGroup) ElementType

func (*DBParameterGroup) ElementType() reflect.Type

func (*DBParameterGroup) ToDBParameterGroupOutput

func (i *DBParameterGroup) ToDBParameterGroupOutput() DBParameterGroupOutput

func (*DBParameterGroup) ToDBParameterGroupOutputWithContext

func (i *DBParameterGroup) ToDBParameterGroupOutputWithContext(ctx context.Context) DBParameterGroupOutput

type DBParameterGroupArgs

type DBParameterGroupArgs struct {
	Description pulumi.StringInput
	Family      pulumi.StringInput
	Name        pulumi.StringPtrInput
	Parameters  pulumi.Input
	Tags        DBParameterGroupTagArrayInput
}

The set of arguments for constructing a DBParameterGroup resource.

func (DBParameterGroupArgs) ElementType

func (DBParameterGroupArgs) ElementType() reflect.Type

type DBParameterGroupInput

type DBParameterGroupInput interface {
	pulumi.Input

	ToDBParameterGroupOutput() DBParameterGroupOutput
	ToDBParameterGroupOutputWithContext(ctx context.Context) DBParameterGroupOutput
}

type DBParameterGroupOutput

type DBParameterGroupOutput struct{ *pulumi.OutputState }

func (DBParameterGroupOutput) Description added in v0.17.0

func (o DBParameterGroupOutput) Description() pulumi.StringOutput

func (DBParameterGroupOutput) ElementType

func (DBParameterGroupOutput) ElementType() reflect.Type

func (DBParameterGroupOutput) Family added in v0.17.0

func (DBParameterGroupOutput) Name added in v0.17.0

func (DBParameterGroupOutput) Parameters added in v0.17.0

func (o DBParameterGroupOutput) Parameters() pulumi.AnyOutput

func (DBParameterGroupOutput) Tags added in v0.17.0

func (DBParameterGroupOutput) ToDBParameterGroupOutput

func (o DBParameterGroupOutput) ToDBParameterGroupOutput() DBParameterGroupOutput

func (DBParameterGroupOutput) ToDBParameterGroupOutputWithContext

func (o DBParameterGroupOutput) ToDBParameterGroupOutputWithContext(ctx context.Context) DBParameterGroupOutput

type DBParameterGroupState

type DBParameterGroupState struct {
}

func (DBParameterGroupState) ElementType

func (DBParameterGroupState) ElementType() reflect.Type

type DBParameterGroupTag

type DBParameterGroupTag struct {
	Key   string `pulumi:"key"`
	Value string `pulumi:"value"`
}

type DBParameterGroupTagArgs

type DBParameterGroupTagArgs struct {
	Key   pulumi.StringInput `pulumi:"key"`
	Value pulumi.StringInput `pulumi:"value"`
}

func (DBParameterGroupTagArgs) ElementType

func (DBParameterGroupTagArgs) ElementType() reflect.Type

func (DBParameterGroupTagArgs) ToDBParameterGroupTagOutput

func (i DBParameterGroupTagArgs) ToDBParameterGroupTagOutput() DBParameterGroupTagOutput

func (DBParameterGroupTagArgs) ToDBParameterGroupTagOutputWithContext

func (i DBParameterGroupTagArgs) ToDBParameterGroupTagOutputWithContext(ctx context.Context) DBParameterGroupTagOutput

type DBParameterGroupTagArray

type DBParameterGroupTagArray []DBParameterGroupTagInput

func (DBParameterGroupTagArray) ElementType

func (DBParameterGroupTagArray) ElementType() reflect.Type

func (DBParameterGroupTagArray) ToDBParameterGroupTagArrayOutput

func (i DBParameterGroupTagArray) ToDBParameterGroupTagArrayOutput() DBParameterGroupTagArrayOutput

func (DBParameterGroupTagArray) ToDBParameterGroupTagArrayOutputWithContext

func (i DBParameterGroupTagArray) ToDBParameterGroupTagArrayOutputWithContext(ctx context.Context) DBParameterGroupTagArrayOutput

type DBParameterGroupTagArrayInput

type DBParameterGroupTagArrayInput interface {
	pulumi.Input

	ToDBParameterGroupTagArrayOutput() DBParameterGroupTagArrayOutput
	ToDBParameterGroupTagArrayOutputWithContext(context.Context) DBParameterGroupTagArrayOutput
}

DBParameterGroupTagArrayInput is an input type that accepts DBParameterGroupTagArray and DBParameterGroupTagArrayOutput values. You can construct a concrete instance of `DBParameterGroupTagArrayInput` via:

DBParameterGroupTagArray{ DBParameterGroupTagArgs{...} }

type DBParameterGroupTagArrayOutput

type DBParameterGroupTagArrayOutput struct{ *pulumi.OutputState }

func (DBParameterGroupTagArrayOutput) ElementType

func (DBParameterGroupTagArrayOutput) Index

func (DBParameterGroupTagArrayOutput) ToDBParameterGroupTagArrayOutput

func (o DBParameterGroupTagArrayOutput) ToDBParameterGroupTagArrayOutput() DBParameterGroupTagArrayOutput

func (DBParameterGroupTagArrayOutput) ToDBParameterGroupTagArrayOutputWithContext

func (o DBParameterGroupTagArrayOutput) ToDBParameterGroupTagArrayOutputWithContext(ctx context.Context) DBParameterGroupTagArrayOutput

type DBParameterGroupTagInput

type DBParameterGroupTagInput interface {
	pulumi.Input

	ToDBParameterGroupTagOutput() DBParameterGroupTagOutput
	ToDBParameterGroupTagOutputWithContext(context.Context) DBParameterGroupTagOutput
}

DBParameterGroupTagInput is an input type that accepts DBParameterGroupTagArgs and DBParameterGroupTagOutput values. You can construct a concrete instance of `DBParameterGroupTagInput` via:

DBParameterGroupTagArgs{...}

type DBParameterGroupTagOutput

type DBParameterGroupTagOutput struct{ *pulumi.OutputState }

func (DBParameterGroupTagOutput) ElementType

func (DBParameterGroupTagOutput) ElementType() reflect.Type

func (DBParameterGroupTagOutput) Key

func (DBParameterGroupTagOutput) ToDBParameterGroupTagOutput

func (o DBParameterGroupTagOutput) ToDBParameterGroupTagOutput() DBParameterGroupTagOutput

func (DBParameterGroupTagOutput) ToDBParameterGroupTagOutputWithContext

func (o DBParameterGroupTagOutput) ToDBParameterGroupTagOutputWithContext(ctx context.Context) DBParameterGroupTagOutput

func (DBParameterGroupTagOutput) Value

type DBSubnetGroup deprecated

type DBSubnetGroup struct {
	pulumi.CustomResourceState

	DBSubnetGroupDescription pulumi.StringOutput         `pulumi:"dBSubnetGroupDescription"`
	DBSubnetGroupName        pulumi.StringPtrOutput      `pulumi:"dBSubnetGroupName"`
	SubnetIds                pulumi.StringArrayOutput    `pulumi:"subnetIds"`
	Tags                     DBSubnetGroupTagArrayOutput `pulumi:"tags"`
}

Resource Type definition for AWS::Neptune::DBSubnetGroup

Deprecated: DBSubnetGroup is not yet supported by AWS Native, so its creation will currently fail. Please use the classic AWS provider, if possible.

func GetDBSubnetGroup

func GetDBSubnetGroup(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DBSubnetGroupState, opts ...pulumi.ResourceOption) (*DBSubnetGroup, error)

GetDBSubnetGroup gets an existing DBSubnetGroup resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewDBSubnetGroup

func NewDBSubnetGroup(ctx *pulumi.Context,
	name string, args *DBSubnetGroupArgs, opts ...pulumi.ResourceOption) (*DBSubnetGroup, error)

NewDBSubnetGroup registers a new resource with the given unique name, arguments, and options.

func (*DBSubnetGroup) ElementType

func (*DBSubnetGroup) ElementType() reflect.Type

func (*DBSubnetGroup) ToDBSubnetGroupOutput

func (i *DBSubnetGroup) ToDBSubnetGroupOutput() DBSubnetGroupOutput

func (*DBSubnetGroup) ToDBSubnetGroupOutputWithContext

func (i *DBSubnetGroup) ToDBSubnetGroupOutputWithContext(ctx context.Context) DBSubnetGroupOutput

type DBSubnetGroupArgs

type DBSubnetGroupArgs struct {
	DBSubnetGroupDescription pulumi.StringInput
	DBSubnetGroupName        pulumi.StringPtrInput
	SubnetIds                pulumi.StringArrayInput
	Tags                     DBSubnetGroupTagArrayInput
}

The set of arguments for constructing a DBSubnetGroup resource.

func (DBSubnetGroupArgs) ElementType

func (DBSubnetGroupArgs) ElementType() reflect.Type

type DBSubnetGroupInput

type DBSubnetGroupInput interface {
	pulumi.Input

	ToDBSubnetGroupOutput() DBSubnetGroupOutput
	ToDBSubnetGroupOutputWithContext(ctx context.Context) DBSubnetGroupOutput
}

type DBSubnetGroupOutput

type DBSubnetGroupOutput struct{ *pulumi.OutputState }

func (DBSubnetGroupOutput) DBSubnetGroupDescription added in v0.17.0

func (o DBSubnetGroupOutput) DBSubnetGroupDescription() pulumi.StringOutput

func (DBSubnetGroupOutput) DBSubnetGroupName added in v0.17.0

func (o DBSubnetGroupOutput) DBSubnetGroupName() pulumi.StringPtrOutput

func (DBSubnetGroupOutput) ElementType

func (DBSubnetGroupOutput) ElementType() reflect.Type

func (DBSubnetGroupOutput) SubnetIds added in v0.17.0

func (DBSubnetGroupOutput) Tags added in v0.17.0

func (DBSubnetGroupOutput) ToDBSubnetGroupOutput

func (o DBSubnetGroupOutput) ToDBSubnetGroupOutput() DBSubnetGroupOutput

func (DBSubnetGroupOutput) ToDBSubnetGroupOutputWithContext

func (o DBSubnetGroupOutput) ToDBSubnetGroupOutputWithContext(ctx context.Context) DBSubnetGroupOutput

type DBSubnetGroupState

type DBSubnetGroupState struct {
}

func (DBSubnetGroupState) ElementType

func (DBSubnetGroupState) ElementType() reflect.Type

type DBSubnetGroupTag

type DBSubnetGroupTag struct {
	Key   string `pulumi:"key"`
	Value string `pulumi:"value"`
}

type DBSubnetGroupTagArgs

type DBSubnetGroupTagArgs struct {
	Key   pulumi.StringInput `pulumi:"key"`
	Value pulumi.StringInput `pulumi:"value"`
}

func (DBSubnetGroupTagArgs) ElementType

func (DBSubnetGroupTagArgs) ElementType() reflect.Type

func (DBSubnetGroupTagArgs) ToDBSubnetGroupTagOutput

func (i DBSubnetGroupTagArgs) ToDBSubnetGroupTagOutput() DBSubnetGroupTagOutput

func (DBSubnetGroupTagArgs) ToDBSubnetGroupTagOutputWithContext

func (i DBSubnetGroupTagArgs) ToDBSubnetGroupTagOutputWithContext(ctx context.Context) DBSubnetGroupTagOutput

type DBSubnetGroupTagArray

type DBSubnetGroupTagArray []DBSubnetGroupTagInput

func (DBSubnetGroupTagArray) ElementType

func (DBSubnetGroupTagArray) ElementType() reflect.Type

func (DBSubnetGroupTagArray) ToDBSubnetGroupTagArrayOutput

func (i DBSubnetGroupTagArray) ToDBSubnetGroupTagArrayOutput() DBSubnetGroupTagArrayOutput

func (DBSubnetGroupTagArray) ToDBSubnetGroupTagArrayOutputWithContext

func (i DBSubnetGroupTagArray) ToDBSubnetGroupTagArrayOutputWithContext(ctx context.Context) DBSubnetGroupTagArrayOutput

type DBSubnetGroupTagArrayInput

type DBSubnetGroupTagArrayInput interface {
	pulumi.Input

	ToDBSubnetGroupTagArrayOutput() DBSubnetGroupTagArrayOutput
	ToDBSubnetGroupTagArrayOutputWithContext(context.Context) DBSubnetGroupTagArrayOutput
}

DBSubnetGroupTagArrayInput is an input type that accepts DBSubnetGroupTagArray and DBSubnetGroupTagArrayOutput values. You can construct a concrete instance of `DBSubnetGroupTagArrayInput` via:

DBSubnetGroupTagArray{ DBSubnetGroupTagArgs{...} }

type DBSubnetGroupTagArrayOutput

type DBSubnetGroupTagArrayOutput struct{ *pulumi.OutputState }

func (DBSubnetGroupTagArrayOutput) ElementType

func (DBSubnetGroupTagArrayOutput) Index

func (DBSubnetGroupTagArrayOutput) ToDBSubnetGroupTagArrayOutput

func (o DBSubnetGroupTagArrayOutput) ToDBSubnetGroupTagArrayOutput() DBSubnetGroupTagArrayOutput

func (DBSubnetGroupTagArrayOutput) ToDBSubnetGroupTagArrayOutputWithContext

func (o DBSubnetGroupTagArrayOutput) ToDBSubnetGroupTagArrayOutputWithContext(ctx context.Context) DBSubnetGroupTagArrayOutput

type DBSubnetGroupTagInput

type DBSubnetGroupTagInput interface {
	pulumi.Input

	ToDBSubnetGroupTagOutput() DBSubnetGroupTagOutput
	ToDBSubnetGroupTagOutputWithContext(context.Context) DBSubnetGroupTagOutput
}

DBSubnetGroupTagInput is an input type that accepts DBSubnetGroupTagArgs and DBSubnetGroupTagOutput values. You can construct a concrete instance of `DBSubnetGroupTagInput` via:

DBSubnetGroupTagArgs{...}

type DBSubnetGroupTagOutput

type DBSubnetGroupTagOutput struct{ *pulumi.OutputState }

func (DBSubnetGroupTagOutput) ElementType

func (DBSubnetGroupTagOutput) ElementType() reflect.Type

func (DBSubnetGroupTagOutput) Key

func (DBSubnetGroupTagOutput) ToDBSubnetGroupTagOutput

func (o DBSubnetGroupTagOutput) ToDBSubnetGroupTagOutput() DBSubnetGroupTagOutput

func (DBSubnetGroupTagOutput) ToDBSubnetGroupTagOutputWithContext

func (o DBSubnetGroupTagOutput) ToDBSubnetGroupTagOutputWithContext(ctx context.Context) DBSubnetGroupTagOutput

func (DBSubnetGroupTagOutput) Value

type LookupDBClusterArgs added in v0.12.0

type LookupDBClusterArgs struct {
	// The DB cluster identifier. Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster stored as a lowercase string.
	DBClusterIdentifier string `pulumi:"dBClusterIdentifier"`
}

type LookupDBClusterOutputArgs added in v0.12.0

type LookupDBClusterOutputArgs struct {
	// The DB cluster identifier. Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster stored as a lowercase string.
	DBClusterIdentifier pulumi.StringInput `pulumi:"dBClusterIdentifier"`
}

func (LookupDBClusterOutputArgs) ElementType added in v0.12.0

func (LookupDBClusterOutputArgs) ElementType() reflect.Type

type LookupDBClusterParameterGroupArgs added in v0.12.0

type LookupDBClusterParameterGroupArgs struct {
	Id string `pulumi:"id"`
}

type LookupDBClusterParameterGroupOutputArgs added in v0.12.0

type LookupDBClusterParameterGroupOutputArgs struct {
	Id pulumi.StringInput `pulumi:"id"`
}

func (LookupDBClusterParameterGroupOutputArgs) ElementType added in v0.12.0

type LookupDBClusterParameterGroupResult added in v0.12.0

type LookupDBClusterParameterGroupResult struct {
	Id         *string                      `pulumi:"id"`
	Parameters interface{}                  `pulumi:"parameters"`
	Tags       []DBClusterParameterGroupTag `pulumi:"tags"`
}

func LookupDBClusterParameterGroup added in v0.12.0

Resource Type definition for AWS::Neptune::DBClusterParameterGroup

type LookupDBClusterParameterGroupResultOutput added in v0.12.0

type LookupDBClusterParameterGroupResultOutput struct{ *pulumi.OutputState }

func (LookupDBClusterParameterGroupResultOutput) ElementType added in v0.12.0

func (LookupDBClusterParameterGroupResultOutput) Id added in v0.12.0

func (LookupDBClusterParameterGroupResultOutput) Parameters added in v0.12.0

func (LookupDBClusterParameterGroupResultOutput) Tags added in v0.12.0

func (LookupDBClusterParameterGroupResultOutput) ToLookupDBClusterParameterGroupResultOutput added in v0.12.0

func (o LookupDBClusterParameterGroupResultOutput) ToLookupDBClusterParameterGroupResultOutput() LookupDBClusterParameterGroupResultOutput

func (LookupDBClusterParameterGroupResultOutput) ToLookupDBClusterParameterGroupResultOutputWithContext added in v0.12.0

func (o LookupDBClusterParameterGroupResultOutput) ToLookupDBClusterParameterGroupResultOutputWithContext(ctx context.Context) LookupDBClusterParameterGroupResultOutput

type LookupDBClusterResult added in v0.12.0

type LookupDBClusterResult struct {
	// Provides a list of the AWS 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 AWS services on your behalf.
	AssociatedRoles []DBClusterRole `pulumi:"associatedRoles"`
	// Specifies the number of days for which automatic DB snapshots are retained.
	BackupRetentionPeriod *int `pulumi:"backupRetentionPeriod"`
	// The resource id for the DB cluster. For example: `cluster-ABCD1234EFGH5678IJKL90MNOP`. The cluster ID uniquely identifies the cluster and is used in things like IAM authentication policies.
	ClusterResourceId *string `pulumi:"clusterResourceId"`
	// A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default behaviour is not to copy them.
	CopyTagsToSnapshot *bool `pulumi:"copyTagsToSnapshot"`
	// Provides the name of the DB cluster parameter group.
	DBClusterParameterGroupName *string `pulumi:"dBClusterParameterGroupName"`
	// Indicates whether or not the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled.
	DeletionProtection *bool `pulumi:"deletionProtection"`
	// Specifies a list of log types that are enabled for export to CloudWatch Logs.
	EnableCloudwatchLogsExports []string `pulumi:"enableCloudwatchLogsExports"`
	// The connection endpoint for the DB cluster. For example: mystack-mydbcluster-1apw1j4phylrk.cg034hpkmmjt.us-east-2.rds.amazonaws.com
	Endpoint *string `pulumi:"endpoint"`
	// Indicates the database engine version.
	EngineVersion *string `pulumi:"engineVersion"`
	// True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
	IamAuthEnabled *bool `pulumi:"iamAuthEnabled"`
	// Specifies the port that the database engine is listening on.
	Port *string `pulumi:"port"`
	// Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.
	PreferredBackupWindow *string `pulumi:"preferredBackupWindow"`
	// Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
	PreferredMaintenanceWindow *string `pulumi:"preferredMaintenanceWindow"`
	// The reader endpoint for the DB cluster. For example: mystack-mydbcluster-ro-1apw1j4phylrk.cg034hpkmmjt.us-east-2.rds.amazonaws.com
	ReadEndpoint *string `pulumi:"readEndpoint"`
	// Contains the scaling configuration used by the Neptune Serverless Instances within this DB cluster.
	ServerlessScalingConfiguration *DBClusterServerlessScalingConfiguration `pulumi:"serverlessScalingConfiguration"`
	// The tags assigned to this cluster.
	Tags []DBClusterTag `pulumi:"tags"`
	// Provides a list of VPC security groups that the DB cluster belongs to.
	VpcSecurityGroupIds []string `pulumi:"vpcSecurityGroupIds"`
}

func LookupDBCluster added in v0.12.0

func LookupDBCluster(ctx *pulumi.Context, args *LookupDBClusterArgs, opts ...pulumi.InvokeOption) (*LookupDBClusterResult, error)

The AWS::Neptune::DBCluster resource creates an Amazon Neptune DB cluster.

type LookupDBClusterResultOutput added in v0.12.0

type LookupDBClusterResultOutput struct{ *pulumi.OutputState }

func LookupDBClusterOutput added in v0.12.0

func (LookupDBClusterResultOutput) AssociatedRoles added in v0.12.0

Provides a list of the AWS 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 AWS services on your behalf.

func (LookupDBClusterResultOutput) BackupRetentionPeriod added in v0.12.0

func (o LookupDBClusterResultOutput) BackupRetentionPeriod() pulumi.IntPtrOutput

Specifies the number of days for which automatic DB snapshots are retained.

func (LookupDBClusterResultOutput) ClusterResourceId added in v0.12.0

func (o LookupDBClusterResultOutput) ClusterResourceId() pulumi.StringPtrOutput

The resource id for the DB cluster. For example: `cluster-ABCD1234EFGH5678IJKL90MNOP`. The cluster ID uniquely identifies the cluster and is used in things like IAM authentication policies.

func (LookupDBClusterResultOutput) CopyTagsToSnapshot added in v0.62.0

func (o LookupDBClusterResultOutput) CopyTagsToSnapshot() pulumi.BoolPtrOutput

A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default behaviour is not to copy them.

func (LookupDBClusterResultOutput) DBClusterParameterGroupName added in v0.12.0

func (o LookupDBClusterResultOutput) DBClusterParameterGroupName() pulumi.StringPtrOutput

Provides the name of the DB cluster parameter group.

func (LookupDBClusterResultOutput) DeletionProtection added in v0.12.0

func (o LookupDBClusterResultOutput) DeletionProtection() pulumi.BoolPtrOutput

Indicates whether or not the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled.

func (LookupDBClusterResultOutput) ElementType added in v0.12.0

func (LookupDBClusterResultOutput) EnableCloudwatchLogsExports added in v0.12.0

func (o LookupDBClusterResultOutput) EnableCloudwatchLogsExports() pulumi.StringArrayOutput

Specifies a list of log types that are enabled for export to CloudWatch Logs.

func (LookupDBClusterResultOutput) Endpoint added in v0.12.0

The connection endpoint for the DB cluster. For example: mystack-mydbcluster-1apw1j4phylrk.cg034hpkmmjt.us-east-2.rds.amazonaws.com

func (LookupDBClusterResultOutput) EngineVersion added in v0.62.0

Indicates the database engine version.

func (LookupDBClusterResultOutput) IamAuthEnabled added in v0.12.0

True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.

func (LookupDBClusterResultOutput) Port added in v0.12.0

Specifies the port that the database engine is listening on.

func (LookupDBClusterResultOutput) PreferredBackupWindow added in v0.12.0

func (o LookupDBClusterResultOutput) PreferredBackupWindow() pulumi.StringPtrOutput

Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

func (LookupDBClusterResultOutput) PreferredMaintenanceWindow added in v0.12.0

func (o LookupDBClusterResultOutput) PreferredMaintenanceWindow() pulumi.StringPtrOutput

Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

func (LookupDBClusterResultOutput) ReadEndpoint added in v0.12.0

The reader endpoint for the DB cluster. For example: mystack-mydbcluster-ro-1apw1j4phylrk.cg034hpkmmjt.us-east-2.rds.amazonaws.com

func (LookupDBClusterResultOutput) ServerlessScalingConfiguration added in v0.62.0

Contains the scaling configuration used by the Neptune Serverless Instances within this DB cluster.

func (LookupDBClusterResultOutput) Tags added in v0.12.0

The tags assigned to this cluster.

func (LookupDBClusterResultOutput) ToLookupDBClusterResultOutput added in v0.12.0

func (o LookupDBClusterResultOutput) ToLookupDBClusterResultOutput() LookupDBClusterResultOutput

func (LookupDBClusterResultOutput) ToLookupDBClusterResultOutputWithContext added in v0.12.0

func (o LookupDBClusterResultOutput) ToLookupDBClusterResultOutputWithContext(ctx context.Context) LookupDBClusterResultOutput

func (LookupDBClusterResultOutput) VpcSecurityGroupIds added in v0.12.0

func (o LookupDBClusterResultOutput) VpcSecurityGroupIds() pulumi.StringArrayOutput

Provides a list of VPC security groups that the DB cluster belongs to.

type LookupDBInstanceArgs added in v0.12.0

type LookupDBInstanceArgs struct {
	Id string `pulumi:"id"`
}

type LookupDBInstanceOutputArgs added in v0.12.0

type LookupDBInstanceOutputArgs struct {
	Id pulumi.StringInput `pulumi:"id"`
}

func (LookupDBInstanceOutputArgs) ElementType added in v0.12.0

func (LookupDBInstanceOutputArgs) ElementType() reflect.Type

type LookupDBInstanceResult added in v0.12.0

type LookupDBInstanceResult struct {
	AllowMajorVersionUpgrade   *bool           `pulumi:"allowMajorVersionUpgrade"`
	AutoMinorVersionUpgrade    *bool           `pulumi:"autoMinorVersionUpgrade"`
	DBInstanceClass            *string         `pulumi:"dBInstanceClass"`
	DBParameterGroupName       *string         `pulumi:"dBParameterGroupName"`
	Endpoint                   *string         `pulumi:"endpoint"`
	Id                         *string         `pulumi:"id"`
	Port                       *string         `pulumi:"port"`
	PreferredMaintenanceWindow *string         `pulumi:"preferredMaintenanceWindow"`
	Tags                       []DBInstanceTag `pulumi:"tags"`
}

func LookupDBInstance added in v0.12.0

func LookupDBInstance(ctx *pulumi.Context, args *LookupDBInstanceArgs, opts ...pulumi.InvokeOption) (*LookupDBInstanceResult, error)

Resource Type definition for AWS::Neptune::DBInstance

type LookupDBInstanceResultOutput added in v0.12.0

type LookupDBInstanceResultOutput struct{ *pulumi.OutputState }

func LookupDBInstanceOutput added in v0.12.0

func (LookupDBInstanceResultOutput) AllowMajorVersionUpgrade added in v0.12.0

func (o LookupDBInstanceResultOutput) AllowMajorVersionUpgrade() pulumi.BoolPtrOutput

func (LookupDBInstanceResultOutput) AutoMinorVersionUpgrade added in v0.12.0

func (o LookupDBInstanceResultOutput) AutoMinorVersionUpgrade() pulumi.BoolPtrOutput

func (LookupDBInstanceResultOutput) DBInstanceClass added in v0.12.0

func (LookupDBInstanceResultOutput) DBParameterGroupName added in v0.12.0

func (o LookupDBInstanceResultOutput) DBParameterGroupName() pulumi.StringPtrOutput

func (LookupDBInstanceResultOutput) ElementType added in v0.12.0

func (LookupDBInstanceResultOutput) Endpoint added in v0.12.0

func (LookupDBInstanceResultOutput) Id added in v0.12.0

func (LookupDBInstanceResultOutput) Port added in v0.12.0

func (LookupDBInstanceResultOutput) PreferredMaintenanceWindow added in v0.12.0

func (o LookupDBInstanceResultOutput) PreferredMaintenanceWindow() pulumi.StringPtrOutput

func (LookupDBInstanceResultOutput) Tags added in v0.12.0

func (LookupDBInstanceResultOutput) ToLookupDBInstanceResultOutput added in v0.12.0

func (o LookupDBInstanceResultOutput) ToLookupDBInstanceResultOutput() LookupDBInstanceResultOutput

func (LookupDBInstanceResultOutput) ToLookupDBInstanceResultOutputWithContext added in v0.12.0

func (o LookupDBInstanceResultOutput) ToLookupDBInstanceResultOutputWithContext(ctx context.Context) LookupDBInstanceResultOutput

type LookupDBParameterGroupArgs added in v0.12.0

type LookupDBParameterGroupArgs struct {
	Id string `pulumi:"id"`
}

type LookupDBParameterGroupOutputArgs added in v0.12.0

type LookupDBParameterGroupOutputArgs struct {
	Id pulumi.StringInput `pulumi:"id"`
}

func (LookupDBParameterGroupOutputArgs) ElementType added in v0.12.0

type LookupDBParameterGroupResult added in v0.12.0

type LookupDBParameterGroupResult struct {
	Id         *string               `pulumi:"id"`
	Parameters interface{}           `pulumi:"parameters"`
	Tags       []DBParameterGroupTag `pulumi:"tags"`
}

func LookupDBParameterGroup added in v0.12.0

func LookupDBParameterGroup(ctx *pulumi.Context, args *LookupDBParameterGroupArgs, opts ...pulumi.InvokeOption) (*LookupDBParameterGroupResult, error)

Resource Type definition for AWS::Neptune::DBParameterGroup

type LookupDBParameterGroupResultOutput added in v0.12.0

type LookupDBParameterGroupResultOutput struct{ *pulumi.OutputState }

func LookupDBParameterGroupOutput added in v0.12.0

func (LookupDBParameterGroupResultOutput) ElementType added in v0.12.0

func (LookupDBParameterGroupResultOutput) Id added in v0.12.0

func (LookupDBParameterGroupResultOutput) Parameters added in v0.12.0

func (LookupDBParameterGroupResultOutput) Tags added in v0.12.0

func (LookupDBParameterGroupResultOutput) ToLookupDBParameterGroupResultOutput added in v0.12.0

func (o LookupDBParameterGroupResultOutput) ToLookupDBParameterGroupResultOutput() LookupDBParameterGroupResultOutput

func (LookupDBParameterGroupResultOutput) ToLookupDBParameterGroupResultOutputWithContext added in v0.12.0

func (o LookupDBParameterGroupResultOutput) ToLookupDBParameterGroupResultOutputWithContext(ctx context.Context) LookupDBParameterGroupResultOutput

type LookupDBSubnetGroupArgs added in v0.12.0

type LookupDBSubnetGroupArgs struct {
	Id string `pulumi:"id"`
}

type LookupDBSubnetGroupOutputArgs added in v0.12.0

type LookupDBSubnetGroupOutputArgs struct {
	Id pulumi.StringInput `pulumi:"id"`
}

func (LookupDBSubnetGroupOutputArgs) ElementType added in v0.12.0

type LookupDBSubnetGroupResult added in v0.12.0

type LookupDBSubnetGroupResult struct {
	DBSubnetGroupDescription *string            `pulumi:"dBSubnetGroupDescription"`
	Id                       *string            `pulumi:"id"`
	SubnetIds                []string           `pulumi:"subnetIds"`
	Tags                     []DBSubnetGroupTag `pulumi:"tags"`
}

func LookupDBSubnetGroup added in v0.12.0

func LookupDBSubnetGroup(ctx *pulumi.Context, args *LookupDBSubnetGroupArgs, opts ...pulumi.InvokeOption) (*LookupDBSubnetGroupResult, error)

Resource Type definition for AWS::Neptune::DBSubnetGroup

type LookupDBSubnetGroupResultOutput added in v0.12.0

type LookupDBSubnetGroupResultOutput struct{ *pulumi.OutputState }

func LookupDBSubnetGroupOutput added in v0.12.0

func (LookupDBSubnetGroupResultOutput) DBSubnetGroupDescription added in v0.12.0

func (o LookupDBSubnetGroupResultOutput) DBSubnetGroupDescription() pulumi.StringPtrOutput

func (LookupDBSubnetGroupResultOutput) ElementType added in v0.12.0

func (LookupDBSubnetGroupResultOutput) Id added in v0.12.0

func (LookupDBSubnetGroupResultOutput) SubnetIds added in v0.12.0

func (LookupDBSubnetGroupResultOutput) Tags added in v0.12.0

func (LookupDBSubnetGroupResultOutput) ToLookupDBSubnetGroupResultOutput added in v0.12.0

func (o LookupDBSubnetGroupResultOutput) ToLookupDBSubnetGroupResultOutput() LookupDBSubnetGroupResultOutput

func (LookupDBSubnetGroupResultOutput) ToLookupDBSubnetGroupResultOutputWithContext added in v0.12.0

func (o LookupDBSubnetGroupResultOutput) ToLookupDBSubnetGroupResultOutputWithContext(ctx context.Context) LookupDBSubnetGroupResultOutput

Jump to

Keyboard shortcuts

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