azure-native.awsconnector.DaxCluster
Explore with Pulumi AI
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" },
        },
    });
});
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
	})
}
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());
    }
}
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",
    },
});
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",
    })
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
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 string
 - The unique name of the resource.
 - args DaxClusterArgs
 - The arguments to resource properties.
 - opts CustomResourceOptions
 - Bag of options to control resource's behavior.
 
- resource_name str
 - The unique name of the resource.
 - args 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 string
 - The unique name of the resource.
 - args DaxClusterArgs
 - The arguments to resource properties.
 - opts ResourceOption
 - Bag of options to control resource's behavior.
 
- name string
 - The unique name of the resource.
 - args DaxClusterArgs
 - The arguments to resource properties.
 - opts CustomResourceOptions
 - Bag of options to control resource's behavior.
 
- name String
 - The unique name of the resource.
 - args 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" },
    },
});
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"),
	},
})
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());
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",
    })
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",
    },
});
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
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:
- Resource
Group stringName  - The name of the resource group. The name is case insensitive.
 - Location string
 - The geo-location where the resource lives
 - Name string
 - Name of DaxCluster
 - Properties
Pulumi.
Azure Native. Aws Connector. Inputs. Dax Cluster Properties  - The resource-specific properties for this resource.
 - Dictionary<string, string>
 - Resource tags.
 
- Resource
Group stringName  - The name of the resource group. The name is case insensitive.
 - Location string
 - The geo-location where the resource lives
 - Name string
 - Name of DaxCluster
 - Properties
Dax
Cluster Properties Args  - The resource-specific properties for this resource.
 - map[string]string
 - Resource tags.
 
- resource
Group StringName  - The name of the resource group. The name is case insensitive.
 - location String
 - The geo-location where the resource lives
 - name String
 - Name of DaxCluster
 - properties
Dax
Cluster Properties  - The resource-specific properties for this resource.
 - Map<String,String>
 - Resource tags.
 
- resource
Group stringName  - The name of the resource group. The name is case insensitive.
 - location string
 - The geo-location where the resource lives
 - name string
 - Name of DaxCluster
 - properties
Dax
Cluster Properties  - The resource-specific properties for this resource.
 - {[key: string]: string}
 - Resource tags.
 
- resource_
group_ strname  - The name of the resource group. The name is case insensitive.
 - location str
 - The geo-location where the resource lives
 - name str
 - Name of DaxCluster
 - properties
Dax
Cluster Properties Args  - The resource-specific properties for this resource.
 - Mapping[str, str]
 - Resource tags.
 
- resource
Group StringName  - The name of the resource group. The name is case insensitive.
 - location String
 - The geo-location where the resource lives
 - name String
 - Name of DaxCluster
 - properties Property Map
 - The resource-specific properties for this resource.
 - Map<String>
 - Resource tags.
 
Outputs
All input properties are implicitly available as output properties. Additionally, the DaxCluster resource produces the following output properties:
- Azure
Api stringVersion  - The Azure API version of the resource.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - System
Data Pulumi.Azure Native. Aws Connector. Outputs. System Data Response  - 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 stringVersion  - The Azure API version of the resource.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - System
Data SystemData Response  - 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 StringVersion  - The Azure API version of the resource.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - system
Data SystemData Response  - 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 stringVersion  - The Azure API version of the resource.
 - id string
 - The provider-assigned unique ID for this managed resource.
 - system
Data SystemData Response  - 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_ strversion  - The Azure API version of the resource.
 - id str
 - The provider-assigned unique ID for this managed resource.
 - system_
data SystemData Response  - 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"
 
- azure
Api StringVersion  - The Azure API version of the resource.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - system
Data 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        
- Active
Nodes int - Cluster
Arn string - Cluster
Discovery Pulumi.Endpoint Azure Native. Aws Connector. Inputs. Dax Cluster Endpoint  - Cluster
Endpoint Pulumi.Encryption Type Azure Native. Aws Connector. Inputs. Cluster Endpoint Encryption Type Enum Value  - Cluster
Name string - Description string
 - Iam
