1. Packages
  2. Spectrocloud Provider
  3. API Docs
  4. ClusterCustomCloud
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud

spectrocloud.ClusterCustomCloud

Explore with Pulumi AI

spectrocloud logo
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud

    Resource for managing custom cloud clusters in Spectro Cloud through Palette.

    Create ClusterCustomCloud Resource

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

    Constructor syntax

    new ClusterCustomCloud(name: string, args: ClusterCustomCloudArgs, opts?: CustomResourceOptions);
    @overload
    def ClusterCustomCloud(resource_name: str,
                           args: ClusterCustomCloudArgs,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def ClusterCustomCloud(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           cloud_config: Optional[ClusterCustomCloudCloudConfigArgs] = None,
                           machine_pools: Optional[Sequence[ClusterCustomCloudMachinePoolArgs]] = None,
                           cloud: Optional[str] = None,
                           cloud_account_id: Optional[str] = None,
                           location_configs: Optional[Sequence[ClusterCustomCloudLocationConfigArgs]] = None,
                           backup_policy: Optional[ClusterCustomCloudBackupPolicyArgs] = None,
                           cluster_profiles: Optional[Sequence[ClusterCustomCloudClusterProfileArgs]] = None,
                           cluster_rbac_bindings: Optional[Sequence[ClusterCustomCloudClusterRbacBindingArgs]] = None,
                           context: Optional[str] = None,
                           description: Optional[str] = None,
                           force_delete: Optional[bool] = None,
                           force_delete_delay: Optional[float] = None,
                           apply_setting: Optional[str] = None,
                           cluster_custom_cloud_id: Optional[str] = None,
                           name: Optional[str] = None,
                           namespaces: Optional[Sequence[ClusterCustomCloudNamespaceArgs]] = None,
                           os_patch_after: Optional[str] = None,
                           os_patch_on_boot: Optional[bool] = None,
                           os_patch_schedule: Optional[str] = None,
                           pause_agent_upgrades: Optional[str] = None,
                           scan_policy: Optional[ClusterCustomCloudScanPolicyArgs] = None,
                           skip_completion: Optional[bool] = None,
                           tags: Optional[Sequence[str]] = None,
                           timeouts: Optional[ClusterCustomCloudTimeoutsArgs] = None)
    func NewClusterCustomCloud(ctx *Context, name string, args ClusterCustomCloudArgs, opts ...ResourceOption) (*ClusterCustomCloud, error)
    public ClusterCustomCloud(string name, ClusterCustomCloudArgs args, CustomResourceOptions? opts = null)
    public ClusterCustomCloud(String name, ClusterCustomCloudArgs args)
    public ClusterCustomCloud(String name, ClusterCustomCloudArgs args, CustomResourceOptions options)
    
    type: spectrocloud:ClusterCustomCloud
    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 ClusterCustomCloudArgs
    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 ClusterCustomCloudArgs
    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 ClusterCustomCloudArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ClusterCustomCloudArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ClusterCustomCloudArgs
    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 clusterCustomCloudResource = new Spectrocloud.ClusterCustomCloud("clusterCustomCloudResource", new()
    {
        CloudConfig = new Spectrocloud.Inputs.ClusterCustomCloudCloudConfigArgs
        {
            Values = "string",
        },
        MachinePools = new[]
        {
            new Spectrocloud.Inputs.ClusterCustomCloudMachinePoolArgs
            {
                NodePoolConfig = "string",
                ControlPlane = false,
                ControlPlaneAsWorker = false,
                Count = 0,
                Name = "string",
            },
        },
        Cloud = "string",
        CloudAccountId = "string",
        LocationConfigs = new[]
        {
            new Spectrocloud.Inputs.ClusterCustomCloudLocationConfigArgs
            {
                Latitude = 0,
                Longitude = 0,
                CountryCode = "string",
                CountryName = "string",
                RegionCode = "string",
                RegionName = "string",
            },
        },
        BackupPolicy = new Spectrocloud.Inputs.ClusterCustomCloudBackupPolicyArgs
        {
            BackupLocationId = "string",
            ExpiryInHour = 0,
            Prefix = "string",
            Schedule = "string",
            ClusterUids = new[]
            {
                "string",
            },
            IncludeAllClusters = false,
            IncludeClusterResources = false,
            IncludeClusterResourcesMode = "string",
            IncludeDisks = false,
            Namespaces = new[]
            {
                "string",
            },
        },
        ClusterProfiles = new[]
        {
            new Spectrocloud.Inputs.ClusterCustomCloudClusterProfileArgs
            {
                Id = "string",
                Packs = new[]
                {
                    new Spectrocloud.Inputs.ClusterCustomCloudClusterProfilePackArgs
                    {
                        Name = "string",
                        Manifests = new[]
                        {
                            new Spectrocloud.Inputs.ClusterCustomCloudClusterProfilePackManifestArgs
                            {
                                Content = "string",
                                Name = "string",
                                Uid = "string",
                            },
                        },
                        RegistryUid = "string",
                        Tag = "string",
                        Type = "string",
                        Uid = "string",
                        Values = "string",
                    },
                },
                Variables = 
                {
                    { "string", "string" },
                },
            },
        },
        ClusterRbacBindings = new[]
        {
            new Spectrocloud.Inputs.ClusterCustomCloudClusterRbacBindingArgs
            {
                Type = "string",
                Namespace = "string",
                Role = 
                {
                    { "string", "string" },
                },
                Subjects = new[]
                {
                    new Spectrocloud.Inputs.ClusterCustomCloudClusterRbacBindingSubjectArgs
                    {
                        Name = "string",
                        Type = "string",
                        Namespace = "string",
                    },
                },
            },
        },
        Context = "string",
        Description = "string",
        ForceDelete = false,
        ForceDeleteDelay = 0,
        ApplySetting = "string",
        ClusterCustomCloudId = "string",
        Name = "string",
        Namespaces = new[]
        {
            new Spectrocloud.Inputs.ClusterCustomCloudNamespaceArgs
            {
                Name = "string",
                ResourceAllocation = 
                {
                    { "string", "string" },
                },
                ImagesBlacklists = new[]
                {
                    "string",
                },
            },
        },
        OsPatchAfter = "string",
        OsPatchOnBoot = false,
        OsPatchSchedule = "string",
        PauseAgentUpgrades = "string",
        ScanPolicy = new Spectrocloud.Inputs.ClusterCustomCloudScanPolicyArgs
        {
            ConfigurationScanSchedule = "string",
            ConformanceScanSchedule = "string",
            PenetrationScanSchedule = "string",
        },
        SkipCompletion = false,
        Tags = new[]
        {
            "string",
        },
        Timeouts = new Spectrocloud.Inputs.ClusterCustomCloudTimeoutsArgs
        {
            Create = "string",
            Delete = "string",
            Update = "string",
        },
    });
    
    example, err := spectrocloud.NewClusterCustomCloud(ctx, "clusterCustomCloudResource", &spectrocloud.ClusterCustomCloudArgs{
    	CloudConfig: &spectrocloud.ClusterCustomCloudCloudConfigArgs{
    		Values: pulumi.String("string"),
    	},
    	MachinePools: spectrocloud.ClusterCustomCloudMachinePoolArray{
    		&spectrocloud.ClusterCustomCloudMachinePoolArgs{
    			NodePoolConfig:       pulumi.String("string"),
    			ControlPlane:         pulumi.Bool(false),
    			ControlPlaneAsWorker: pulumi.Bool(false),
    			Count:                pulumi.Float64(0),
    			Name:                 pulumi.String("string"),
    		},
    	},
    	Cloud:          pulumi.String("string"),
    	CloudAccountId: pulumi.String("string"),
    	LocationConfigs: spectrocloud.ClusterCustomCloudLocationConfigArray{
    		&spectrocloud.ClusterCustomCloudLocationConfigArgs{
    			Latitude:    pulumi.Float64(0),
    			Longitude:   pulumi.Float64(0),
    			CountryCode: pulumi.String("string"),
    			CountryName: pulumi.String("string"),
    			RegionCode:  pulumi.String("string"),
    			RegionName:  pulumi.String("string"),
    		},
    	},
    	BackupPolicy: &spectrocloud.ClusterCustomCloudBackupPolicyArgs{
    		BackupLocationId: pulumi.String("string"),
    		ExpiryInHour:     pulumi.Float64(0),
    		Prefix:           pulumi.String("string"),
    		Schedule:         pulumi.String("string"),
    		ClusterUids: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		IncludeAllClusters:          pulumi.Bool(false),
    		IncludeClusterResources:     pulumi.Bool(false),
    		IncludeClusterResourcesMode: pulumi.String("string"),
    		IncludeDisks:                pulumi.Bool(false),
    		Namespaces: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    	},
    	ClusterProfiles: spectrocloud.ClusterCustomCloudClusterProfileArray{
    		&spectrocloud.ClusterCustomCloudClusterProfileArgs{
    			Id: pulumi.String("string"),
    			Packs: spectrocloud.ClusterCustomCloudClusterProfilePackArray{
    				&spectrocloud.ClusterCustomCloudClusterProfilePackArgs{
    					Name: pulumi.String("string"),
    					Manifests: spectrocloud.ClusterCustomCloudClusterProfilePackManifestArray{
    						&spectrocloud.ClusterCustomCloudClusterProfilePackManifestArgs{
    							Content: pulumi.String("string"),
    							Name:    pulumi.String("string"),
    							Uid:     pulumi.String("string"),
    						},
    					},
    					RegistryUid: pulumi.String("string"),
    					Tag:         pulumi.String("string"),
    					Type:        pulumi.String("string"),
    					Uid:         pulumi.String("string"),
    					Values:      pulumi.String("string"),
    				},
    			},
    			Variables: pulumi.StringMap{
    				"string": pulumi.String("string"),
    			},
    		},
    	},
    	ClusterRbacBindings: spectrocloud.ClusterCustomCloudClusterRbacBindingArray{
    		&spectrocloud.ClusterCustomCloudClusterRbacBindingArgs{
    			Type:      pulumi.String("string"),
    			Namespace: pulumi.String("string"),
    			Role: pulumi.StringMap{
    				"string": pulumi.String("string"),
    			},
    			Subjects: spectrocloud.ClusterCustomCloudClusterRbacBindingSubjectArray{
    				&spectrocloud.ClusterCustomCloudClusterRbacBindingSubjectArgs{
    					Name:      pulumi.String("string"),
    					Type:      pulumi.String("string"),
    					Namespace: pulumi.String("string"),
    				},
    			},
    		},
    	},
    	Context:              pulumi.String("string"),
    	Description:          pulumi.String("string"),
    	ForceDelete:          pulumi.Bool(false),
    	ForceDeleteDelay:     pulumi.Float64(0),
    	ApplySetting:         pulumi.String("string"),
    	ClusterCustomCloudId: pulumi.String("string"),
    	Name:                 pulumi.String("string"),
    	Namespaces: spectrocloud.ClusterCustomCloudNamespaceArray{
    		&spectrocloud.ClusterCustomCloudNamespaceArgs{
    			Name: pulumi.String("string"),
    			ResourceAllocation: pulumi.StringMap{
    				"string": pulumi.String("string"),
    			},
    			ImagesBlacklists: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    		},
    	},
    	OsPatchAfter:       pulumi.String("string"),
    	OsPatchOnBoot:      pulumi.Bool(false),
    	OsPatchSchedule:    pulumi.String("string"),
    	PauseAgentUpgrades: pulumi.String("string"),
    	ScanPolicy: &spectrocloud.ClusterCustomCloudScanPolicyArgs{
    		ConfigurationScanSchedule: pulumi.String("string"),
    		ConformanceScanSchedule:   pulumi.String("string"),
    		PenetrationScanSchedule:   pulumi.String("string"),
    	},
    	SkipCompletion: pulumi.Bool(false),
    	Tags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Timeouts: &spectrocloud.ClusterCustomCloudTimeoutsArgs{
    		Create: pulumi.String("string"),
    		Delete: pulumi.String("string"),
    		Update: pulumi.String("string"),
    	},
    })
    
    var clusterCustomCloudResource = new ClusterCustomCloud("clusterCustomCloudResource", ClusterCustomCloudArgs.builder()
        .cloudConfig(ClusterCustomCloudCloudConfigArgs.builder()
            .values("string")
            .build())
        .machinePools(ClusterCustomCloudMachinePoolArgs.builder()
            .nodePoolConfig("string")
            .controlPlane(false)
            .controlPlaneAsWorker(false)
            .count(0)
            .name("string")
            .build())
        .cloud("string")
        .cloudAccountId("string")
        .locationConfigs(ClusterCustomCloudLocationConfigArgs.builder()
            .latitude(0)
            .longitude(0)
            .countryCode("string")
            .countryName("string")
            .regionCode("string")
            .regionName("string")
            .build())
        .backupPolicy(ClusterCustomCloudBackupPolicyArgs.builder()
            .backupLocationId("string")
            .expiryInHour(0)
            .prefix("string")
            .schedule("string")
            .clusterUids("string")
            .includeAllClusters(false)
            .includeClusterResources(false)
            .includeClusterResourcesMode("string")
            .includeDisks(false)
            .namespaces("string")
            .build())
        .clusterProfiles(ClusterCustomCloudClusterProfileArgs.builder()
            .id("string")
            .packs(ClusterCustomCloudClusterProfilePackArgs.builder()
                .name("string")
                .manifests(ClusterCustomCloudClusterProfilePackManifestArgs.builder()
                    .content("string")
                    .name("string")
                    .uid("string")
                    .build())
                .registryUid("string")
                .tag("string")
                .type("string")
                .uid("string")
                .values("string")
                .build())
            .variables(Map.of("string", "string"))
            .build())
        .clusterRbacBindings(ClusterCustomCloudClusterRbacBindingArgs.builder()
            .type("string")
            .namespace("string")
            .role(Map.of("string", "string"))
            .subjects(ClusterCustomCloudClusterRbacBindingSubjectArgs.builder()
                .name("string")
                .type("string")
                .namespace("string")
                .build())
            .build())
        .context("string")
        .description("string")
        .forceDelete(false)
        .forceDeleteDelay(0)
        .applySetting("string")
        .clusterCustomCloudId("string")
        .name("string")
        .namespaces(ClusterCustomCloudNamespaceArgs.builder()
            .name("string")
            .resourceAllocation(Map.of("string", "string"))
            .imagesBlacklists("string")
            .build())
        .osPatchAfter("string")
        .osPatchOnBoot(false)
        .osPatchSchedule("string")
        .pauseAgentUpgrades("string")
        .scanPolicy(ClusterCustomCloudScanPolicyArgs.builder()
            .configurationScanSchedule("string")
            .conformanceScanSchedule("string")
            .penetrationScanSchedule("string")
            .build())
        .skipCompletion(false)
        .tags("string")
        .timeouts(ClusterCustomCloudTimeoutsArgs.builder()
            .create("string")
            .delete("string")
            .update("string")
            .build())
        .build());
    
    cluster_custom_cloud_resource = spectrocloud.ClusterCustomCloud("clusterCustomCloudResource",
        cloud_config={
            "values": "string",
        },
        machine_pools=[{
            "node_pool_config": "string",
            "control_plane": False,
            "control_plane_as_worker": False,
            "count": 0,
            "name": "string",
        }],
        cloud="string",
        cloud_account_id="string",
        location_configs=[{
            "latitude": 0,
            "longitude": 0,
            "country_code": "string",
            "country_name": "string",
            "region_code": "string",
            "region_name": "string",
        }],
        backup_policy={
            "backup_location_id": "string",
            "expiry_in_hour": 0,
            "prefix": "string",
            "schedule": "string",
            "cluster_uids": ["string"],
            "include_all_clusters": False,
            "include_cluster_resources": False,
            "include_cluster_resources_mode": "string",
            "include_disks": False,
            "namespaces": ["string"],
        },
        cluster_profiles=[{
            "id": "string",
            "packs": [{
                "name": "string",
                "manifests": [{
                    "content": "string",
                    "name": "string",
                    "uid": "string",
                }],
                "registry_uid": "string",
                "tag": "string",
                "type": "string",
                "uid": "string",
                "values": "string",
            }],
            "variables": {
                "string": "string",
            },
        }],
        cluster_rbac_bindings=[{
            "type": "string",
            "namespace": "string",
            "role": {
                "string": "string",
            },
            "subjects": [{
                "name": "string",
                "type": "string",
                "namespace": "string",
            }],
        }],
        context="string",
        description="string",
        force_delete=False,
        force_delete_delay=0,
        apply_setting="string",
        cluster_custom_cloud_id="string",
        name="string",
        namespaces=[{
            "name": "string",
            "resource_allocation": {
                "string": "string",
            },
            "images_blacklists": ["string"],
        }],
        os_patch_after="string",
        os_patch_on_boot=False,
        os_patch_schedule="string",
        pause_agent_upgrades="string",
        scan_policy={
            "configuration_scan_schedule": "string",
            "conformance_scan_schedule": "string",
            "penetration_scan_schedule": "string",
        },
        skip_completion=False,
        tags=["string"],
        timeouts={
            "create": "string",
            "delete": "string",
            "update": "string",
        })
    
    const clusterCustomCloudResource = new spectrocloud.ClusterCustomCloud("clusterCustomCloudResource", {
        cloudConfig: {
            values: "string",
        },
        machinePools: [{
            nodePoolConfig: "string",
            controlPlane: false,
            controlPlaneAsWorker: false,
            count: 0,
            name: "string",
        }],
        cloud: "string",
        cloudAccountId: "string",
        locationConfigs: [{
            latitude: 0,
            longitude: 0,
            countryCode: "string",
            countryName: "string",
            regionCode: "string",
            regionName: "string",
        }],
        backupPolicy: {
            backupLocationId: "string",
            expiryInHour: 0,
            prefix: "string",
            schedule: "string",
            clusterUids: ["string"],
            includeAllClusters: false,
            includeClusterResources: false,
            includeClusterResourcesMode: "string",
            includeDisks: false,
            namespaces: ["string"],
        },
        clusterProfiles: [{
            id: "string",
            packs: [{
                name: "string",
                manifests: [{
                    content: "string",
                    name: "string",
                    uid: "string",
                }],
                registryUid: "string",
                tag: "string",
                type: "string",
                uid: "string",
                values: "string",
            }],
            variables: {
                string: "string",
            },
        }],
        clusterRbacBindings: [{
            type: "string",
            namespace: "string",
            role: {
                string: "string",
            },
            subjects: [{
                name: "string",
                type: "string",
                namespace: "string",
            }],
        }],
        context: "string",
        description: "string",
        forceDelete: false,
        forceDeleteDelay: 0,
        applySetting: "string",
        clusterCustomCloudId: "string",
        name: "string",
        namespaces: [{
            name: "string",
            resourceAllocation: {
                string: "string",
            },
            imagesBlacklists: ["string"],
        }],
        osPatchAfter: "string",
        osPatchOnBoot: false,
        osPatchSchedule: "string",
        pauseAgentUpgrades: "string",
        scanPolicy: {
            configurationScanSchedule: "string",
            conformanceScanSchedule: "string",
            penetrationScanSchedule: "string",
        },
        skipCompletion: false,
        tags: ["string"],
        timeouts: {
            create: "string",
            "delete": "string",
            update: "string",
        },
    });
    
    type: spectrocloud:ClusterCustomCloud
    properties:
        applySetting: string
        backupPolicy:
            backupLocationId: string
            clusterUids:
                - string
            expiryInHour: 0
            includeAllClusters: false
            includeClusterResources: false
            includeClusterResourcesMode: string
            includeDisks: false
            namespaces:
                - string
            prefix: string
            schedule: string
        cloud: string
        cloudAccountId: string
        cloudConfig:
            values: string
        clusterCustomCloudId: string
        clusterProfiles:
            - id: string
              packs:
                - manifests:
                    - content: string
                      name: string
                      uid: string
                  name: string
                  registryUid: string
                  tag: string
                  type: string
                  uid: string
                  values: string
              variables:
                string: string
        clusterRbacBindings:
            - namespace: string
              role:
                string: string
              subjects:
                - name: string
                  namespace: string
                  type: string
              type: string
        context: string
        description: string
        forceDelete: false
        forceDeleteDelay: 0
        locationConfigs:
            - countryCode: string
              countryName: string
              latitude: 0
              longitude: 0
              regionCode: string
              regionName: string
        machinePools:
            - controlPlane: false
              controlPlaneAsWorker: false
              count: 0
              name: string
              nodePoolConfig: string
        name: string
        namespaces:
            - imagesBlacklists:
                - string
              name: string
              resourceAllocation:
                string: string
        osPatchAfter: string
        osPatchOnBoot: false
        osPatchSchedule: string
        pauseAgentUpgrades: string
        scanPolicy:
            configurationScanSchedule: string
            conformanceScanSchedule: string
            penetrationScanSchedule: string
        skipCompletion: false
        tags:
            - string
        timeouts:
            create: string
            delete: string
            update: string
    

    ClusterCustomCloud 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 ClusterCustomCloud resource accepts the following input properties:

    Cloud string
    The cloud provider name.
    CloudAccountId string
    The cloud account id to use for this cluster.
    CloudConfig ClusterCustomCloudCloudConfig
    The Cloud environment configuration settings such as network parameters and encryption parameters that apply to this cluster.
    MachinePools List<ClusterCustomCloudMachinePool>
    The machine pool configuration for the cluster.
    ApplySetting string
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    BackupPolicy ClusterCustomCloudBackupPolicy
    The backup policy for the cluster. If not specified, no backups will be taken.
    ClusterCustomCloudId string
    The ID of this resource.
    ClusterProfiles List<ClusterCustomCloudClusterProfile>
    ClusterRbacBindings List<ClusterCustomCloudClusterRbacBinding>
    The RBAC binding for the cluster.
    Context string
    The context of the EKS cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    Description string
    The description of the cluster. Default value is empty string.
    ForceDelete bool
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    ForceDeleteDelay double
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    LocationConfigs List<ClusterCustomCloudLocationConfig>
    Name string
    The name of the cluster.
    Namespaces List<ClusterCustomCloudNamespace>
    The namespaces for the cluster.
    OsPatchAfter string
    Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
    OsPatchOnBoot bool
    Whether to apply OS patch on boot. Default is false.
    OsPatchSchedule string
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    PauseAgentUpgrades string
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    ScanPolicy ClusterCustomCloudScanPolicy
    The scan policy for the cluster.
    SkipCompletion bool
    If true, the cluster will be created asynchronously. Default value is false.
    Tags List<string>
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    Timeouts ClusterCustomCloudTimeouts
    Cloud string
    The cloud provider name.
    CloudAccountId string
    The cloud account id to use for this cluster.
    CloudConfig ClusterCustomCloudCloudConfigArgs
    The Cloud environment configuration settings such as network parameters and encryption parameters that apply to this cluster.
    MachinePools []ClusterCustomCloudMachinePoolArgs
    The machine pool configuration for the cluster.
    ApplySetting string
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    BackupPolicy ClusterCustomCloudBackupPolicyArgs
    The backup policy for the cluster. If not specified, no backups will be taken.
    ClusterCustomCloudId string
    The ID of this resource.
    ClusterProfiles []ClusterCustomCloudClusterProfileArgs
    ClusterRbacBindings []ClusterCustomCloudClusterRbacBindingArgs
    The RBAC binding for the cluster.
    Context string
    The context of the EKS cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    Description string
    The description of the cluster. Default value is empty string.
    ForceDelete bool
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    ForceDeleteDelay float64
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    LocationConfigs []ClusterCustomCloudLocationConfigArgs
    Name string
    The name of the cluster.
    Namespaces []ClusterCustomCloudNamespaceArgs
    The namespaces for the cluster.
    OsPatchAfter string
    Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
    OsPatchOnBoot bool
    Whether to apply OS patch on boot. Default is false.
    OsPatchSchedule string
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    PauseAgentUpgrades string
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    ScanPolicy ClusterCustomCloudScanPolicyArgs
    The scan policy for the cluster.
    SkipCompletion bool
    If true, the cluster will be created asynchronously. Default value is false.
    Tags []string
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    Timeouts ClusterCustomCloudTimeoutsArgs
    cloud String
    The cloud provider name.
    cloudAccountId String
    The cloud account id to use for this cluster.
    cloudConfig ClusterCustomCloudCloudConfig
    The Cloud environment configuration settings such as network parameters and encryption parameters that apply to this cluster.
    machinePools List<ClusterCustomCloudMachinePool>
    The machine pool configuration for the cluster.
    applySetting String
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    backupPolicy ClusterCustomCloudBackupPolicy
    The backup policy for the cluster. If not specified, no backups will be taken.
    clusterCustomCloudId String
    The ID of this resource.
    clusterProfiles List<ClusterCustomCloudClusterProfile>
    clusterRbacBindings List<ClusterCustomCloudClusterRbacBinding>
    The RBAC binding for the cluster.
    context String
    The context of the EKS cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    description String
    The description of the cluster. Default value is empty string.
    forceDelete Boolean
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    forceDeleteDelay Double
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    locationConfigs List<ClusterCustomCloudLocationConfig>
    name String
    The name of the cluster.
    namespaces List<ClusterCustomCloudNamespace>
    The namespaces for the cluster.
    osPatchAfter String
    Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
    osPatchOnBoot Boolean
    Whether to apply OS patch on boot. Default is false.
    osPatchSchedule String
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    pauseAgentUpgrades String
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    scanPolicy ClusterCustomCloudScanPolicy
    The scan policy for the cluster.
    skipCompletion Boolean
    If true, the cluster will be created asynchronously. Default value is false.
    tags List<String>
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    timeouts ClusterCustomCloudTimeouts
    cloud string
    The cloud provider name.
    cloudAccountId string
    The cloud account id to use for this cluster.
    cloudConfig ClusterCustomCloudCloudConfig
    The Cloud environment configuration settings such as network parameters and encryption parameters that apply to this cluster.
    machinePools ClusterCustomCloudMachinePool[]
    The machine pool configuration for the cluster.
    applySetting string
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    backupPolicy ClusterCustomCloudBackupPolicy
    The backup policy for the cluster. If not specified, no backups will be taken.
    clusterCustomCloudId string
    The ID of this resource.
    clusterProfiles ClusterCustomCloudClusterProfile[]
    clusterRbacBindings ClusterCustomCloudClusterRbacBinding[]
    The RBAC binding for the cluster.
    context string
    The context of the EKS cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    description string
    The description of the cluster. Default value is empty string.
    forceDelete boolean
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    forceDeleteDelay number
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    locationConfigs ClusterCustomCloudLocationConfig[]
    name string
    The name of the cluster.
    namespaces ClusterCustomCloudNamespace[]
    The namespaces for the cluster.
    osPatchAfter string
    Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
    osPatchOnBoot boolean
    Whether to apply OS patch on boot. Default is false.
    osPatchSchedule string
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    pauseAgentUpgrades string
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    scanPolicy ClusterCustomCloudScanPolicy
    The scan policy for the cluster.
    skipCompletion boolean
    If true, the cluster will be created asynchronously. Default value is false.
    tags string[]
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    timeouts ClusterCustomCloudTimeouts
    cloud str
    The cloud provider name.
    cloud_account_id str
    The cloud account id to use for this cluster.
    cloud_config ClusterCustomCloudCloudConfigArgs
    The Cloud environment configuration settings such as network parameters and encryption parameters that apply to this cluster.
    machine_pools Sequence[ClusterCustomCloudMachinePoolArgs]
    The machine pool configuration for the cluster.
    apply_setting str
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    backup_policy ClusterCustomCloudBackupPolicyArgs
    The backup policy for the cluster. If not specified, no backups will be taken.
    cluster_custom_cloud_id str
    The ID of this resource.
    cluster_profiles Sequence[ClusterCustomCloudClusterProfileArgs]
    cluster_rbac_bindings Sequence[ClusterCustomCloudClusterRbacBindingArgs]
    The RBAC binding for the cluster.
    context str
    The context of the EKS cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    description str
    The description of the cluster. Default value is empty string.
    force_delete bool
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    force_delete_delay float
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    location_configs Sequence[ClusterCustomCloudLocationConfigArgs]
    name str
    The name of the cluster.
    namespaces Sequence[ClusterCustomCloudNamespaceArgs]
    The namespaces for the cluster.
    os_patch_after str
    Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
    os_patch_on_boot bool
    Whether to apply OS patch on boot. Default is false.
    os_patch_schedule str
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    pause_agent_upgrades str
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    scan_policy ClusterCustomCloudScanPolicyArgs
    The scan policy for the cluster.
    skip_completion bool
    If true, the cluster will be created asynchronously. Default value is false.
    tags Sequence[str]
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    timeouts ClusterCustomCloudTimeoutsArgs
    cloud String
    The cloud provider name.
    cloudAccountId String
    The cloud account id to use for this cluster.
    cloudConfig Property Map
    The Cloud environment configuration settings such as network parameters and encryption parameters that apply to this cluster.
    machinePools List<Property Map>
    The machine pool configuration for the cluster.
    applySetting String
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    backupPolicy Property Map
    The backup policy for the cluster. If not specified, no backups will be taken.
    clusterCustomCloudId String
    The ID of this resource.
    clusterProfiles List<Property Map>
    clusterRbacBindings List<Property Map>
    The RBAC binding for the cluster.
    context String
    The context of the EKS cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    description String
    The description of the cluster. Default value is empty string.
    forceDelete Boolean
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    forceDeleteDelay Number
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    locationConfigs List<Property Map>
    name String
    The name of the cluster.
    namespaces List<Property Map>
    The namespaces for the cluster.
    osPatchAfter String
    Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
    osPatchOnBoot Boolean
    Whether to apply OS patch on boot. Default is false.
    osPatchSchedule String
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    pauseAgentUpgrades String
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    scanPolicy Property Map
    The scan policy for the cluster.
    skipCompletion Boolean
    If true, the cluster will be created asynchronously. Default value is false.
    tags List<String>
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    timeouts Property Map

    Outputs

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

    AdminKubeConfig string
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    CloudConfigId string

    Deprecated: Deprecated

    Id string
    The provider-assigned unique ID for this managed resource.
    Kubeconfig string
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    AdminKubeConfig string
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    CloudConfigId string

    Deprecated: Deprecated

    Id string
    The provider-assigned unique ID for this managed resource.
    Kubeconfig string
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    adminKubeConfig String
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    cloudConfigId String

    Deprecated: Deprecated

    id String
    The provider-assigned unique ID for this managed resource.
    kubeconfig String
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    adminKubeConfig string
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    cloudConfigId string

    Deprecated: Deprecated

    id string
    The provider-assigned unique ID for this managed resource.
    kubeconfig string
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    admin_kube_config str
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    cloud_config_id str

    Deprecated: Deprecated

    id str
    The provider-assigned unique ID for this managed resource.
    kubeconfig str
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    adminKubeConfig String
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    cloudConfigId String

    Deprecated: Deprecated

    id String
    The provider-assigned unique ID for this managed resource.
    kubeconfig String
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.

    Look up Existing ClusterCustomCloud Resource

    Get an existing ClusterCustomCloud resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ClusterCustomCloudState, opts?: CustomResourceOptions): ClusterCustomCloud
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            admin_kube_config: Optional[str] = None,
            apply_setting: Optional[str] = None,
            backup_policy: Optional[ClusterCustomCloudBackupPolicyArgs] = None,
            cloud: Optional[str] = None,
            cloud_account_id: Optional[str] = None,
            cloud_config: Optional[ClusterCustomCloudCloudConfigArgs] = None,
            cloud_config_id: Optional[str] = None,
            cluster_custom_cloud_id: Optional[str] = None,
            cluster_profiles: Optional[Sequence[ClusterCustomCloudClusterProfileArgs]] = None,
            cluster_rbac_bindings: Optional[Sequence[ClusterCustomCloudClusterRbacBindingArgs]] = None,
            context: Optional[str] = None,
            description: Optional[str] = None,
            force_delete: Optional[bool] = None,
            force_delete_delay: Optional[float] = None,
            kubeconfig: Optional[str] = None,
            location_configs: Optional[Sequence[ClusterCustomCloudLocationConfigArgs]] = None,
            machine_pools: Optional[Sequence[ClusterCustomCloudMachinePoolArgs]] = None,
            name: Optional[str] = None,
            namespaces: Optional[Sequence[ClusterCustomCloudNamespaceArgs]] = None,
            os_patch_after: Optional[str] = None,
            os_patch_on_boot: Optional[bool] = None,
            os_patch_schedule: Optional[str] = None,
            pause_agent_upgrades: Optional[str] = None,
            scan_policy: Optional[ClusterCustomCloudScanPolicyArgs] = None,
            skip_completion: Optional[bool] = None,
            tags: Optional[Sequence[str]] = None,
            timeouts: Optional[ClusterCustomCloudTimeoutsArgs] = None) -> ClusterCustomCloud
    func GetClusterCustomCloud(ctx *Context, name string, id IDInput, state *ClusterCustomCloudState, opts ...ResourceOption) (*ClusterCustomCloud, error)
    public static ClusterCustomCloud Get(string name, Input<string> id, ClusterCustomCloudState? state, CustomResourceOptions? opts = null)
    public static ClusterCustomCloud get(String name, Output<String> id, ClusterCustomCloudState state, CustomResourceOptions options)
    resources:  _:    type: spectrocloud:ClusterCustomCloud    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AdminKubeConfig string
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    ApplySetting string
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    BackupPolicy ClusterCustomCloudBackupPolicy
    The backup policy for the cluster. If not specified, no backups will be taken.
    Cloud string
    The cloud provider name.
    CloudAccountId string
    The cloud account id to use for this cluster.
    CloudConfig ClusterCustomCloudCloudConfig
    The Cloud environment configuration settings such as network parameters and encryption parameters that apply to this cluster.
    CloudConfigId string

    Deprecated: Deprecated

    ClusterCustomCloudId string
    The ID of this resource.
    ClusterProfiles List<ClusterCustomCloudClusterProfile>
    ClusterRbacBindings List<ClusterCustomCloudClusterRbacBinding>
    The RBAC binding for the cluster.
    Context string
    The context of the EKS cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    Description string
    The description of the cluster. Default value is empty string.
    ForceDelete bool
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    ForceDeleteDelay double
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    Kubeconfig string
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    LocationConfigs List<ClusterCustomCloudLocationConfig>
    MachinePools List<ClusterCustomCloudMachinePool>
    The machine pool configuration for the cluster.
    Name string
    The name of the cluster.
    Namespaces List<ClusterCustomCloudNamespace>
    The namespaces for the cluster.
    OsPatchAfter string
    Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
    OsPatchOnBoot bool
    Whether to apply OS patch on boot. Default is false.
    OsPatchSchedule string
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    PauseAgentUpgrades string
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    ScanPolicy ClusterCustomCloudScanPolicy
    The scan policy for the cluster.
    SkipCompletion bool
    If true, the cluster will be created asynchronously. Default value is false.
    Tags List<string>
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    Timeouts ClusterCustomCloudTimeouts
    AdminKubeConfig string
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    ApplySetting string
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    BackupPolicy ClusterCustomCloudBackupPolicyArgs
    The backup policy for the cluster. If not specified, no backups will be taken.
    Cloud string
    The cloud provider name.
    CloudAccountId string
    The cloud account id to use for this cluster.
    CloudConfig ClusterCustomCloudCloudConfigArgs
    The Cloud environment configuration settings such as network parameters and encryption parameters that apply to this cluster.
    CloudConfigId string

    Deprecated: Deprecated

    ClusterCustomCloudId string
    The ID of this resource.
    ClusterProfiles []ClusterCustomCloudClusterProfileArgs
    ClusterRbacBindings []ClusterCustomCloudClusterRbacBindingArgs
    The RBAC binding for the cluster.
    Context string
    The context of the EKS cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    Description string
    The description of the cluster. Default value is empty string.
    ForceDelete bool
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    ForceDeleteDelay float64
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    Kubeconfig string
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    LocationConfigs []ClusterCustomCloudLocationConfigArgs
    MachinePools []ClusterCustomCloudMachinePoolArgs
    The machine pool configuration for the cluster.
    Name string
    The name of the cluster.
    Namespaces []ClusterCustomCloudNamespaceArgs
    The namespaces for the cluster.
    OsPatchAfter string
    Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
    OsPatchOnBoot bool
    Whether to apply OS patch on boot. Default is false.
    OsPatchSchedule string
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    PauseAgentUpgrades string
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    ScanPolicy ClusterCustomCloudScanPolicyArgs
    The scan policy for the cluster.
    SkipCompletion bool
    If true, the cluster will be created asynchronously. Default value is false.
    Tags []string
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    Timeouts ClusterCustomCloudTimeoutsArgs
    adminKubeConfig String
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    applySetting String
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    backupPolicy ClusterCustomCloudBackupPolicy
    The backup policy for the cluster. If not specified, no backups will be taken.
    cloud String
    The cloud provider name.
    cloudAccountId String
    The cloud account id to use for this cluster.
    cloudConfig ClusterCustomCloudCloudConfig
    The Cloud environment configuration settings such as network parameters and encryption parameters that apply to this cluster.
    cloudConfigId String

    Deprecated: Deprecated

    clusterCustomCloudId String
    The ID of this resource.
    clusterProfiles List<ClusterCustomCloudClusterProfile>
    clusterRbacBindings List<ClusterCustomCloudClusterRbacBinding>
    The RBAC binding for the cluster.
    context String
    The context of the EKS cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    description String
    The description of the cluster. Default value is empty string.
    forceDelete Boolean
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    forceDeleteDelay Double
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    kubeconfig String
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    locationConfigs List<ClusterCustomCloudLocationConfig>
    machinePools List<ClusterCustomCloudMachinePool>
    The machine pool configuration for the cluster.
    name String
    The name of the cluster.
    namespaces List<ClusterCustomCloudNamespace>
    The namespaces for the cluster.
    osPatchAfter String
    Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
    osPatchOnBoot Boolean
    Whether to apply OS patch on boot. Default is false.
    osPatchSchedule String
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    pauseAgentUpgrades String
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    scanPolicy ClusterCustomCloudScanPolicy
    The scan policy for the cluster.
    skipCompletion Boolean
    If true, the cluster will be created asynchronously. Default value is false.
    tags List<String>
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    timeouts ClusterCustomCloudTimeouts
    adminKubeConfig string
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    applySetting string
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    backupPolicy ClusterCustomCloudBackupPolicy
    The backup policy for the cluster. If not specified, no backups will be taken.
    cloud string
    The cloud provider name.
    cloudAccountId string
    The cloud account id to use for this cluster.
    cloudConfig ClusterCustomCloudCloudConfig
    The Cloud environment configuration settings such as network parameters and encryption parameters that apply to this cluster.
    cloudConfigId string

    Deprecated: Deprecated

    clusterCustomCloudId string
    The ID of this resource.
    clusterProfiles ClusterCustomCloudClusterProfile[]
    clusterRbacBindings ClusterCustomCloudClusterRbacBinding[]
    The RBAC binding for the cluster.
    context string
    The context of the EKS cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    description string
    The description of the cluster. Default value is empty string.
    forceDelete boolean
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    forceDeleteDelay number
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    kubeconfig string
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    locationConfigs ClusterCustomCloudLocationConfig[]
    machinePools ClusterCustomCloudMachinePool[]
    The machine pool configuration for the cluster.
    name string
    The name of the cluster.
    namespaces ClusterCustomCloudNamespace[]
    The namespaces for the cluster.
    osPatchAfter string
    Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
    osPatchOnBoot boolean
    Whether to apply OS patch on boot. Default is false.
    osPatchSchedule string
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    pauseAgentUpgrades string
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    scanPolicy ClusterCustomCloudScanPolicy
    The scan policy for the cluster.
    skipCompletion boolean
    If true, the cluster will be created asynchronously. Default value is false.
    tags string[]
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    timeouts ClusterCustomCloudTimeouts
    admin_kube_config str
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    apply_setting str
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    backup_policy ClusterCustomCloudBackupPolicyArgs
    The backup policy for the cluster. If not specified, no backups will be taken.
    cloud str
    The cloud provider name.
    cloud_account_id str
    The cloud account id to use for this cluster.
    cloud_config ClusterCustomCloudCloudConfigArgs
    The Cloud environment configuration settings such as network parameters and encryption parameters that apply to this cluster.
    cloud_config_id str

    Deprecated: Deprecated

    cluster_custom_cloud_id str
    The ID of this resource.
    cluster_profiles Sequence[ClusterCustomCloudClusterProfileArgs]
    cluster_rbac_bindings Sequence[ClusterCustomCloudClusterRbacBindingArgs]
    The RBAC binding for the cluster.
    context str
    The context of the EKS cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    description str
    The description of the cluster. Default value is empty string.
    force_delete bool
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    force_delete_delay float
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    kubeconfig str
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    location_configs Sequence[ClusterCustomCloudLocationConfigArgs]
    machine_pools Sequence[ClusterCustomCloudMachinePoolArgs]
    The machine pool configuration for the cluster.
    name str
    The name of the cluster.
    namespaces Sequence[ClusterCustomCloudNamespaceArgs]
    The namespaces for the cluster.
    os_patch_after str
    Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
    os_patch_on_boot bool
    Whether to apply OS patch on boot. Default is false.
    os_patch_schedule str
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    pause_agent_upgrades str
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    scan_policy ClusterCustomCloudScanPolicyArgs
    The scan policy for the cluster.
    skip_completion bool
    If true, the cluster will be created asynchronously. Default value is false.
    tags Sequence[str]
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    timeouts ClusterCustomCloudTimeoutsArgs
    adminKubeConfig String
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    applySetting String
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    backupPolicy Property Map
    The backup policy for the cluster. If not specified, no backups will be taken.
    cloud String
    The cloud provider name.
    cloudAccountId String
    The cloud account id to use for this cluster.
    cloudConfig Property Map
    The Cloud environment configuration settings such as network parameters and encryption parameters that apply to this cluster.
    cloudConfigId String

    Deprecated: Deprecated

    clusterCustomCloudId String
    The ID of this resource.
    clusterProfiles List<Property Map>
    clusterRbacBindings List<Property Map>
    The RBAC binding for the cluster.
    context String
    The context of the EKS cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    description String
    The description of the cluster. Default value is empty string.
    forceDelete Boolean
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    forceDeleteDelay Number
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    kubeconfig String
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    locationConfigs List<Property Map>
    machinePools List<Property Map>
    The machine pool configuration for the cluster.
    name String
    The name of the cluster.
    namespaces List<Property Map>
    The namespaces for the cluster.
    osPatchAfter String
    Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
    osPatchOnBoot Boolean
    Whether to apply OS patch on boot. Default is false.
    osPatchSchedule String
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    pauseAgentUpgrades String
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    scanPolicy Property Map
    The scan policy for the cluster.
    skipCompletion Boolean
    If true, the cluster will be created asynchronously. Default value is false.
    tags List<String>
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    timeouts Property Map

    Supporting Types

    ClusterCustomCloudBackupPolicy, ClusterCustomCloudBackupPolicyArgs

    BackupLocationId string
    The ID of the backup location to use for the backup.
    ExpiryInHour double
    The number of hours after which the backup will be deleted. For example, if the expiry is set to 24, the backup will be deleted after 24 hours.
    Prefix string
    Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
    Schedule string
    The schedule for the backup. The schedule is specified in cron format. For example, to run the backup every day at 1:00 AM, the schedule should be set to 0 1 * * *.
    ClusterUids List<string>
    The list of cluster UIDs to include in the backup. If include_all_clusters is set to true, then all clusters will be included.
    IncludeAllClusters bool
    Whether to include all clusters in the backup. If set to false, only the clusters specified in cluster_uids will be included.
    IncludeClusterResources bool
    Indicates whether to include cluster resources in the backup. If set to false, only the cluster configuration and disks will be backed up. (Note: Starting with Palette version 4.6, the includeclusterresources attribute will be deprecated, and a new attribute, includeclusterresources_mode, will be introduced.)
    IncludeClusterResourcesMode string
    Specifies whether to include the cluster resources in the backup. Supported values are always, never, and auto.
    IncludeDisks bool
    Whether to include the disks in the backup. If set to false, only the cluster configuration will be backed up.
    Namespaces List<string>
    The list of Kubernetes namespaces to include in the backup. If not specified, all namespaces will be included.
    BackupLocationId string
    The ID of the backup location to use for the backup.
    ExpiryInHour float64
    The number of hours after which the backup will be deleted. For example, if the expiry is set to 24, the backup will be deleted after 24 hours.
    Prefix string
    Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
    Schedule string
    The schedule for the backup. The schedule is specified in cron format. For example, to run the backup every day at 1:00 AM, the schedule should be set to 0 1 * * *.
    ClusterUids []string
    The list of cluster UIDs to include in the backup. If include_all_clusters is set to true, then all clusters will be included.
    IncludeAllClusters bool
    Whether to include all clusters in the backup. If set to false, only the clusters specified in cluster_uids will be included.
    IncludeClusterResources bool
    Indicates whether to include cluster resources in the backup. If set to false, only the cluster configuration and disks will be backed up. (Note: Starting with Palette version 4.6, the includeclusterresources attribute will be deprecated, and a new attribute, includeclusterresources_mode, will be introduced.)
    IncludeClusterResourcesMode string
    Specifies whether to include the cluster resources in the backup. Supported values are always, never, and auto.
    IncludeDisks bool
    Whether to include the disks in the backup. If set to false, only the cluster configuration will be backed up.
    Namespaces []string
    The list of Kubernetes namespaces to include in the backup. If not specified, all namespaces will be included.
    backupLocationId String
    The ID of the backup location to use for the backup.
    expiryInHour Double
    The number of hours after which the backup will be deleted. For example, if the expiry is set to 24, the backup will be deleted after 24 hours.
    prefix String
    Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
    schedule String
    The schedule for the backup. The schedule is specified in cron format. For example, to run the backup every day at 1:00 AM, the schedule should be set to 0 1 * * *.
    clusterUids List<String>
    The list of cluster UIDs to include in the backup. If include_all_clusters is set to true, then all clusters will be included.
    includeAllClusters Boolean
    Whether to include all clusters in the backup. If set to false, only the clusters specified in cluster_uids will be included.
    includeClusterResources Boolean
    Indicates whether to include cluster resources in the backup. If set to false, only the cluster configuration and disks will be backed up. (Note: Starting with Palette version 4.6, the includeclusterresources attribute will be deprecated, and a new attribute, includeclusterresources_mode, will be introduced.)
    includeClusterResourcesMode String
    Specifies whether to include the cluster resources in the backup. Supported values are always, never, and auto.
    includeDisks Boolean
    Whether to include the disks in the backup. If set to false, only the cluster configuration will be backed up.
    namespaces List<String>
    The list of Kubernetes namespaces to include in the backup. If not specified, all namespaces will be included.
    backupLocationId string
    The ID of the backup location to use for the backup.
    expiryInHour number
    The number of hours after which the backup will be deleted. For example, if the expiry is set to 24, the backup will be deleted after 24 hours.
    prefix string
    Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
    schedule string
    The schedule for the backup. The schedule is specified in cron format. For example, to run the backup every day at 1:00 AM, the schedule should be set to 0 1 * * *.
    clusterUids string[]
    The list of cluster UIDs to include in the backup. If include_all_clusters is set to true, then all clusters will be included.
    includeAllClusters boolean
    Whether to include all clusters in the backup. If set to false, only the clusters specified in cluster_uids will be included.
    includeClusterResources boolean
    Indicates whether to include cluster resources in the backup. If set to false, only the cluster configuration and disks will be backed up. (Note: Starting with Palette version 4.6, the includeclusterresources attribute will be deprecated, and a new attribute, includeclusterresources_mode, will be introduced.)
    includeClusterResourcesMode string
    Specifies whether to include the cluster resources in the backup. Supported values are always, never, and auto.
    includeDisks boolean
    Whether to include the disks in the backup. If set to false, only the cluster configuration will be backed up.
    namespaces string[]
    The list of Kubernetes namespaces to include in the backup. If not specified, all namespaces will be included.
    backup_location_id str
    The ID of the backup location to use for the backup.
    expiry_in_hour float
    The number of hours after which the backup will be deleted. For example, if the expiry is set to 24, the backup will be deleted after 24 hours.
    prefix str
    Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
    schedule str
    The schedule for the backup. The schedule is specified in cron format. For example, to run the backup every day at 1:00 AM, the schedule should be set to 0 1 * * *.
    cluster_uids Sequence[str]
    The list of cluster UIDs to include in the backup. If include_all_clusters is set to true, then all clusters will be included.
    include_all_clusters bool
    Whether to include all clusters in the backup. If set to false, only the clusters specified in cluster_uids will be included.
    include_cluster_resources bool
    Indicates whether to include cluster resources in the backup. If set to false, only the cluster configuration and disks will be backed up. (Note: Starting with Palette version 4.6, the includeclusterresources attribute will be deprecated, and a new attribute, includeclusterresources_mode, will be introduced.)
    include_cluster_resources_mode str
    Specifies whether to include the cluster resources in the backup. Supported values are always, never, and auto.
    include_disks bool
    Whether to include the disks in the backup. If set to false, only the cluster configuration will be backed up.
    namespaces Sequence[str]
    The list of Kubernetes namespaces to include in the backup. If not specified, all namespaces will be included.
    backupLocationId String
    The ID of the backup location to use for the backup.
    expiryInHour Number
    The number of hours after which the backup will be deleted. For example, if the expiry is set to 24, the backup will be deleted after 24 hours.
    prefix String
    Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
    schedule String
    The schedule for the backup. The schedule is specified in cron format. For example, to run the backup every day at 1:00 AM, the schedule should be set to 0 1 * * *.
    clusterUids List<String>
    The list of cluster UIDs to include in the backup. If include_all_clusters is set to true, then all clusters will be included.
    includeAllClusters Boolean
    Whether to include all clusters in the backup. If set to false, only the clusters specified in cluster_uids will be included.
    includeClusterResources Boolean
    Indicates whether to include cluster resources in the backup. If set to false, only the cluster configuration and disks will be backed up. (Note: Starting with Palette version 4.6, the includeclusterresources attribute will be deprecated, and a new attribute, includeclusterresources_mode, will be introduced.)
    includeClusterResourcesMode String
    Specifies whether to include the cluster resources in the backup. Supported values are always, never, and auto.
    includeDisks Boolean
    Whether to include the disks in the backup. If set to false, only the cluster configuration will be backed up.
    namespaces List<String>
    The list of Kubernetes namespaces to include in the backup. If not specified, all namespaces will be included.

    ClusterCustomCloudCloudConfig, ClusterCustomCloudCloudConfigArgs

    Values string
    The values of the cloud config. The values are specified in YAML format.
    Values string
    The values of the cloud config. The values are specified in YAML format.
    values String
    The values of the cloud config. The values are specified in YAML format.
    values string
    The values of the cloud config. The values are specified in YAML format.
    values str
    The values of the cloud config. The values are specified in YAML format.
    values String
    The values of the cloud config. The values are specified in YAML format.

    ClusterCustomCloudClusterProfile, ClusterCustomCloudClusterProfileArgs

    Id string
    The ID of the cluster profile.
    Packs List<ClusterCustomCloudClusterProfilePack>
    For packs of type spectro, helm, and manifest, at least one pack must be specified.
    Variables Dictionary<string, string>
    A map of cluster profile variables, specified as key-value pairs. For example: priority = "5".
    Id string
    The ID of the cluster profile.
    Packs []ClusterCustomCloudClusterProfilePack
    For packs of type spectro, helm, and manifest, at least one pack must be specified.
    Variables map[string]string
    A map of cluster profile variables, specified as key-value pairs. For example: priority = "5".
    id String
    The ID of the cluster profile.
    packs List<ClusterCustomCloudClusterProfilePack>
    For packs of type spectro, helm, and manifest, at least one pack must be specified.
    variables Map<String,String>
    A map of cluster profile variables, specified as key-value pairs. For example: priority = "5".
    id string
    The ID of the cluster profile.
    packs ClusterCustomCloudClusterProfilePack[]
    For packs of type spectro, helm, and manifest, at least one pack must be specified.
    variables {[key: string]: string}
    A map of cluster profile variables, specified as key-value pairs. For example: priority = "5".
    id str
    The ID of the cluster profile.
    packs Sequence[ClusterCustomCloudClusterProfilePack]
    For packs of type spectro, helm, and manifest, at least one pack must be specified.
    variables Mapping[str, str]
    A map of cluster profile variables, specified as key-value pairs. For example: priority = "5".
    id String
    The ID of the cluster profile.
    packs List<Property Map>
    For packs of type spectro, helm, and manifest, at least one pack must be specified.
    variables Map<String>
    A map of cluster profile variables, specified as key-value pairs. For example: priority = "5".

    ClusterCustomCloudClusterProfilePack, ClusterCustomCloudClusterProfilePackArgs

    Name string
    The name of the pack. The name must be unique within the cluster profile.
    Manifests List<ClusterCustomCloudClusterProfilePackManifest>
    RegistryUid string
    The registry UID of the pack. The registry UID is the unique identifier of the registry. This attribute is required if there is more than one registry that contains a pack with the same name.
    Tag string
    The tag of the pack. The tag is the version of the pack. This attribute is required if the pack type is spectro or helm.
    Type string
    The type of the pack. Allowed values are spectro, manifest, helm, or oci. The default value is spectro. If using an OCI registry for pack, set the type to oci.
    Uid string
    The unique identifier of the pack. The value can be looked up using the spectrocloud.getPack data source. This value is required if the pack type is spectro and for helm if the chart is from a public helm registry.
    Values string
    The values of the pack. The values are the configuration values of the pack. The values are specified in YAML format.
    Name string
    The name of the pack. The name must be unique within the cluster profile.
    Manifests []ClusterCustomCloudClusterProfilePackManifest
    RegistryUid string
    The registry UID of the pack. The registry UID is the unique identifier of the registry. This attribute is required if there is more than one registry that contains a pack with the same name.
    Tag string
    The tag of the pack. The tag is the version of the pack. This attribute is required if the pack type is spectro or helm.
    Type string
    The type of the pack. Allowed values are spectro, manifest, helm, or oci. The default value is spectro. If using an OCI registry for pack, set the type to oci.
    Uid string
    The unique identifier of the pack. The value can be looked up using the spectrocloud.getPack data source. This value is required if the pack type is spectro and for helm if the chart is from a public helm registry.
    Values string
    The values of the pack. The values are the configuration values of the pack. The values are specified in YAML format.
    name String
    The name of the pack. The name must be unique within the cluster profile.
    manifests List<ClusterCustomCloudClusterProfilePackManifest>
    registryUid String
    The registry UID of the pack. The registry UID is the unique identifier of the registry. This attribute is required if there is more than one registry that contains a pack with the same name.
    tag String
    The tag of the pack. The tag is the version of the pack. This attribute is required if the pack type is spectro or helm.
    type String
    The type of the pack. Allowed values are spectro, manifest, helm, or oci. The default value is spectro. If using an OCI registry for pack, set the type to oci.
    uid String
    The unique identifier of the pack. The value can be looked up using the spectrocloud.getPack data source. This value is required if the pack type is spectro and for helm if the chart is from a public helm registry.
    values String
    The values of the pack. The values are the configuration values of the pack. The values are specified in YAML format.
    name string
    The name of the pack. The name must be unique within the cluster profile.
    manifests ClusterCustomCloudClusterProfilePackManifest[]
    registryUid string
    The registry UID of the pack. The registry UID is the unique identifier of the registry. This attribute is required if there is more than one registry that contains a pack with the same name.
    tag string
    The tag of the pack. The tag is the version of the pack. This attribute is required if the pack type is spectro or helm.
    type string
    The type of the pack. Allowed values are spectro, manifest, helm, or oci. The default value is spectro. If using an OCI registry for pack, set the type to oci.
    uid string
    The unique identifier of the pack. The value can be looked up using the spectrocloud.getPack data source. This value is required if the pack type is spectro and for helm if the chart is from a public helm registry.
    values string
    The values of the pack. The values are the configuration values of the pack. The values are specified in YAML format.
    name str
    The name of the pack. The name must be unique within the cluster profile.
    manifests Sequence[ClusterCustomCloudClusterProfilePackManifest]
    registry_uid str
    The registry UID of the pack. The registry UID is the unique identifier of the registry. This attribute is required if there is more than one registry that contains a pack with the same name.
    tag str
    The tag of the pack. The tag is the version of the pack. This attribute is required if the pack type is spectro or helm.
    type str
    The type of the pack. Allowed values are spectro, manifest, helm, or oci. The default value is spectro. If using an OCI registry for pack, set the type to oci.
    uid str
    The unique identifier of the pack. The value can be looked up using the spectrocloud.getPack data source. This value is required if the pack type is spectro and for helm if the chart is from a public helm registry.
    values str
    The values of the pack. The values are the configuration values of the pack. The values are specified in YAML format.
    name String
    The name of the pack. The name must be unique within the cluster profile.
    manifests List<Property Map>
    registryUid String
    The registry UID of the pack. The registry UID is the unique identifier of the registry. This attribute is required if there is more than one registry that contains a pack with the same name.
    tag String
    The tag of the pack. The tag is the version of the pack. This attribute is required if the pack type is spectro or helm.
    type String
    The type of the pack. Allowed values are spectro, manifest, helm, or oci. The default value is spectro. If using an OCI registry for pack, set the type to oci.
    uid String
    The unique identifier of the pack. The value can be looked up using the spectrocloud.getPack data source. This value is required if the pack type is spectro and for helm if the chart is from a public helm registry.
    values String
    The values of the pack. The values are the configuration values of the pack. The values are specified in YAML format.

    ClusterCustomCloudClusterProfilePackManifest, ClusterCustomCloudClusterProfilePackManifestArgs

    Content string
    The content of the manifest. The content is the YAML content of the manifest.
    Name string
    The name of the manifest. The name must be unique within the pack.
    Uid string
    Content string
    The content of the manifest. The content is the YAML content of the manifest.
    Name string
    The name of the manifest. The name must be unique within the pack.
    Uid string
    content String
    The content of the manifest. The content is the YAML content of the manifest.
    name String
    The name of the manifest. The name must be unique within the pack.
    uid String
    content string
    The content of the manifest. The content is the YAML content of the manifest.
    name string
    The name of the manifest. The name must be unique within the pack.
    uid string
    content str
    The content of the manifest. The content is the YAML content of the manifest.
    name str
    The name of the manifest. The name must be unique within the pack.
    uid str
    content String
    The content of the manifest. The content is the YAML content of the manifest.
    name String
    The name of the manifest. The name must be unique within the pack.
    uid String

    ClusterCustomCloudClusterRbacBinding, ClusterCustomCloudClusterRbacBindingArgs

    Type string
    The type of the RBAC binding. Can be one of the following values: RoleBinding, or ClusterRoleBinding.
    Namespace string
    The Kubernetes namespace of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    Role Dictionary<string, string>
    The role of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    Subjects List<ClusterCustomCloudClusterRbacBindingSubject>
    Type string
    The type of the RBAC binding. Can be one of the following values: RoleBinding, or ClusterRoleBinding.
    Namespace string
    The Kubernetes namespace of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    Role map[string]string
    The role of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    Subjects []ClusterCustomCloudClusterRbacBindingSubject
    type String
    The type of the RBAC binding. Can be one of the following values: RoleBinding, or ClusterRoleBinding.
    namespace String
    The Kubernetes namespace of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    role Map<String,String>
    The role of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    subjects List<ClusterCustomCloudClusterRbacBindingSubject>
    type string
    The type of the RBAC binding. Can be one of the following values: RoleBinding, or ClusterRoleBinding.
    namespace string
    The Kubernetes namespace of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    role {[key: string]: string}
    The role of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    subjects ClusterCustomCloudClusterRbacBindingSubject[]
    type str
    The type of the RBAC binding. Can be one of the following values: RoleBinding, or ClusterRoleBinding.
    namespace str
    The Kubernetes namespace of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    role Mapping[str, str]
    The role of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    subjects Sequence[ClusterCustomCloudClusterRbacBindingSubject]
    type String
    The type of the RBAC binding. Can be one of the following values: RoleBinding, or ClusterRoleBinding.
    namespace String
    The Kubernetes namespace of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    role Map<String>
    The role of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    subjects List<Property Map>

    ClusterCustomCloudClusterRbacBindingSubject, ClusterCustomCloudClusterRbacBindingSubjectArgs

    Name string
    The name of the subject. Required if 'type' is set to 'User' or 'Group'.
    Type string
    The type of the subject. Can be one of the following values: User, Group, or ServiceAccount.
    Namespace string
    The Kubernetes namespace of the subject. Required if 'type' is set to 'ServiceAccount'.
    Name string
    The name of the subject. Required if 'type' is set to 'User' or 'Group'.
    Type string
    The type of the subject. Can be one of the following values: User, Group, or ServiceAccount.
    Namespace string
    The Kubernetes namespace of the subject. Required if 'type' is set to 'ServiceAccount'.
    name String
    The name of the subject. Required if 'type' is set to 'User' or 'Group'.
    type String
    The type of the subject. Can be one of the following values: User, Group, or ServiceAccount.
    namespace String
    The Kubernetes namespace of the subject. Required if 'type' is set to 'ServiceAccount'.
    name string
    The name of the subject. Required if 'type' is set to 'User' or 'Group'.
    type string
    The type of the subject. Can be one of the following values: User, Group, or ServiceAccount.
    namespace string
    The Kubernetes namespace of the subject. Required if 'type' is set to 'ServiceAccount'.
    name str
    The name of the subject. Required if 'type' is set to 'User' or 'Group'.
    type str
    The type of the subject. Can be one of the following values: User, Group, or ServiceAccount.
    namespace str
    The Kubernetes namespace of the subject. Required if 'type' is set to 'ServiceAccount'.
    name String
    The name of the subject. Required if 'type' is set to 'User' or 'Group'.
    type String
    The type of the subject. Can be one of the following values: User, Group, or ServiceAccount.
    namespace String
    The Kubernetes namespace of the subject. Required if 'type' is set to 'ServiceAccount'.

    ClusterCustomCloudLocationConfig, ClusterCustomCloudLocationConfigArgs

    Latitude double
    The latitude coordinates value.
    Longitude double
    The longitude coordinates value.
    CountryCode string
    The country code of the country the cluster is located in.
    CountryName string
    The name of the country.
    RegionCode string
    The region code of where the cluster is located in.
    RegionName string
    The name of the region.
    Latitude float64
    The latitude coordinates value.
    Longitude float64
    The longitude coordinates value.
    CountryCode string
    The country code of the country the cluster is located in.
    CountryName string
    The name of the country.
    RegionCode string
    The region code of where the cluster is located in.
    RegionName string
    The name of the region.
    latitude Double
    The latitude coordinates value.
    longitude Double
    The longitude coordinates value.
    countryCode String
    The country code of the country the cluster is located in.
    countryName String
    The name of the country.
    regionCode String
    The region code of where the cluster is located in.
    regionName String
    The name of the region.
    latitude number
    The latitude coordinates value.
    longitude number
    The longitude coordinates value.
    countryCode string
    The country code of the country the cluster is located in.
    countryName string
    The name of the country.
    regionCode string
    The region code of where the cluster is located in.
    regionName string
    The name of the region.
    latitude float
    The latitude coordinates value.
    longitude float
    The longitude coordinates value.
    country_code str
    The country code of the country the cluster is located in.
    country_name str
    The name of the country.
    region_code str
    The region code of where the cluster is located in.
    region_name str
    The name of the region.
    latitude Number
    The latitude coordinates value.
    longitude Number
    The longitude coordinates value.
    countryCode String
    The country code of the country the cluster is located in.
    countryName String
    The name of the country.
    regionCode String
    The region code of where the cluster is located in.
    regionName String
    The name of the region.

    ClusterCustomCloudMachinePool, ClusterCustomCloudMachinePoolArgs

    NodePoolConfig string
    The values of the node pool config. The values are specified in YAML format.
    ControlPlane bool
    Whether this machine pool is a control plane. Defaults to false.
    ControlPlaneAsWorker bool
    Whether this machine pool is a control plane and a worker. Defaults to false.
    Count double
    Number of nodes in the machine pool. This will be derived from the replica value in the 'nodepoolconfig'.
    Name string
    The name of the machine pool. This will be derived from the name value in the node_pool_config.
    NodePoolConfig string
    The values of the node pool config. The values are specified in YAML format.
    ControlPlane bool
    Whether this machine pool is a control plane. Defaults to false.
    ControlPlaneAsWorker bool
    Whether this machine pool is a control plane and a worker. Defaults to false.
    Count float64
    Number of nodes in the machine pool. This will be derived from the replica value in the 'nodepoolconfig'.
    Name string
    The name of the machine pool. This will be derived from the name value in the node_pool_config.
    nodePoolConfig String
    The values of the node pool config. The values are specified in YAML format.
    controlPlane Boolean
    Whether this machine pool is a control plane. Defaults to false.
    controlPlaneAsWorker Boolean
    Whether this machine pool is a control plane and a worker. Defaults to false.
    count Double
    Number of nodes in the machine pool. This will be derived from the replica value in the 'nodepoolconfig'.
    name String
    The name of the machine pool. This will be derived from the name value in the node_pool_config.
    nodePoolConfig string
    The values of the node pool config. The values are specified in YAML format.
    controlPlane boolean
    Whether this machine pool is a control plane. Defaults to false.
    controlPlaneAsWorker boolean
    Whether this machine pool is a control plane and a worker. Defaults to false.
    count number
    Number of nodes in the machine pool. This will be derived from the replica value in the 'nodepoolconfig'.
    name string
    The name of the machine pool. This will be derived from the name value in the node_pool_config.
    node_pool_config str
    The values of the node pool config. The values are specified in YAML format.
    control_plane bool
    Whether this machine pool is a control plane. Defaults to false.
    control_plane_as_worker bool
    Whether this machine pool is a control plane and a worker. Defaults to false.
    count float
    Number of nodes in the machine pool. This will be derived from the replica value in the 'nodepoolconfig'.
    name str
    The name of the machine pool. This will be derived from the name value in the node_pool_config.
    nodePoolConfig String
    The values of the node pool config. The values are specified in YAML format.
    controlPlane Boolean
    Whether this machine pool is a control plane. Defaults to false.
    controlPlaneAsWorker Boolean
    Whether this machine pool is a control plane and a worker. Defaults to false.
    count Number
    Number of nodes in the machine pool. This will be derived from the replica value in the 'nodepoolconfig'.
    name String
    The name of the machine pool. This will be derived from the name value in the node_pool_config.

    ClusterCustomCloudNamespace, ClusterCustomCloudNamespaceArgs

    Name string
    Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
    ResourceAllocation Dictionary<string, string>
    Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, {cpu_cores: '2', memory_MiB: '2048'}
    ImagesBlacklists List<string>
    List of images to disallow for the namespace. For example, ['nginx:latest', 'redis:latest']
    Name string
    Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
    ResourceAllocation map[string]string
    Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, {cpu_cores: '2', memory_MiB: '2048'}
    ImagesBlacklists []string
    List of images to disallow for the namespace. For example, ['nginx:latest', 'redis:latest']
    name String
    Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
    resourceAllocation Map<String,String>
    Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, {cpu_cores: '2', memory_MiB: '2048'}
    imagesBlacklists List<String>
    List of images to disallow for the namespace. For example, ['nginx:latest', 'redis:latest']
    name string
    Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
    resourceAllocation {[key: string]: string}
    Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, {cpu_cores: '2', memory_MiB: '2048'}
    imagesBlacklists string[]
    List of images to disallow for the namespace. For example, ['nginx:latest', 'redis:latest']
    name str
    Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
    resource_allocation Mapping[str, str]
    Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, {cpu_cores: '2', memory_MiB: '2048'}
    images_blacklists Sequence[str]
    List of images to disallow for the namespace. For example, ['nginx:latest', 'redis:latest']
    name String
    Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
    resourceAllocation Map<String>
    Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, {cpu_cores: '2', memory_MiB: '2048'}
    imagesBlacklists List<String>
    List of images to disallow for the namespace. For example, ['nginx:latest', 'redis:latest']

    ClusterCustomCloudScanPolicy, ClusterCustomCloudScanPolicyArgs

    ConfigurationScanSchedule string
    The schedule for configuration scan.
    ConformanceScanSchedule string
    The schedule for conformance scan.
    PenetrationScanSchedule string
    The schedule for penetration scan.
    ConfigurationScanSchedule string
    The schedule for configuration scan.
    ConformanceScanSchedule string
    The schedule for conformance scan.
    PenetrationScanSchedule string
    The schedule for penetration scan.
    configurationScanSchedule String
    The schedule for configuration scan.
    conformanceScanSchedule String
    The schedule for conformance scan.
    penetrationScanSchedule String
    The schedule for penetration scan.
    configurationScanSchedule string
    The schedule for configuration scan.
    conformanceScanSchedule string
    The schedule for conformance scan.
    penetrationScanSchedule string
    The schedule for penetration scan.
    configuration_scan_schedule str
    The schedule for configuration scan.
    conformance_scan_schedule str
    The schedule for conformance scan.
    penetration_scan_schedule str
    The schedule for penetration scan.
    configurationScanSchedule String
    The schedule for configuration scan.
    conformanceScanSchedule String
    The schedule for conformance scan.
    penetrationScanSchedule String
    The schedule for penetration scan.

    ClusterCustomCloudTimeouts, ClusterCustomCloudTimeoutsArgs

    Create string
    Delete string
    Update string
    Create string
    Delete string
    Update string
    create String
    delete String
    update String
    create string
    delete string
    update string
    create str
    delete str
    update str
    create String
    delete String
    update String

    Package Details

    Repository
    spectrocloud spectrocloud/terraform-provider-spectrocloud
    License
    Notes
    This Pulumi package is based on the spectrocloud Terraform Provider.
    spectrocloud logo
    spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud