1. Packages
  2. Azure Native
  3. API Docs
  4. awsconnector
  5. DaxCluster
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.awsconnector.DaxCluster

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

A Microsoft.AwsConnector resource

Uses Azure REST API version 2024-12-01. In version 2.x of the Azure Native provider, it used API version 2024-12-01.

Example Usage

DaxClusters_CreateOrReplace

using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;

return await Deployment.RunAsync(() => 
{
    var daxCluster = new AzureNative.AwsConnector.DaxCluster("daxCluster", new()
    {
        Location = "vmw",
        Name = "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
        Properties = new AzureNative.AwsConnector.Inputs.DaxClusterPropertiesArgs
        {
            Arn = "eqibkrig",
            AwsAccountId = "xgeehpujhnyfhspdaqcugx",
            AwsProperties = new AzureNative.AwsConnector.Inputs.AwsDaxClusterPropertiesArgs
            {
                ActiveNodes = 18,
                ClusterArn = "drxcjkivmlrtslbwoykkohay",
                ClusterDiscoveryEndpoint = new AzureNative.AwsConnector.Inputs.DaxClusterEndpointArgs
                {
                    Address = "piabfnkoscysceufovcpffxl",
                    Port = 13,
                    Url = "bcwzfeebgdzlvoafvyddknwzaih",
                },
                ClusterEndpointEncryptionType = new AzureNative.AwsConnector.Inputs.ClusterEndpointEncryptionTypeEnumValueArgs
                {
                    Value = AzureNative.AwsConnector.ClusterEndpointEncryptionType.NONE,
                },
                ClusterName = "zobzejccpfjaqcvzutazmzjbl",
                Description = "q",
                IamRoleArn = "epmvlmhygrgjvx",
                NodeIdsToRemove = new[]
                {
                    "uzzbmymlnrssuuqf",
                },
                NodeType = "vwyypkakaevefciygrniikfpyul",
                Nodes = new[]
                {
                    new AzureNative.AwsConnector.Inputs.NodeArgs
                    {
                        AvailabilityZone = "j",
                        Endpoint = new AzureNative.AwsConnector.Inputs.DaxClusterEndpointArgs
                        {
                            Address = "piabfnkoscysceufovcpffxl",
                            Port = 13,
                            Url = "bcwzfeebgdzlvoafvyddknwzaih",
                        },
                        NodeCreateTime = "2024-10-08T03:51:45.186Z",
                        NodeId = "stfvsn",
                        NodeStatus = "cvxigvbkflormrnhzzjp",
                        ParameterGroupStatus = "ywehlocxyzqprjzljpwluyd",
                    },
                },
                NotificationConfiguration = new AzureNative.AwsConnector.Inputs.DaxClusterNotificationConfigurationArgs
                {
                    TopicArn = "phhrllxlsvtkodsyamltvoypqoj",
                    TopicStatus = "dfjjkb",
                },
                ParameterGroup = new AzureNative.AwsConnector.Inputs.ParameterGroupStatusArgs
                {
                    NodeIdsToReboot = new[]
                    {
                        "idyqnyv",
                    },
                    ParameterApplyStatus = "jrxbdxqellqqtknz",
                    ParameterGroupName = "ezciyomlrtvgjq",
                },
                PreferredMaintenanceWindow = "gnqllhurfpmhsujlnznvuhtnacwfe",
                SecurityGroups = new[]
                {
                    new AzureNative.AwsConnector.Inputs.SecurityGroupMembershipArgs
                    {
                        SecurityGroupIdentifier = "ehbvorabecsniiea",
                        Status = "ymc",
                    },
                },
                SseDescription = new AzureNative.AwsConnector.Inputs.SSEDescriptionArgs
                {
                    Status = new AzureNative.AwsConnector.Inputs.SSEStatusEnumValueArgs
                    {
                        Value = AzureNative.AwsConnector.SSEStatus.DISABLED,
                    },
                },
                Status = "mpwpseuoxrzbpamqwtibhochip",
                SubnetGroup = "tzsrvhfugpjrwm",
                TotalNodes = 26,
            },
            AwsRegion = "kyjdudcmqspnbb",
            AwsSourceSchema = "ukv",
            AwsTags = 
            {
                { "key1821", "aewrtrhvlcbtyjtdep" },
            },
            PublicCloudConnectorsResourceId = "jzzs",
            PublicCloudResourceName = "rdpgjpjzbwahajy",
        },
        ResourceGroupName = "rgdaxCluster",
        Tags = 
        {
            { "key1674", "xjulycgcyyd" },
        },
    });

});
Copy
package main