Role stringArn  - Node
Ids List<string>To Remove  - Node
Type string - Nodes
List<Pulumi.
Azure Native. Aws Connector. Inputs. Node>  - Notification
Configuration Pulumi.Azure Native. Aws Connector. Inputs. Dax Cluster Notification Configuration  - Parameter
Group Pulumi.Azure Native. Aws Connector. Inputs. Parameter Group Status  - Preferred
Maintenance stringWindow  - Security
Groups List<Pulumi.Azure Native. Aws Connector. Inputs. Security Group Membership>  - Sse
Description Pulumi.Azure Native. Aws Connector. Inputs. SSEDescription  - Status string
 - Subnet
Group string - Total
Nodes int 
- Active
Nodes int - Cluster
Arn string - Cluster
Discovery DaxEndpoint Cluster Endpoint  - Cluster
Endpoint ClusterEncryption Type Endpoint Encryption Type Enum Value  - Cluster
Name string - Description string
 - Iam
Role stringArn  - Node
Ids []stringTo Remove  - Node
Type string - Nodes []Node
 - Notification
Configuration DaxCluster Notification Configuration  - Parameter
Group ParameterGroup Status  - Preferred
Maintenance stringWindow  - Security
Groups []SecurityGroup Membership  - Sse
Description SSEDescription - Status string
 - Subnet
Group string - Total
Nodes int 
- active
Nodes Integer - cluster
Arn String - cluster
Discovery DaxEndpoint Cluster Endpoint  - cluster
Endpoint ClusterEncryption Type Endpoint Encryption Type Enum Value  - cluster
Name String - description String
 - iam
Role StringArn  - node
Ids List<String>To Remove  - node
Type String - nodes List<Node>
 - notification
Configuration DaxCluster Notification Configuration  - parameter
Group ParameterGroup Status  - preferred
Maintenance StringWindow  - security
Groups List<SecurityGroup Membership>  - sse
Description SSEDescription - status String
 - subnet
Group String - total
Nodes Integer 
- active
Nodes number - cluster
Arn string - cluster
Discovery DaxEndpoint Cluster Endpoint  - cluster
Endpoint ClusterEncryption Type Endpoint Encryption Type Enum Value  - cluster
Name string - description string
 - iam
Role stringArn  - node
Ids string[]To Remove  - node
Type string - nodes Node[]
 - notification
Configuration DaxCluster Notification Configuration  - parameter
Group ParameterGroup Status  - preferred
Maintenance stringWindow  - security
Groups SecurityGroup Membership[]  - sse
Description SSEDescription - status string
 - subnet
Group string - total
Nodes number 
- active_
nodes int - cluster_
arn str - cluster_
discovery_ Daxendpoint Cluster Endpoint  - cluster_
endpoint_ Clusterencryption_ type Endpoint Encryption Type Enum Value  - cluster_
name str - description str
 - iam_
role_ strarn  - node_
ids_ Sequence[str]to_ remove  - node_
type str - nodes Sequence[Node]
 - notification_
configuration DaxCluster Notification Configuration  - parameter_
group ParameterGroup Status  - preferred_
maintenance_ strwindow  - security_
groups Sequence[SecurityGroup Membership]  - sse_
description SSEDescription - status str
 - subnet_
group str - total_
nodes int 
- active
Nodes Number - cluster
Arn String - cluster
Discovery Property MapEndpoint  - cluster
Endpoint Property MapEncryption Type  - cluster
Name String - description String
 - iam
Role StringArn  - node
Ids List<String>To Remove  - node
Type String - nodes List<Property Map>
 - notification
Configuration Property Map - parameter
Group Property Map - preferred
Maintenance StringWindow  - security
Groups List<Property Map> - sse
Description Property Map - status String
 - subnet
Group String - total
Nodes Number 
AwsDaxClusterPropertiesResponse, AwsDaxClusterPropertiesResponseArgs          
- Active
Nodes int - Cluster
Arn string - Cluster
Discovery Pulumi.Endpoint Azure Native. Aws Connector. Inputs. Dax Cluster Endpoint Response  - Cluster
Endpoint Pulumi.Encryption Type Azure Native. Aws Connector. Inputs. Cluster Endpoint Encryption Type Enum Value Response  - Cluster
Name string - Description string
 - Iam
