Package-level declarations

Types

Link copied to clipboard
class FirewallRule : KotlinCustomResource

Represents a mongo cluster firewall rule. Uses Azure REST API version 2024-07-01. Other available API versions: 2024-03-01-preview, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native mongocluster [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class FirewallRuleArgs(val firewallRuleName: Output<String>? = null, val mongoClusterName: Output<String>? = null, val properties: Output<FirewallRulePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<FirewallRuleArgs>

Represents a mongo cluster firewall rule. Uses Azure REST API version 2024-07-01. Other available API versions: 2024-03-01-preview, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native mongocluster [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object FirewallRuleMapper : ResourceMapper<FirewallRule>
Link copied to clipboard
Link copied to clipboard
class MongoCluster : KotlinCustomResource

Represents a mongo cluster resource. Uses Azure REST API version 2024-07-01. Other available API versions: 2024-03-01-preview, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native mongocluster [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class MongoClusterArgs(val location: Output<String>? = null, val mongoClusterName: Output<String>? = null, val properties: Output<MongoClusterPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<MongoClusterArgs>

Represents a mongo cluster resource. Uses Azure REST API version 2024-07-01. Other available API versions: 2024-03-01-preview, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native mongocluster [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object MongoClusterMapper : ResourceMapper<MongoCluster>
Link copied to clipboard
Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

Concrete proxy resource types can be created by aliasing this type using a specific property type. Uses Azure REST API version 2024-07-01. Other available API versions: 2024-03-01-preview, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native mongocluster [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val mongoClusterName: Output<String>? = null, val privateEndpointConnectionName: Output<String>? = null, val properties: Output<PrivateEndpointConnectionPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

Concrete proxy resource types can be created by aliasing this type using a specific property type. Uses Azure REST API version 2024-07-01. Other available API versions: 2024-03-01-preview, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native mongocluster [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Functions

Link copied to clipboard
Link copied to clipboard