import (
	awsconnector "github.com/pulumi/pulumi-azure-native-sdk/awsconnector/v3"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := awsconnector.NewDaxCluster(ctx, "daxCluster", &awsconnector.DaxClusterArgs{
			Location: pulumi.String("vmw"),
			Name:     pulumi.String("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])"),
			Properties: &awsconnector.DaxClusterPropertiesArgs{
				Arn:          pulumi.String("eqibkrig"),
				AwsAccountId: pulumi.String("xgeehpujhnyfhspdaqcugx"),
				AwsProperties: &awsconnector.AwsDaxClusterPropertiesArgs{
					ActiveNodes: pulumi.Int(18),
					ClusterArn:  pulumi.String("drxcjkivmlrtslbwoykkohay"),
					ClusterDiscoveryEndpoint: &awsconnector.DaxClusterEndpointArgs{
						Address: pulumi.String("piabfnkoscysceufovcpffxl"),
						Port:    pulumi.Int(13),
						Url:     pulumi.String("bcwzfeebgdzlvoafvyddknwzaih"),
					},
					ClusterEndpointEncryptionType: &awsconnector.ClusterEndpointEncryptionTypeEnumValueArgs{
						Value: pulumi.String(awsconnector.ClusterEndpointEncryptionTypeNONE),
					},
					ClusterName: pulumi.String("zobzejccpfjaqcvzutazmzjbl"),
					Description: pulumi.String("q"),
					IamRoleArn:  pulumi.String("epmvlmhygrgjvx"),
					NodeIdsToRemove: pulumi.StringArray{
						pulumi.String("uzzbmymlnrssuuqf"),
					},
					NodeType: pulumi.String("vwyypkakaevefciygrniikfpyul"),
					Nodes: awsconnector.NodeArray{
						&awsconnector.NodeArgs{
							AvailabilityZone: pulumi.String("j"),
							Endpoint: &awsconnector.DaxClusterEndpointArgs{
								Address: pulumi.String("piabfnkoscysceufovcpffxl"),
								Port:    pulumi.Int(13),
								Url:     pulumi.String("bcwzfeebgdzlvoafvyddknwzaih"),
							},
							NodeCreateTime:       pulumi.String("2024-10-08T03:51:45.186Z"),
							NodeId:               pulumi.String("stfvsn"),
							NodeStatus:           pulumi.String("cvxigvbkflormrnhzzjp"),
							ParameterGroupStatus: pulumi.String("ywehlocxyzqprjzljpwluyd"),
						},
					},
					NotificationConfiguration: &awsconnector.DaxClusterNotificationConfigurationArgs{
						TopicArn:    pulumi.String("phhrllxlsvtkodsyamltvoypqoj"),
						TopicStatus: pulumi.String("dfjjkb"),
					},
					ParameterGroup: &awsconnector.ParameterGroupStatusArgs{
						NodeIdsToReboot: pulumi.StringArray{
							pulumi.String("idyqnyv"),
						},
						ParameterApplyStatus: pulumi.String("jrxbdxqellqqtknz"),
						ParameterGroupName:   pulumi.String("ezciyomlrtvgjq"),
					},
					PreferredMaintenanceWindow: pulumi.String("gnqllhurfpmhsujlnznvuhtnacwfe"),
					SecurityGroups: awsconnector.SecurityGroupMembershipArray{
						&awsconnector.SecurityGroupMembershipArgs{
							SecurityGroupIdentifier: pulumi.String("ehbvorabecsniiea"),
							Status:                  pulumi.String("ymc"),
						},
					},
					SseDescription: &awsconnector.SSEDescriptionArgs{
						Status: &awsconnector.SSEStatusEnumValueArgs{
							Value: pulumi.String(awsconnector.SSEStatusDISABLED),
						},
					},
					Status:      pulumi.String("mpwpseuoxrzbpamqwtibhochip"),
					SubnetGroup: pulumi.String("tzsrvhfugpjrwm"),
					TotalNodes:  pulumi.Int(26),
				},
				AwsRegion:       pulumi.String("kyjdudcmqspnbb"),
				AwsSourceSchema: pulumi.String("ukv"),
				AwsTags: pulumi.StringMap{
					"key1821": pulumi.String("aewrtrhvlcbtyjtdep"),
				},
				PublicCloudConnectorsResourceId: pulumi.String("jzzs"),
				PublicCloudResourceName:         pulumi.String("rdpgjpjzbwahajy"),
			},
			ResourceGroupName: pulumi.String("rgdaxCluster"),
			Tags: pulumi.StringMap{
				"key1674": pulumi.String("xjulycgcyyd"),
			},
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.awsconnector.DaxCluster;
import com.pulumi.azurenative.awsconnector.DaxClusterArgs;
import com.pulumi.azurenative.awsconnector.inputs.DaxClusterPropertiesArgs;
import com.pulumi.azurenative.awsconnector.inputs.AwsDaxClusterPropertiesArgs;
import com.pulumi.azurenative.awsconnector.inputs.DaxClusterEndpointArgs;
import com.pulumi.azurenative.awsconnector.inputs.ClusterEndpointEncryptionTypeEnumValueArgs;
import com.pulumi.azurenative.awsconnector.inputs.DaxClusterNotificationConfigurationArgs;
import com.pulumi.azurenative.awsconnector.inputs.ParameterGroupStatusArgs;
import com.pulumi.azurenative.awsconnector.inputs.SSEDescriptionArgs;
import com.pulumi.azurenative.awsconnector.inputs.SSEStatusEnumValueArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        var daxCluster = new DaxCluster("daxCluster", DaxClusterArgs.builder()
            .location("vmw")
            .name("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])")
            .properties(DaxClusterPropertiesArgs.builder()
                .arn("eqibkrig")
                .awsAccountId("xgeehpujhnyfhspdaqcugx")
                .awsProperties(AwsDaxClusterPropertiesArgs.builder()
                    .activeNodes(18)
                    .clusterArn("drxcjkivmlrtslbwoykkohay")
                    .clusterDiscoveryEndpoint(DaxClusterEndpointArgs.builder()
                        .address("piabfnkoscysceufovcpffxl")
                        .port(13)
                        .url("bcwzfeebgdzlvoafvyddknwzaih")
                        .build())
                    .clusterEndpointEncryptionType(ClusterEndpointEncryptionTypeEnumValueArgs.builder()
                        .value("NONE")
                        .build())
                    .clusterName("zobzejccpfjaqcvzutazmzjbl")
                    .description("q")
                    .iamRoleArn("epmvlmhygrgjvx")
                    .nodeIdsToRemove("uzzbmymlnrssuuqf")
                    .nodeType("vwyypkakaevefciygrniikfpyul")
                    .nodes(NodeArgs.builder()
                        .availabilityZone("j")
                        .endpoint(DaxClusterEndpointArgs.builder()
                            .address("piabfnkoscysceufovcpffxl")
                            .port(13)
                            .url("bcwzfeebgdzlvoafvyddknwzaih")
                            .build())
                        .nodeCreateTime("2024-10-08T03:51:45.186Z")
                        .nodeId("stfvsn")
                        .nodeStatus("cvxigvbkflormrnhzzjp")
                        .parameterGroupStatus("ywehlocxyzqprjzljpwluyd")
                        .build())
                    .notificationConfiguration(DaxClusterNotificationConfigurationArgs.builder()
                        .topicArn("phhrllxlsvtkodsyamltvoypqoj")
                        .topicStatus("dfjjkb")
                        .build())
                    .parameterGroup(ParameterGroupStatusArgs.builder()
                        .nodeIdsToReboot("idyqnyv")
                        .parameterApplyStatus("jrxbdxqellqqtknz")
                        .parameterGroupName("ezciyomlrtvgjq")
                        .build())
                    .preferredMaintenanceWindow("gnqllhurfpmhsujlnznvuhtnacwfe")
                    .securityGroups(SecurityGroupMembershipArgs.builder()
                        .securityGroupIdentifier("ehbvorabecsniiea")
                        .status("ymc")
                        .build())
                    .sseDescription(SSEDescriptionArgs.builder()
                        .status(SSEStatusEnumValueArgs.builder()
                            .value("DISABLED")
                            .build())
                        .build())
                    .status("mpwpseuoxrzbpamqwtibhochip")
                    .subnetGroup("tzsrvhfugpjrwm")
                    .totalNodes(26)
                    .build())
                .awsRegion("kyjdudcmqspnbb")
                .awsSourceSchema("ukv")
                .awsTags(Map.of("key1821", "aewrtrhvlcbtyjtdep"))
                .publicCloudConnectorsResourceId("jzzs")
                .publicCloudResourceName("rdpgjpjzbwahajy")
                .build())
            .resourceGroupName("rgdaxCluster")
            .tags(Map.of("key1674", "xjulycgcyyd"))
            .build());

    }
}
Copy
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const daxCluster = new azure_native.awsconnector.DaxCluster("daxCluster", {
    location: "vmw",
    name: "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
    properties: {
        arn: "eqibkrig",
        awsAccountId: "xgeehpujhnyfhspdaqcugx",
        awsProperties: {
            activeNodes: 18,
            clusterArn: "drxcjkivmlrtslbwoykkohay",
            clusterDiscoveryEndpoint: {
                address: "piabfnkoscysceufovcpffxl",
                port: 13,
                url: "bcwzfeebgdzlvoafvyddknwzaih",
            },
            clusterEndpointEncryptionType: {
                value: azure_native.awsconnector.ClusterEndpointEncryptionType.NONE,
            },
            clusterName: "zobzejccpfjaqcvzutazmzjbl",
            description: "q",
            iamRoleArn: "epmvlmhygrgjvx",
            nodeIdsToRemove: ["uzzbmymlnrssuuqf"],
            nodeType: "vwyypkakaevefciygrniikfpyul",
            nodes: [{
                availabilityZone: "j",
                endpoint: {
                    address: "piabfnkoscysceufovcpffxl",
                    port: 13,
                    url: "bcwzfeebgdzlvoafvyddknwzaih",
                },
                nodeCreateTime: "2024-10-08T03:51:45.186Z",
                nodeId: "stfvsn",
                nodeStatus: "cvxigvbkflormrnhzzjp",
                parameterGroupStatus: "ywehlocxyzqprjzljpwluyd",
            }],
            notificationConfiguration: {
                topicArn: "phhrllxlsvtkodsyamltvoypqoj",
                topicStatus: "dfjjkb",
            },
            parameterGroup: {
                nodeIdsToReboot: ["idyqnyv"],
                parameterApplyStatus: "jrxbdxqellqqtknz",
                parameterGroupName: "ezciyomlrtvgjq",
            },
            preferredMaintenanceWindow: "gnqllhurfpmhsujlnznvuhtnacwfe",
            securityGroups: [{
                securityGroupIdentifier: "ehbvorabecsniiea",
                status: "ymc",
            }],
            sseDescription: {
                status: {
                    value: azure_native.awsconnector.SSEStatus.DISABLED,
                },
            },
            status: "mpwpseuoxrzbpamqwtibhochip",
            subnetGroup: "tzsrvhfugpjrwm",
            totalNodes: 26,
        },
        awsRegion: "kyjdudcmqspnbb",
        awsSourceSchema: "ukv",
        awsTags: {
            key1821: "aewrtrhvlcbtyjtdep",
        },
        publicCloudConnectorsResourceId: "jzzs",
        publicCloudResourceName: "rdpgjpjzbwahajy",
    },
    resourceGroupName: "rgdaxCluster",
    tags: {
        key1674: "xjulycgcyyd",
    },
});
Copy
import pulumi
import pulumi_azure_native as azure_native

dax_cluster = azure_native.awsconnector.DaxCluster("daxCluster",
    location="vmw",
    name="Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
    properties={
        "arn": "eqibkrig",
        "aws_account_id": "xgeehpujhnyfhspdaqcugx",
        "aws_properties": {
            "active_nodes": 18,
            "cluster_arn": "drxcjkivmlrtslbwoykkohay",
            "cluster_discovery_endpoint": {
                "address": "piabfnkoscysceufovcpffxl",
                "port": 13,
                "url": "bcwzfeebgdzlvoafvyddknwzaih",
            },
            "cluster_endpoint_encryption_type": {
                "value": azure_native.awsconnector.ClusterEndpointEncryptionType.NONE,
            },
            "cluster_name": "zobzejccpfjaqcvzutazmzjbl",
            "description": "q",
            "iam_role_arn": "epmvlmhygrgjvx",
            "node_ids_to_remove": ["uzzbmymlnrssuuqf"],
            "node_type": "vwyypkakaevefciygrniikfpyul",
            "nodes": [{
                "availability_zone": "j",
                "endpoint": {
                    "address": "piabfnkoscysceufovcpffxl",
                    "port": 13,
                    "url": "bcwzfeebgdzlvoafvyddknwzaih",
                },
                "node_create_time": "2024-10-08T03:51:45.186Z",
                "node_id": "stfvsn",
                "node_status": "cvxigvbkflormrnhzzjp",
                "parameter_group_status": "ywehlocxyzqprjzljpwluyd",
            }],
            "notification_configuration": {
                "topic_arn": "phhrllxlsvtkodsyamltvoypqoj",
                "topic_status": "dfjjkb",
            },
            "parameter_group": {
                "node_ids_to_reboot": ["idyqnyv"],
                "parameter_apply_status": "jrxbdxqellqqtknz",
                "parameter_group_name": "ezciyomlrtvgjq",
            },
            "preferred_maintenance_window": "gnqllhurfpmhsujlnznvuhtnacwfe",
            "security_groups": [{
                "security_group_identifier": "ehbvorabecsniiea",
                "status": "ymc",
            }],
            "sse_description": {
                "status": {
                    "value": azure_native.awsconnector.SSEStatus.DISABLED,
                },
            },
            "status": "mpwpseuoxrzbpamqwtibhochip",
            "subnet_group": "tzsrvhfugpjrwm",
            "total_nodes": 26,
        },
        "aws_region": "kyjdudcmqspnbb",
        "aws_source_schema": "ukv",
        "aws_tags": {
            "key1821": "aewrtrhvlcbtyjtdep",
        },
        "public_cloud_connectors_resource_id": "jzzs",
        "public_cloud_resource_name": "rdpgjpjzbwahajy",
    },
    resource_group_name="rgdaxCluster",
    tags={
        "key1674": "xjulycgcyyd",
    })
Copy
resources:
  daxCluster:
    type: azure-native:awsconnector:DaxCluster
    properties:
      location: vmw
      name: Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])
      properties:
        arn: eqibkrig
        awsAccountId: xgeehpujhnyfhspdaqcugx
        awsProperties:
          activeNodes: 18
          clusterArn: drxcjkivmlrtslbwoykkohay
          clusterDiscoveryEndpoint:
            address: piabfnkoscysceufovcpffxl
            port: 13
            url: bcwzfeebgdzlvoafvyddknwzaih
          clusterEndpointEncryptionType:
            value: NONE
          clusterName: zobzejccpfjaqcvzutazmzjbl
          description: q
          iamRoleArn: epmvlmhygrgjvx
          nodeIdsToRemove:
            - uzzbmymlnrssuuqf
          nodeType: vwyypkakaevefciygrniikfpyul
          nodes:
            - availabilityZone: j
              endpoint:
                address: piabfnkoscysceufovcpffxl
                port: 13
                url: bcwzfeebgdzlvoafvyddknwzaih
              nodeCreateTime: 2024-10-08T03:51:45.186Z
              nodeId: stfvsn
              nodeStatus: cvxigvbkflormrnhzzjp
              parameterGroupStatus: ywehlocxyzqprjzljpwluyd
          notificationConfiguration:
            topicArn: phhrllxlsvtkodsyamltvoypqoj
            topicStatus: dfjjkb
          parameterGroup:
            nodeIdsToReboot:
              - idyqnyv
            parameterApplyStatus: jrxbdxqellqqtknz
            parameterGroupName: ezciyomlrtvgjq
          preferredMaintenanceWindow: gnqllhurfpmhsujlnznvuhtnacwfe
          securityGroups:
            - securityGroupIdentifier: ehbvorabecsniiea
              status: ymc
          sseDescription:
            status:
              value: DISABLED
          status: mpwpseuoxrzbpamqwtibhochip
          subnetGroup: tzsrvhfugpjrwm
          totalNodes: 26
        awsRegion: kyjdudcmqspnbb
        awsSourceSchema: ukv
        awsTags:
          key1821: aewrtrhvlcbtyjtdep
        publicCloudConnectorsResourceId: jzzs
        publicCloudResourceName: rdpgjpjzbwahajy
      resourceGroupName: rgdaxCluster
      tags:
        key1674: xjulycgcyyd
Copy

Create DaxCluster Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new DaxCluster(name: string, args: DaxClusterArgs, opts?: CustomResourceOptions);
@overload
def DaxCluster(resource_name: str,
               args: DaxClusterArgs,
               opts: Optional[ResourceOptions] = None)

@overload
def DaxCluster(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               resource_group_name: Optional[str] = None,
               location: Optional[str] = None,
               name: Optional[str] = None,
               properties: Optional[DaxClusterPropertiesArgs] = None,
               tags: Optional[Mapping[str, str]] = None)
func NewDaxCluster(ctx *Context, name string, args DaxClusterArgs, opts ...ResourceOption) (*DaxCluster, error)
public DaxCluster(string name, DaxClusterArgs args, CustomResourceOptions? opts = null)
public DaxCluster(String name, DaxClusterArgs args)
public DaxCluster(String name, DaxClusterArgs args, CustomResourceOptions options)
type: azure-native:awsconnector:DaxCluster
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. DaxClusterArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. DaxClusterArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. DaxClusterArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. DaxClusterArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. DaxClusterArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var daxClusterResource = new AzureNative.AwsConnector.DaxCluster("daxClusterResource", new()
{
    ResourceGroupName = "string",
    Location = "string",
    Name = "string",
    Properties = new AzureNative.AwsConnector.Inputs.DaxClusterPropertiesArgs
    {
        Arn = "string",
        AwsAccountId = "string",
        AwsProperties = new AzureNative.AwsConnector.Inputs.AwsDaxClusterPropertiesArgs
        {
            ActiveNodes = 0,
            ClusterArn = "string",
            ClusterDiscoveryEndpoint = new AzureNative.AwsConnector.Inputs.DaxClusterEndpointArgs
            {
                Address = "string",
                Port = 0,
                Url = "string",
            },
            ClusterEndpointEncryptionType = new AzureNative.AwsConnector.Inputs.ClusterEndpointEncryptionTypeEnumValueArgs
            {
                Value = "string",
            },
            ClusterName = "string",
            Description = "string",
            IamRoleArn = "string",
            NodeIdsToRemove = new[]
            {
                "string",
            },
            NodeType = "string",
            Nodes = new[]
            {
                new AzureNative.AwsConnector.Inputs.NodeArgs
                {
                    AvailabilityZone = "string",
                    Endpoint = new AzureNative.AwsConnector.Inputs.DaxClusterEndpointArgs
                    {
                        Address = "string",
                        Port = 0,
                        Url = "string",
                    },
                    NodeCreateTime = "string",
                    NodeId = "string",
                    NodeStatus = "string",
                    ParameterGroupStatus = "string",
                },
            },
            NotificationConfiguration = new AzureNative.AwsConnector.Inputs.DaxClusterNotificationConfigurationArgs
            {
                TopicArn = "string",
                TopicStatus = "string",
            },
            ParameterGroup = new AzureNative.AwsConnector.Inputs.ParameterGroupStatusArgs
            {
                NodeIdsToReboot = new[]
                {
                    "string",
                },
                ParameterApplyStatus = "string",
                ParameterGroupName = "string",
            },
            PreferredMaintenanceWindow = "string",
            SecurityGroups = new[]
            {
                new AzureNative.AwsConnector.Inputs.SecurityGroupMembershipArgs
                {
                    SecurityGroupIdentifier = "string",
                    Status = "string",
                },
            },
            SseDescription = new AzureNative.AwsConnector.Inputs.SSEDescriptionArgs
            {
                Status = new AzureNative.AwsConnector.Inputs.SSEStatusEnumValueArgs
                {
                    Value = "string",
                },
            },
            Status = "string",
            SubnetGroup = "string",
            TotalNodes = 0,
        },
        AwsRegion = "string",
        AwsSourceSchema = "string",
        AwsTags = 
        {
            { "string", "string" },
        },
        PublicCloudConnectorsResourceId = "string",
        PublicCloudResourceName = "string",
    },
    Tags = 
    {
        { "string", "string" },
    },
});
Copy
example, err := awsconnector.NewDaxCluster(ctx, "daxClusterResource", &awsconnector.DaxClusterArgs{
	ResourceGroupName: pulumi.String("string"),
	Location:          pulumi.String("string"),
	Name:              pulumi.String("string"),
	Properties: &awsconnector.DaxClusterPropertiesArgs{
		Arn:          pulumi.String("string"),
		AwsAccountId: pulumi.String("string"),
		AwsProperties: &awsconnector.AwsDaxClusterPropertiesArgs{
			ActiveNodes: pulumi.Int(0),
			ClusterArn:  pulumi.String("string"),
			ClusterDiscoveryEndpoint: &awsconnector.DaxClusterEndpointArgs{
				Address: pulumi.String("string"),
				Port:    pulumi.Int(0),
				Url:     pulumi.String("string"),
			},
			ClusterEndpointEncryptionType: &awsconnector.ClusterEndpointEncryptionTypeEnumValueArgs{
				Value: pulumi.String("string"),
			},
			ClusterName: pulumi.String("string"),
			Description: pulumi.String("string"),
			IamRoleArn:  pulumi.String("string"),
			NodeIdsToRemove: pulumi.StringArray{
				pulumi.String("string"),
			},
			NodeType: pulumi.String("string"),
			Nodes: awsconnector.NodeArray{
				&awsconnector.NodeArgs{
					AvailabilityZone: pulumi.String("string"),
					Endpoint: &awsconnector.DaxClusterEndpointArgs{
						Address: pulumi.String("string"),
						Port:    pulumi.Int(0),
						Url:     pulumi.String("string"),
					},
					NodeCreateTime:       pulumi.String("string"),
					NodeId:               pulumi.String("string"),
					NodeStatus:           pulumi.String("string"),
					ParameterGroupStatus: pulumi.String("string"),
				},
			},
			NotificationConfiguration: &awsconnector.DaxClusterNotificationConfigurationArgs{
				TopicArn:    pulumi.String("string"),
				TopicStatus: pulumi.String("string"),
			},
			ParameterGroup: &awsconnector.ParameterGroupStatusArgs{
				NodeIdsToReboot: pulumi.StringArray{
					pulumi.String("string"),
				},
				ParameterApplyStatus: pulumi.String("string"),
				ParameterGroupName:   pulumi.String("string"),
			},
			PreferredMaintenanceWindow: pulumi.String("string"),
			SecurityGroups: awsconnector.SecurityGroupMembershipArray{
				&awsconnector.SecurityGroupMembershipArgs{
					SecurityGroupIdentifier: pulumi.String("string"),
					Status:                  pulumi.String("string"),
				},
			},
			SseDescription: &awsconnector.SSEDescriptionArgs{
				Status: &awsconnector.SSEStatusEnumValueArgs{
					Value: pulumi.String("string"),
				},
			},
			Status:      pulumi.String("string"),
			SubnetGroup: pulumi.String("string"),
			TotalNodes:  pulumi.Int(0),
		},
		AwsRegion:       pulumi.String("string"),
		AwsSourceSchema: pulumi.String("string"),
		AwsTags: pulumi.StringMap{
			"string": pulumi.String("string"),
		},
		PublicCloudConnectorsResourceId: pulumi.String("string"),
		PublicCloudResourceName:         pulumi.String("string"),
	},
	Tags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
})
Copy
var daxClusterResource = new DaxCluster("daxClusterResource", DaxClusterArgs.builder()
    .resourceGroupName("string")
    .location("string")
    .name("string")
    .properties(DaxClusterPropertiesArgs.builder()
        .arn("string")
        .awsAccountId("string")
        .awsProperties(AwsDaxClusterPropertiesArgs.builder()
            .activeNodes(0)
            .clusterArn("string")
            .clusterDiscoveryEndpoint(DaxClusterEndpointArgs.builder()
                .address("string")
                .port(0)
                .url("string")
                .build())
            .clusterEndpointEncryptionType(ClusterEndpointEncryptionTypeEnumValueArgs.builder()
                .value("string")
                .build())
            .clusterName("string")
            .description("string")
            .iamRoleArn("string")
            .nodeIdsToRemove("string")
            .nodeType("string")
            .nodes(NodeArgs.builder()
                .availabilityZone("string")
                .endpoint(DaxClusterEndpointArgs.builder()
                    .address("string")
                    .port(0)
                    .url("string")
                    .build())
                .nodeCreateTime("string")
                .nodeId("string")
                .nodeStatus("string")
                .parameterGroupStatus("string")
                .build())
            .notificationConfiguration(DaxClusterNotificationConfigurationArgs.builder()
                .topicArn("string")
                .topicStatus("string")
                .build())
            .parameterGroup(ParameterGroupStatusArgs.builder()
                .nodeIdsToReboot("string")
                .parameterApplyStatus("string")
                .parameterGroupName("string")
                .build())
            .preferredMaintenanceWindow("string")
            .securityGroups(SecurityGroupMembershipArgs.builder()
                .securityGroupIdentifier("string")
                .status("string")
                .build())
            .sseDescription(SSEDescriptionArgs.builder()
                .status(SSEStatusEnumValueArgs.builder()
                    .value("string")
                    .build())
                .build())
            .status("string")
            .subnetGroup("string")
            .totalNodes(0)
            .build())
        .awsRegion("string")
        .awsSourceSchema("string")
        .awsTags(Map.of("string", "string"))
        .publicCloudConnectorsResourceId("string")
        .publicCloudResourceName("string")
        .build())
    .tags(Map.of("string", "string"))
    .build());