Role stringArn  - Node
Ids List<string>To Remove  - Node
Type string - Nodes
List<Pulumi.
Azure Native. Aws Connector. Inputs. Node Response>  - Notification
Configuration Pulumi.Azure Native. Aws Connector. Inputs. Dax Cluster Notification Configuration Response  - Parameter
Group Pulumi.Azure Native. Aws Connector. Inputs. Parameter Group Status Response  - Preferred
Maintenance stringWindow  - Security
Groups List<Pulumi.Azure Native. Aws Connector. Inputs. Security Group Membership Response>  - Sse
Description Pulumi.Azure Native. Aws Connector. Inputs. SSEDescription Response  - Status string
 - Subnet
Group string - Total
Nodes int 
- Active
Nodes int - Cluster
Arn string - Cluster
Discovery DaxEndpoint Cluster Endpoint Response  - Cluster
Endpoint ClusterEncryption Type Endpoint Encryption Type Enum Value Response  - Cluster
Name string - Description string
 - Iam
Role stringArn  - Node
Ids []stringTo Remove  - Node
Type string - Nodes
[]Node
Response  - Notification
Configuration DaxCluster Notification Configuration Response  - Parameter
Group ParameterGroup Status Response  - Preferred
Maintenance stringWindow  - Security
Groups []SecurityGroup Membership Response  - Sse
Description SSEDescriptionResponse  - Status string
 - Subnet
Group string - Total
Nodes int 
- active
Nodes Integer - cluster
Arn String - cluster
Discovery DaxEndpoint Cluster Endpoint Response  - cluster
Endpoint ClusterEncryption Type Endpoint Encryption Type Enum Value Response  - cluster
Name String - description String
 - iam
Role StringArn  - node
Ids List<String>To Remove  - node
Type String - nodes
List<Node
Response>  - notification
Configuration DaxCluster Notification Configuration Response  - parameter
Group ParameterGroup Status Response  - preferred
Maintenance StringWindow  - security
Groups List<SecurityGroup Membership Response>  - sse
Description SSEDescriptionResponse  - status String
 - subnet
Group String - total
Nodes Integer 
- active
Nodes number - cluster
Arn string - cluster
Discovery DaxEndpoint Cluster Endpoint Response  - cluster
Endpoint ClusterEncryption Type Endpoint Encryption Type Enum Value Response  - cluster
Name string - description string
 - iam
Role stringArn  - node
Ids string[]To Remove  - node
Type string - nodes
Node
Response[]  - notification
Configuration DaxCluster Notification Configuration Response  - parameter
Group ParameterGroup Status Response  - preferred
Maintenance stringWindow  - security
Groups SecurityGroup Membership Response[]  - sse
Description SSEDescriptionResponse  - status string
 - subnet
Group string - total
Nodes number 
- active_
nodes int - cluster_
arn str - cluster_
discovery_ Daxendpoint Cluster Endpoint Response  - cluster_
endpoint_ Clusterencryption_ type Endpoint Encryption Type Enum Value Response  - cluster_
name str - description str
 - iam_
role_ strarn  - node_
ids_ Sequence[str]to_ remove  - node_
type str - nodes
Sequence[Node
Response]  - notification_
configuration DaxCluster Notification Configuration Response  - parameter_
group ParameterGroup Status Response  - preferred_
maintenance_ strwindow  - security_
groups Sequence[SecurityGroup Membership Response]  - sse_
description SSEDescriptionResponse  - status str
 - subnet_
group str - total_
nodes int 
- active
Nodes Number - cluster
Arn String - cluster
Discovery Property MapEndpoint  - cluster
Endpoint Property MapEncryption Type  - cluster
Name String - description String
 - iam
Role StringArn  - node
Ids List<String>To Remove  - node
Type String - nodes List<Property Map>
 - notification
