Class CfnVirtualClusterPropsMixin
The AWS::EMRContainers::VirtualCluster resource specifies a virtual cluster.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EMRContainers.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnVirtualClusterPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnVirtualClusterPropsMixin Inherits Mixin Implements IMixin
Remarks
A virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list, and delete virtual clusters. They do not consume any additional resources in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.
CloudformationResource: AWS::EMRContainers::VirtualCluster
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.EMRContainers.Mixins;
var cfnVirtualClusterPropsMixin = new CfnVirtualClusterPropsMixin(new CfnVirtualClusterMixinProps {
ContainerProvider = new ContainerProviderProperty {
Id = "id",
Info = new ContainerInfoProperty {
EksInfo = new EksInfoProperty {
Namespace = "namespace"
}
},
Type = "type"
},
Name = "name",
SecurityConfigurationId = "securityConfigurationId",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Synopsis
Constructors
| CfnVirtualClusterPropsMixin(ICfnVirtualClusterMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | The |
| Props | The |
| Strategy | The |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnVirtualClusterPropsMixin(ICfnVirtualClusterMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::EMRContainers::VirtualCluster.
public CfnVirtualClusterPropsMixin(ICfnVirtualClusterMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnVirtualClusterMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
A virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list, and delete virtual clusters. They do not consume any additional resources in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.
CloudformationResource: AWS::EMRContainers::VirtualCluster
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
The AWS::EMRContainers::VirtualCluster resource specifies a virtual cluster.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
A virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list, and delete virtual clusters. They do not consume any additional resources in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.
CloudformationResource: AWS::EMRContainers::VirtualCluster
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.EMRContainers.Mixins;
var cfnVirtualClusterPropsMixin = new CfnVirtualClusterPropsMixin(new CfnVirtualClusterMixinProps {
ContainerProvider = new ContainerProviderProperty {
Id = "id",
Info = new ContainerInfoProperty {
EksInfo = new EksInfoProperty {
Namespace = "namespace"
}
},
Type = "type"
},
Name = "name",
SecurityConfigurationId = "securityConfigurationId",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Props
The AWS::EMRContainers::VirtualCluster resource specifies a virtual cluster.
protected virtual ICfnVirtualClusterMixinProps Props { get; }
Property Value
Remarks
A virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list, and delete virtual clusters. They do not consume any additional resources in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.
CloudformationResource: AWS::EMRContainers::VirtualCluster
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.EMRContainers.Mixins;
var cfnVirtualClusterPropsMixin = new CfnVirtualClusterPropsMixin(new CfnVirtualClusterMixinProps {
ContainerProvider = new ContainerProviderProperty {
Id = "id",
Info = new ContainerInfoProperty {
EksInfo = new EksInfoProperty {
Namespace = "namespace"
}
},
Type = "type"
},
Name = "name",
SecurityConfigurationId = "securityConfigurationId",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Strategy
The AWS::EMRContainers::VirtualCluster resource specifies a virtual cluster.
protected virtual PropertyMergeStrategy Strategy { get; }
Property Value
Remarks
A virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list, and delete virtual clusters. They do not consume any additional resources in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.
CloudformationResource: AWS::EMRContainers::VirtualCluster
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.EMRContainers.Mixins;
var cfnVirtualClusterPropsMixin = new CfnVirtualClusterPropsMixin(new CfnVirtualClusterMixinProps {
ContainerProvider = new ContainerProviderProperty {
Id = "id",
Info = new ContainerInfoProperty {
EksInfo = new EksInfoProperty {
Namespace = "namespace"
}
},
Type = "type"
},
Name = "name",
SecurityConfigurationId = "securityConfigurationId",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override IConstruct ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Returns
IConstruct
Overrides
Remarks
A virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list, and delete virtual clusters. They do not consume any additional resources in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.
CloudformationResource: AWS::EMRContainers::VirtualCluster
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
A virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list, and delete virtual clusters. They do not consume any additional resources in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.
CloudformationResource: AWS::EMRContainers::VirtualCluster
Mixin: true
ExampleMetadata: fixture=_generated