Copy
dax_cluster_resource = azure_native.awsconnector.DaxCluster("daxClusterResource",
    resource_group_name="string",
    location="string",
    name="string",
    properties={
        "arn": "string",
        "aws_account_id": "string",
        "aws_properties": {
            "active_nodes": 0,
            "cluster_arn": "string",
            "cluster_discovery_endpoint": {
                "address": "string",
                "port": 0,
                "url": "string",
            },
            "cluster_endpoint_encryption_type": {
                "value": "string",
            },
            "cluster_name": "string",
            "description": "string",
            "iam_role_arn": "string",
            "node_ids_to_remove": ["string"],
            "node_type": "string",
            "nodes": [{
                "availability_zone": "string",
                "endpoint": {
                    "address": "string",
                    "port": 0,
                    "url": "string",
                },
                "node_create_time": "string",
                "node_id": "string",
                "node_status": "string",
                "parameter_group_status": "string",
            }],
            "notification_configuration": {
                "topic_arn": "string",
                "topic_status": "string",
            },
            "parameter_group": {
                "node_ids_to_reboot": ["string"],
                "parameter_apply_status": "string",
                "parameter_group_name": "string",
            },
            "preferred_maintenance_window": "string",
            "security_groups": [{
                "security_group_identifier": "string",
                "status": "string",
            }],
            "sse_description": {
                "status": {
                    "value": "string",
                },
            },
            "status": "string",
            "subnet_group": "string",
            "total_nodes": 0,
        },
        "aws_region": "string",
        "aws_source_schema": "string",
        "aws_tags": {
            "string": "string",
        },
        "public_cloud_connectors_resource_id": "string",
        "public_cloud_resource_name": "string",
    },
    tags={
        "string": "string",
    })