Configuration Property Map - parameter
Group Property Map - preferred
Maintenance StringWindow  - security
Groups List<Property Map> - sse
Description Property Map - status String
 - subnet
Group String - total
Nodes Number 
ClusterEndpointEncryptionType, ClusterEndpointEncryptionTypeArgs        
- NONE
 - NONEClusterEndpointEncryptionType enum NONE
 - TLS
 - TLSClusterEndpointEncryptionType enum TLS
 
- Cluster
Endpoint Encryption Type NONE  - NONEClusterEndpointEncryptionType enum NONE
 - Cluster
Endpoint Encryption Type 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
 
- "NONE"
 - NONEClusterEndpointEncryptionType enum NONE
 - "TLS"
 - TLSClusterEndpointEncryptionType enum TLS
 
ClusterEndpointEncryptionTypeEnumValue, ClusterEndpointEncryptionTypeEnumValueArgs            
- Value
string | Pulumi.
Azure Native. Aws Connector. Cluster Endpoint Encryption Type  - Property value
 
- Value
string | Cluster
Endpoint Encryption Type  - Property value
 
- value
String | Cluster
Endpoint Encryption Type  - Property value
 
- value
string | Cluster
Endpoint Encryption Type  - Property value
 
- value
str | Cluster
Endpoint Encryption Type  - 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      
DaxClusterEndpointResponse, DaxClusterEndpointResponseArgs        
DaxClusterNotificationConfiguration, DaxClusterNotificationConfigurationArgs        
- Topic
Arn string - Topic
Status string 
- Topic
Arn string - Topic
Status string 
- topic
Arn String - topic
Status String 
- topic
Arn string - topic
Status string 
- topic_
arn str - topic_
status str 
- topic
Arn String - topic
Status String 
DaxClusterNotificationConfigurationResponse, DaxClusterNotificationConfigurationResponseArgs          
- Topic
Arn string - Topic
Status string 
- Topic
Arn string - Topic
Status string 
- topic
Arn String - topic
Status String 
- topic
Arn string - topic
Status string 
- topic_
arn str - topic_
status str 
- topic
Arn String - topic
Status String 
DaxClusterProperties, DaxClusterPropertiesArgs      
- Arn string
 - Amazon Resource Name (ARN)
 - Aws
Account stringId  - AWS Account ID
 - Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Dax Cluster Properties  - AWS Properties
 - Aws
Region string - AWS Region
 - Aws
Source stringSchema  - AWS Source Schema
 - Dictionary<string, string>
 - AWS Tags
 - Public
Cloud stringConnectors Resource Id  - Public Cloud Connectors Resource ID
 - Public
Cloud stringResource Name  - Public Cloud Resource Name
 
- Arn string
 - Amazon Resource Name (ARN)
 - Aws
Account stringId  - AWS Account ID
 - Aws
Properties AwsDax Cluster Properties  - AWS Properties
 - Aws
Region string - AWS Region
 - Aws
Source stringSchema  - AWS Source Schema
 - map[string]string
 - AWS Tags
 - Public
Cloud stringConnectors Resource Id  - Public Cloud Connectors Resource ID
 - Public
Cloud stringResource Name  - Public Cloud Resource Name
 
- arn String
 - Amazon Resource Name (ARN)
 - aws
Account StringId  - AWS Account ID
 - aws
Properties AwsDax Cluster Properties  - AWS Properties
 - aws
Region String - AWS Region
 - aws
Source StringSchema  - AWS Source Schema
 - Map<String,String>
 - AWS Tags
 - public
Cloud StringConnectors Resource Id  - Public Cloud Connectors Resource ID
 - public
Cloud StringResource Name  - Public Cloud Resource Name
 
- arn string
 - Amazon Resource Name (ARN)
 - aws
Account stringId  - AWS Account ID
 - aws
Properties AwsDax Cluster Properties  - AWS Properties
 - aws
Region string - AWS Region
 - aws
Source stringSchema  - AWS Source Schema
 - {[key: string]: string}
 - AWS Tags
 - public
Cloud stringConnectors Resource Id  - Public Cloud Connectors Resource ID
 - public
Cloud stringResource Name  - Public Cloud Resource Name
 
- arn str
 - Amazon Resource Name (ARN)
 - aws_
account_ strid  - AWS Account ID
 - aws_
properties AwsDax Cluster Properties  - AWS Properties
 - aws_
region str - AWS Region
 - aws_
source_ strschema  - AWS Source Schema
 - Mapping[str, str]
 - AWS Tags
 - public_
cloud_ strconnectors_ resource_ id  - Public Cloud Connectors Resource ID
 - public_
cloud_ strresource_ name  - Public Cloud Resource Name
 
- arn String
 - Amazon Resource Name (ARN)
 - aws
Account StringId  - AWS Account ID
 - aws
Properties Property Map - AWS Properties
 - aws
Region String - AWS Region
 - aws
Source StringSchema  - AWS Source Schema
 - Map<String>
 - AWS Tags
 - public
Cloud StringConnectors Resource Id  - Public Cloud Connectors Resource ID
 - public
Cloud StringResource Name  - Public Cloud Resource Name
 
DaxClusterPropertiesResponse, DaxClusterPropertiesResponseArgs        
- Provisioning
State string - The status of the last operation.
 - Arn string
 - Amazon Resource Name (ARN)
 - Aws
Account stringId  - AWS Account ID
 - Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Dax Cluster Properties Response  - AWS Properties
 - Aws
Region string - AWS Region
 - Aws
Source stringSchema  - AWS Source Schema
 - Dictionary<string, string>
 - AWS Tags
 - Public
Cloud stringConnectors Resource Id  - Public Cloud Connectors Resource ID
 - Public
Cloud stringResource Name  - Public Cloud Resource Name
 
- Provisioning
State string - The status of the last operation.
 - Arn string
 - Amazon Resource Name (ARN)
 - Aws
Account stringId  - AWS Account ID
 - Aws
Properties AwsDax Cluster Properties Response  - AWS Properties
 - Aws
Region string - AWS Region
 - Aws
Source stringSchema  - AWS Source Schema
 - map[string]string
 - AWS Tags
 - Public
Cloud stringConnectors Resource Id  - Public Cloud Connectors Resource ID
 - Public
Cloud stringResource Name  - Public Cloud Resource Name
 
- provisioning
State String - The status of the last operation.
 - arn String
 - Amazon Resource Name (ARN)
 - aws
Account StringId  - AWS Account ID
 - aws
Properties AwsDax Cluster Properties Response  - AWS Properties
 - aws
Region String - AWS Region
 - aws
Source StringSchema  - AWS Source Schema
 - Map<String,String>
 - AWS Tags
 - public
Cloud StringConnectors Resource Id  - Public Cloud Connectors Resource ID
 - public
Cloud StringResource Name  - Public Cloud Resource Name
 
- provisioning
State string - The status of the last operation.
 - arn string
 - Amazon Resource Name (ARN)
 - aws
Account stringId  - AWS Account ID
 - aws
Properties AwsDax Cluster Properties Response  - AWS Properties
 - aws
Region string - AWS Region
 - aws
Source stringSchema  - AWS Source Schema
 - {[key: string]: string}
 - AWS Tags
 - public
Cloud stringConnectors Resource Id  - Public Cloud Connectors Resource ID
 - public
Cloud stringResource Name  - Public Cloud Resource Name
 
- provisioning_
state str - The status of the last operation.
 - arn str
 - Amazon Resource Name (ARN)
 - aws_
account_ strid  - AWS Account ID
 - aws_
properties AwsDax Cluster Properties Response  - AWS Properties
 - aws_
region str - AWS Region
 - aws_
source_ strschema  - AWS Source Schema
 - Mapping[str, str]
 - AWS Tags
 - public_
cloud_ strconnectors_ resource_ id  - Public Cloud Connectors Resource ID
 - public_
cloud_ strresource_ name  - Public Cloud Resource Name
 