Copy
const daxClusterResource = new azure_native.awsconnector.DaxCluster("daxClusterResource", {
    resourceGroupName: "string",
    location: "string",
    name: "string",
    properties: {
        arn: "string",
        awsAccountId: "string",
        awsProperties: {
            activeNodes: 0,
            clusterArn: "string",
            clusterDiscoveryEndpoint: {
                address: "string",
                port: 0,
                url: "string",
            },
            clusterEndpointEncryptionType: {
                value: "string",
            },
            clusterName: "string",
            description: "string",
            iamRoleArn: "string",
            nodeIdsToRemove: ["string"],
            nodeType: "string",
            nodes: [{
                availabilityZone: "string",
                endpoint: {
                    address: "string",
                    port: 0,
                    url: "string",
                },
                nodeCreateTime: "string",
                nodeId: "string",
                nodeStatus: "string",
                parameterGroupStatus: "string",
            }],
            notificationConfiguration: {
                topicArn: "string",
                topicStatus: "string",
            },
            parameterGroup: {
                nodeIdsToReboot: ["string"],
                parameterApplyStatus: "string",
                parameterGroupName: "string",
            },
            preferredMaintenanceWindow: "string",
            securityGroups: [{
                securityGroupIdentifier: "string",
                status: "string",
            }],
            sseDescription: {
                status: {
                    value: "string",
                },
            },
            status: "string",
            subnetGroup: "string",
            totalNodes: 0,
        },
        awsRegion: "string",
        awsSourceSchema: "string",
        awsTags: {
            string: "string",
        },
        publicCloudConnectorsResourceId: "string",
        publicCloudResourceName: "string",
    },
    tags: {
        string: "string",
    },
});
Copy
type: azure-native:awsconnector:DaxCluster
properties:
    location: string
    name: string
    properties:
        arn: string
        awsAccountId: string
        awsProperties:
            activeNodes: 0
            clusterArn: string
            clusterDiscoveryEndpoint:
                address: string
                port: 0
                url: string
            clusterEndpointEncryptionType:
                value: string
            clusterName: string
            description: string
            iamRoleArn: string
            nodeIdsToRemove:
                - string
            nodeType: string
            nodes:
                - availabilityZone: string
                  endpoint:
                    address: string
                    port: 0
                    url: string
                  nodeCreateTime: string
                  nodeId: string
                  nodeStatus: string
                  parameterGroupStatus: string
            notificationConfiguration:
                topicArn: string
                topicStatus: string
            parameterGroup:
                nodeIdsToReboot:
                    - string
                parameterApplyStatus: string
                parameterGroupName: string
            preferredMaintenanceWindow: string
            securityGroups:
                - securityGroupIdentifier: string
                  status: string
            sseDescription:
                status:
                    value: string
            status: string
            subnetGroup: string
            totalNodes: 0
        awsRegion: string
        awsSourceSchema: string
        awsTags:
            string: string
        publicCloudConnectorsResourceId: string
        publicCloudResourceName: string
    resourceGroupName: string
    tags:
        string: string