- provisioning
State String - The status of the last operation.
 - arn String
 - Amazon Resource Name (ARN)
 - aws
Account StringId  - AWS Account ID
 - aws
Properties Property Map - AWS Properties
 - aws
Region String - AWS Region
 - aws
Source StringSchema  - AWS Source Schema
 - Map<String>
 - AWS Tags
 - public
Cloud StringConnectors Resource Id  - Public Cloud Connectors Resource ID
 - public
Cloud StringResource Name  - Public Cloud Resource Name
 
Node, NodeArgs  
- Availability
Zone string - Endpoint
Pulumi.
Azure Native. Aws Connector. Inputs. Dax Cluster Endpoint  - Node
Create stringTime  - Node
Id string - Node
Status string - Parameter
Group stringStatus  
- Availability
Zone string - Endpoint
Dax
Cluster Endpoint  - Node
Create stringTime  - Node
Id string - Node
Status string - Parameter
Group stringStatus  
- availability
Zone String - endpoint
Dax
Cluster Endpoint  - node
Create StringTime  - node
Id String - node
Status String - parameter
Group StringStatus  
- availability
Zone string - endpoint
Dax
Cluster Endpoint  - node
Create stringTime  - node
Id string - node
Status string - parameter
Group stringStatus  
- availability
Zone String - endpoint Property Map
 - node
Create StringTime  - node
Id String - node
Status String - parameter
Group StringStatus  
NodeResponse, NodeResponseArgs    
- Availability
Zone string - Endpoint
Pulumi.
Azure Native. Aws Connector. Inputs. Dax Cluster Endpoint Response  - Node
Create stringTime  - Node
Id string - Node
Status string - Parameter
Group stringStatus  
- Availability
Zone string - Endpoint
Dax
Cluster Endpoint Response  - Node
Create stringTime  - Node
Id string - Node
Status string - Parameter
Group stringStatus  
- availability
Zone String - endpoint
Dax
Cluster Endpoint Response  - node
Create StringTime  - node
Id String - node
Status String - parameter
Group StringStatus  
- availability
Zone string - endpoint
Dax
Cluster Endpoint Response  - node
Create stringTime  - node
Id string - node
Status string - parameter
Group stringStatus  
- availability
Zone String - endpoint Property Map
 - node
Create StringTime  - node
Id String - node
Status String - parameter
Group StringStatus  
ParameterGroupStatus, ParameterGroupStatusArgs      
- Node
Ids List<string>To Reboot  - Parameter
Apply stringStatus  - Parameter
Group stringName  
- Node
Ids []stringTo Reboot  - Parameter
Apply stringStatus  - Parameter
Group stringName  
- node
Ids List<String>To Reboot  - parameter
Apply StringStatus  - parameter
Group StringName  
- node
Ids string[]To Reboot  - parameter
Apply stringStatus  - parameter
Group stringName  
- node_
ids_ Sequence[str]to_ reboot  - parameter_
apply_ strstatus  - parameter_
group_ strname  
- node
Ids List<String>To Reboot  - parameter
Apply StringStatus  - parameter
Group StringName  
ParameterGroupStatusResponse, ParameterGroupStatusResponseArgs        
- Node
Ids List<string>To Reboot  - Parameter
Apply stringStatus  - Parameter
Group stringName  
- Node
Ids []stringTo Reboot  - Parameter
Apply stringStatus  - Parameter
Group stringName  
- node
Ids List<String>To Reboot  - parameter
Apply StringStatus  - parameter
Group StringName  
- node
Ids string[]To Reboot  - parameter
Apply stringStatus  - parameter
Group stringName  
- node_
ids_ Sequence[str]to_ reboot  - parameter_
apply_ strstatus  - parameter_
group_ strname  
- node
Ids List<String>To Reboot  - parameter
Apply StringStatus  - parameter
Group StringName  
SSEDescription, SSEDescriptionArgs  
SSEDescriptionResponse, SSEDescriptionResponseArgs    
SSEStatus, SSEStatusArgs  
- DISABLED
 - DISABLEDSSEStatus enum DISABLED
 - DISABLING
 - DISABLINGSSEStatus enum DISABLING
 - ENABLED
 - ENABLEDSSEStatus enum ENABLED
 - ENABLING
 - ENABLINGSSEStatus enum ENABLING
 
- SSEStatus
DISABLED  - DISABLEDSSEStatus enum DISABLED
 - SSEStatus
DISABLING  - DISABLINGSSEStatus enum DISABLING
 - SSEStatus
ENABLED  - ENABLEDSSEStatus enum ENABLED
 - SSEStatus
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
 
- "DISABLED"
 - DISABLEDSSEStatus enum DISABLED
 - "DISABLING"
 - DISABLINGSSEStatus enum DISABLING
 - "ENABLED"
 - ENABLEDSSEStatus enum ENABLED
 - "ENABLING"
 - ENABLINGSSEStatus enum ENABLING
 
SSEStatusEnumValue, SSEStatusEnumValueArgs      
- Value
string | Pulumi.
Azure Native. Aws Connector. SSEStatus  - Property value
 
- value String | "DISABLED" | "DISABLING" | "ENABLED" | "ENABLING"
 - 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      
- Security
Group stringIdentifier  - Status string
 
- Security
Group stringIdentifier  - Status string
 
- security
Group StringIdentifier  - status String
 
- security
Group stringIdentifier  - status string
 
- security_
group_ stridentifier  - status str
 
- security
Group StringIdentifier  - status String
 
SecurityGroupMembershipResponse, SecurityGroupMembershipResponseArgs        
- Security
Group stringIdentifier  - Status string
 
- Security
Group stringIdentifier  - Status string
 
- security
Group StringIdentifier  - status String
 
- security
Group stringIdentifier  - status string
 
- security_
group_ stridentifier  - status str
 
- security
Group StringIdentifier  - status String
 
SystemDataResponse, SystemDataResponseArgs      
- Created
At string - The timestamp of resource creation (UTC).
 - Created
By string - The identity that created the resource.
 - Created
By stringType  - The type of identity that created the resource.
 - Last
Modified stringAt  - The timestamp of resource last modification (UTC)
 - Last
Modified stringBy  - The identity that last modified the resource.
 - Last
Modified stringBy Type  - The type of identity that last modified the resource.
 
- Created
At string - The timestamp of resource creation (UTC).
 - Created
By string - The identity that created the resource.
 - Created
By stringType  - The type of identity that created the resource.
 - Last
Modified stringAt  - The timestamp of resource last modification (UTC)
 - Last
Modified stringBy  - The identity that last modified the resource.
 - Last
Modified stringBy Type  - The type of identity that last modified the resource.
 
- created
At String - The timestamp of resource creation (UTC).
 - created
By String - The identity that created the resource.
 - created
By StringType  - The type of identity that created the resource.
 - last
Modified StringAt  - The timestamp of resource last modification (UTC)
 - last
Modified StringBy  - The identity that last modified the resource.
 - last
Modified StringBy Type  - The type of identity that last modified the resource.
 
- created
At string - The timestamp of resource creation (UTC).
 - created
By string - The identity that created the resource.
 - created
By stringType  - The type of identity that created the resource.
 - last
Modified stringAt  - The timestamp of resource last modification (UTC)
 - last
Modified stringBy  - The identity that last modified the resource.
 - last
Modified stringBy Type  - 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_ strtype  - The type of identity that created the resource.
 - last_
modified_ strat  - The timestamp of resource last modification (UTC)
 - last_
modified_ strby  - The identity that last modified the resource.
 - last_
modified_ strby_ type  - The type of identity that last modified the resource.
 
- created
At String - The timestamp of resource creation (UTC).
 - created
By String - The identity that created the resource.
 - created
By StringType  - The type of identity that created the resource.
 - last
Modified StringAt  - The timestamp of resource last modification (UTC)
 - last
Modified StringBy  - The identity that last modified the resource.
 - last
Modified StringBy Type  - 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} 
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
 - Azure Native pulumi/pulumi-azure-native
 - License
 - Apache-2.0