Copy

DaxCluster Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The DaxCluster resource accepts the following input properties:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
Name Changes to this property will trigger replacement. string
Name of DaxCluster
Properties Pulumi.AzureNative.AwsConnector.Inputs.DaxClusterProperties
The resource-specific properties for this resource.
Tags Dictionary<string, string>
Resource tags.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
Name Changes to this property will trigger replacement. string
Name of DaxCluster
Properties DaxClusterPropertiesArgs
The resource-specific properties for this resource.
Tags map[string]string
Resource tags.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
name Changes to this property will trigger replacement. String
Name of DaxCluster
properties DaxClusterProperties
The resource-specific properties for this resource.
tags Map<String,String>
Resource tags.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
location Changes to this property will trigger replacement. string
The geo-location where the resource lives
name Changes to this property will trigger replacement. string
Name of DaxCluster
properties DaxClusterProperties
The resource-specific properties for this resource.
tags {[key: string]: string}
Resource tags.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
location Changes to this property will trigger replacement. str
The geo-location where the resource lives
name Changes to this property will trigger replacement. str
Name of DaxCluster
properties DaxClusterPropertiesArgs
The resource-specific properties for this resource.
tags Mapping[str, str]
Resource tags.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
name Changes to this property will trigger replacement. String
Name of DaxCluster
properties Property Map
The resource-specific properties for this resource.
tags Map<String>
Resource tags.

Outputs

All input properties are implicitly available as output properties. Additionally, the DaxCluster resource produces the following output properties:

AzureApiVersion string
The Azure API version of the resource.
Id string
The provider-assigned unique ID for this managed resource.
SystemData Pulumi.AzureNative.AwsConnector.Outputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
AzureApiVersion string
The Azure API version of the resource.
Id string
The provider-assigned unique ID for this managed resource.
SystemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion String
The Azure API version of the resource.
id String
The provider-assigned unique ID for this managed resource.
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion string
The Azure API version of the resource.
id string
The provider-assigned unique ID for this managed resource.
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azure_api_version str
The Azure API version of the resource.
id str
The provider-assigned unique ID for this managed resource.
system_data SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion String
The Azure API version of the resource.
id String
The provider-assigned unique ID for this managed resource.
systemData Property Map
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Supporting Types

AwsDaxClusterProperties
, AwsDaxClusterPropertiesArgs

AwsDaxClusterPropertiesResponse
, AwsDaxClusterPropertiesResponseArgs

ActiveNodes int
ClusterArn string
ClusterDiscoveryEndpoint Pulumi.AzureNative.AwsConnector.Inputs.DaxClusterEndpointResponse
ClusterEndpointEncryptionType Pulumi.AzureNative.AwsConnector.Inputs.ClusterEndpointEncryptionTypeEnumValueResponse
ClusterName string
Description string
IamRoleArn string
NodeIdsToRemove List<string>
NodeType string
Nodes List<Pulumi.AzureNative.AwsConnector.Inputs.NodeResponse>
NotificationConfiguration Pulumi.AzureNative.AwsConnector.Inputs.DaxClusterNotificationConfigurationResponse
ParameterGroup Pulumi.AzureNative.AwsConnector.Inputs.ParameterGroupStatusResponse
PreferredMaintenanceWindow string
SecurityGroups List<Pulumi.AzureNative.AwsConnector.Inputs.SecurityGroupMembershipResponse>
SseDescription Pulumi.AzureNative.AwsConnector.Inputs.SSEDescriptionResponse
Status string
SubnetGroup string
TotalNodes int

ClusterEndpointEncryptionType
, ClusterEndpointEncryptionTypeArgs

NONE
NONEClusterEndpointEncryptionType enum NONE
TLS
TLSClusterEndpointEncryptionType enum TLS
ClusterEndpointEncryptionTypeNONE
NONEClusterEndpointEncryptionType enum NONE
ClusterEndpointEncryptionTypeTLS
TLSClusterEndpointEncryptionType enum TLS
NONE
NONEClusterEndpointEncryptionType enum NONE
TLS
TLSClusterEndpointEncryptionType enum TLS
NONE
NONEClusterEndpointEncryptionType enum NONE
TLS
TLSClusterEndpointEncryptionType enum TLS
NONE
NONEClusterEndpointEncryptionType enum NONE
TLS
TLSClusterEndpointEncryptionType enum TLS
"NONE"
NONEClusterEndpointEncryptionType enum NONE
"TLS"
TLSClusterEndpointEncryptionType enum TLS

ClusterEndpointEncryptionTypeEnumValue
, ClusterEndpointEncryptionTypeEnumValueArgs

Value string | ClusterEndpointEncryptionType
Property value
value String | ClusterEndpointEncryptionType
Property value
value string | ClusterEndpointEncryptionType
Property value
value String | "NONE" | "TLS"
Property value

ClusterEndpointEncryptionTypeEnumValueResponse
, ClusterEndpointEncryptionTypeEnumValueResponseArgs

Value string
Property value
Value string
Property value
value String
Property value
value string
Property value
value str
Property value
value String
Property value

DaxClusterEndpoint
, DaxClusterEndpointArgs

Address string
Port int
Url string
Address string
Port int
Url string
address String
port Integer
url String
address string
port number
url string
address str
port int
url str
address String
port Number
url String

DaxClusterEndpointResponse
, DaxClusterEndpointResponseArgs

Address string
Port int
Url string
Address string
Port int
Url string
address String
port Integer
url String
address string
port number
url string
address str
port int
url str
address String
port Number
url String

DaxClusterNotificationConfiguration
, DaxClusterNotificationConfigurationArgs

TopicArn string
TopicStatus string
TopicArn string
TopicStatus string
topicArn String
topicStatus String
topicArn string
topicStatus string
topicArn String
topicStatus String

DaxClusterNotificationConfigurationResponse
, DaxClusterNotificationConfigurationResponseArgs

TopicArn string
TopicStatus string
TopicArn string
TopicStatus string
topicArn String
topicStatus String
topicArn string
topicStatus string
topicArn String
topicStatus String

DaxClusterProperties
, DaxClusterPropertiesArgs

Arn string
Amazon Resource Name (ARN)
AwsAccountId string
AWS Account ID
AwsProperties Pulumi.AzureNative.AwsConnector.Inputs.AwsDaxClusterProperties
AWS Properties
AwsRegion string
AWS Region
AwsSourceSchema string
AWS Source Schema
AwsTags Dictionary<string, string>
AWS Tags
PublicCloudConnectorsResourceId string
Public Cloud Connectors Resource ID
PublicCloudResourceName string
Public Cloud Resource Name
Arn string
Amazon Resource Name (ARN)
AwsAccountId string
AWS Account ID
AwsProperties AwsDaxClusterProperties
AWS Properties
AwsRegion string
AWS Region
AwsSourceSchema string
AWS Source Schema
AwsTags map[string]string
AWS Tags
PublicCloudConnectorsResourceId string
Public Cloud Connectors Resource ID
PublicCloudResourceName string
Public Cloud Resource Name
arn String
Amazon Resource Name (ARN)
awsAccountId String
AWS Account ID
awsProperties AwsDaxClusterProperties
AWS Properties
awsRegion String
AWS Region
awsSourceSchema String
AWS Source Schema
awsTags Map<String,String>
AWS Tags
publicCloudConnectorsResourceId String
Public Cloud Connectors Resource ID
publicCloudResourceName String
Public Cloud Resource Name
arn string
Amazon Resource Name (ARN)
awsAccountId string
AWS Account ID
awsProperties AwsDaxClusterProperties
AWS Properties
awsRegion string
AWS Region
awsSourceSchema string
AWS Source Schema
awsTags {[key: string]: string}
AWS Tags
publicCloudConnectorsResourceId string
Public Cloud Connectors Resource ID
publicCloudResourceName string
Public Cloud Resource Name
arn str
Amazon Resource Name (ARN)
aws_account_id str
AWS Account ID
aws_properties AwsDaxClusterProperties
AWS Properties
aws_region str
AWS Region
aws_source_schema str
AWS Source Schema
aws_tags Mapping[str, str]
AWS Tags
public_cloud_connectors_resource_id str
Public Cloud Connectors Resource ID
public_cloud_resource_name str
Public Cloud Resource Name
arn String
Amazon Resource Name (ARN)
awsAccountId String
AWS Account ID
awsProperties Property Map
AWS Properties
awsRegion String
AWS Region
awsSourceSchema String
AWS Source Schema
awsTags Map<String>
AWS Tags
publicCloudConnectorsResourceId String
Public Cloud Connectors Resource ID
publicCloudResourceName String
Public Cloud Resource Name

DaxClusterPropertiesResponse
, DaxClusterPropertiesResponseArgs

ProvisioningState This property is required. string
The status of the last operation.
Arn string
Amazon Resource Name (ARN)
AwsAccountId string
AWS Account ID
AwsProperties Pulumi.AzureNative.AwsConnector.Inputs.AwsDaxClusterPropertiesResponse
AWS Properties
AwsRegion string
AWS Region
AwsSourceSchema string
AWS Source Schema
AwsTags Dictionary<string, string>
AWS Tags
PublicCloudConnectorsResourceId string
Public Cloud Connectors Resource ID
PublicCloudResourceName string
Public Cloud Resource Name
ProvisioningState This property is required. string
The status of the last operation.
Arn string
Amazon Resource Name (ARN)
AwsAccountId string
AWS Account ID
AwsProperties AwsDaxClusterPropertiesResponse
AWS Properties
AwsRegion string
AWS Region
AwsSourceSchema string
AWS Source Schema
AwsTags map[string]string
AWS Tags
PublicCloudConnectorsResourceId string
Public Cloud Connectors Resource ID
PublicCloudResourceName string
Public Cloud Resource Name
provisioningState This property is required. String
The status of the last operation.
arn String
Amazon Resource Name (ARN)
awsAccountId String
AWS Account ID
awsProperties AwsDaxClusterPropertiesResponse
AWS Properties
awsRegion String
AWS Region
awsSourceSchema String
AWS Source Schema
awsTags Map<String,String>
AWS Tags
publicCloudConnectorsResourceId String
Public Cloud Connectors Resource ID
publicCloudResourceName String
Public Cloud Resource Name
provisioningState This property is required. string
The status of the last operation.
arn string
Amazon Resource Name (ARN)
awsAccountId string
AWS Account ID
awsProperties AwsDaxClusterPropertiesResponse
AWS Properties
awsRegion string
AWS Region
awsSourceSchema string
AWS Source Schema
awsTags {[key: string]: string}
AWS Tags
publicCloudConnectorsResourceId string
Public Cloud Connectors Resource ID
publicCloudResourceName string
Public Cloud Resource Name
provisioning_state This property is required. str
The status of the last operation.
arn str
Amazon Resource Name (ARN)
aws_account_id str
AWS Account ID
aws_properties AwsDaxClusterPropertiesResponse
AWS Properties
aws_region str
AWS Region
aws_source_schema str
AWS Source Schema
aws_tags Mapping[str, str]
AWS Tags
public_cloud_connectors_resource_id str
Public Cloud Connectors Resource ID
public_cloud_resource_name str
Public Cloud Resource Name
provisioningState This property is required. String
The status of the last operation.
arn String
Amazon Resource Name (ARN)
awsAccountId String
AWS Account ID
awsProperties Property Map
AWS Properties
awsRegion String
AWS Region
awsSourceSchema String
AWS Source Schema
awsTags Map<String>
AWS Tags
publicCloudConnectorsResourceId String
Public Cloud Connectors Resource ID
publicCloudResourceName String
Public Cloud Resource Name

Node
, NodeArgs

NodeResponse
, NodeResponseArgs

ParameterGroupStatus
, ParameterGroupStatusArgs

ParameterGroupStatusResponse
, ParameterGroupStatusResponseArgs

SSEDescription
, SSEDescriptionArgs

SSEDescriptionResponse
, SSEDescriptionResponseArgs

SSEStatus
, SSEStatusArgs

DISABLED
DISABLEDSSEStatus enum DISABLED
DISABLING
DISABLINGSSEStatus enum DISABLING
ENABLED
ENABLEDSSEStatus enum ENABLED
ENABLING
ENABLINGSSEStatus enum ENABLING
SSEStatusDISABLED
DISABLEDSSEStatus enum DISABLED
SSEStatusDISABLING
DISABLINGSSEStatus enum DISABLING
SSEStatusENABLED
ENABLEDSSEStatus enum ENABLED
SSEStatusENABLING
ENABLINGSSEStatus enum ENABLING
DISABLED
DISABLEDSSEStatus enum DISABLED
DISABLING
DISABLINGSSEStatus enum DISABLING
ENABLED
ENABLEDSSEStatus enum ENABLED
ENABLING
ENABLINGSSEStatus enum ENABLING
DISABLED
DISABLEDSSEStatus enum DISABLED
DISABLING
DISABLINGSSEStatus enum DISABLING
ENABLED
ENABLEDSSEStatus enum ENABLED
ENABLING
ENABLINGSSEStatus enum ENABLING
DISABLED
DISABLEDSSEStatus enum DISABLED
DISABLING
DISABLINGSSEStatus enum DISABLING
ENABLED
ENABLEDSSEStatus enum ENABLED
ENABLING
ENABLINGSSEStatus enum ENABLING
"DISABLED"
DISABLEDSSEStatus enum DISABLED
"DISABLING"
DISABLINGSSEStatus enum DISABLING
"ENABLED"
ENABLEDSSEStatus enum ENABLED
"ENABLING"
ENABLINGSSEStatus enum ENABLING

SSEStatusEnumValue
, SSEStatusEnumValueArgs

Value string | SSEStatus
Property value
value String | SSEStatus
Property value
value string | SSEStatus
Property value
value str | SSEStatus
Property value

SSEStatusEnumValueResponse
, SSEStatusEnumValueResponseArgs

Value string
Property value
Value string
Property value
value String
Property value
value string
Property value
value str
Property value
value String
Property value

SecurityGroupMembership
, SecurityGroupMembershipArgs

SecurityGroupMembershipResponse
, SecurityGroupMembershipResponseArgs

SystemDataResponse
, SystemDataResponseArgs

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:awsconnector:DaxCluster sjqsmwkcdacfzcmciafezgodtlragm /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AwsConnector/daxClusters/{name} 
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi