Class CfnCapabilityPropsMixin
An object representing a managed capability in an Amazon EKS cluster.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EKS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnCapabilityPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnCapabilityPropsMixin Inherits Mixin Implements IMixin
Remarks
This includes all configuration, status, and health information for the capability.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-capability.html
CloudformationResource: AWS::EKS::Capability
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.EKS.Mixins;
var cfnCapabilityPropsMixin = new CfnCapabilityPropsMixin(new CfnCapabilityMixinProps {
CapabilityName = "capabilityName",
ClusterName = "clusterName",
Configuration = new CapabilityConfigurationProperty {
ArgoCd = new ArgoCdProperty {
AwsIdc = new AwsIdcProperty {
IdcInstanceArn = "idcInstanceArn",
IdcManagedApplicationArn = "idcManagedApplicationArn",
IdcRegion = "idcRegion"
},
Namespace = "namespace",
NetworkAccess = new NetworkAccessProperty {
VpceIds = new [] { "vpceIds" }
},
RbacRoleMappings = new [] { new ArgoCdRoleMappingProperty {
Identities = new [] { new SsoIdentityProperty {
Id = "id",
Type = "type"
} },
Role = "role"
} },
ServerUrl = "serverUrl"
}
},
DeletePropagationPolicy = "deletePropagationPolicy",
RoleArn = "roleArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Type = "type"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Synopsis
Constructors
| CfnCapabilityPropsMixin(ICfnCapabilityMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | An object representing a managed capability in an Amazon EKS cluster. |
| Props | An object representing a managed capability in an Amazon EKS cluster. |
| Strategy | An object representing a managed capability in an Amazon EKS cluster. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnCapabilityPropsMixin(ICfnCapabilityMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::EKS::Capability.
public CfnCapabilityPropsMixin(ICfnCapabilityMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnCapabilityMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
This includes all configuration, status, and health information for the capability.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-capability.html
CloudformationResource: AWS::EKS::Capability
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
An object representing a managed capability in an Amazon EKS cluster.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
This includes all configuration, status, and health information for the capability.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-capability.html
CloudformationResource: AWS::EKS::Capability
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.EKS.Mixins;
var cfnCapabilityPropsMixin = new CfnCapabilityPropsMixin(new CfnCapabilityMixinProps {
CapabilityName = "capabilityName",
ClusterName = "clusterName",
Configuration = new CapabilityConfigurationProperty {
ArgoCd = new ArgoCdProperty {
AwsIdc = new AwsIdcProperty {
IdcInstanceArn = "idcInstanceArn",
IdcManagedApplicationArn = "idcManagedApplicationArn",
IdcRegion = "idcRegion"
},
Namespace = "namespace",
NetworkAccess = new NetworkAccessProperty {
VpceIds = new [] { "vpceIds" }
},
RbacRoleMappings = new [] { new ArgoCdRoleMappingProperty {
Identities = new [] { new SsoIdentityProperty {
Id = "id",
Type = "type"
} },
Role = "role"
} },
ServerUrl = "serverUrl"
}
},
DeletePropagationPolicy = "deletePropagationPolicy",
RoleArn = "roleArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Type = "type"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Props
An object representing a managed capability in an Amazon EKS cluster.
protected virtual ICfnCapabilityMixinProps Props { get; }
Property Value
Remarks
This includes all configuration, status, and health information for the capability.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-capability.html
CloudformationResource: AWS::EKS::Capability
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.EKS.Mixins;
var cfnCapabilityPropsMixin = new CfnCapabilityPropsMixin(new CfnCapabilityMixinProps {
CapabilityName = "capabilityName",
ClusterName = "clusterName",
Configuration = new CapabilityConfigurationProperty {
ArgoCd = new ArgoCdProperty {
AwsIdc = new AwsIdcProperty {
IdcInstanceArn = "idcInstanceArn",
IdcManagedApplicationArn = "idcManagedApplicationArn",
IdcRegion = "idcRegion"
},
Namespace = "namespace",
NetworkAccess = new NetworkAccessProperty {
VpceIds = new [] { "vpceIds" }
},
RbacRoleMappings = new [] { new ArgoCdRoleMappingProperty {
Identities = new [] { new SsoIdentityProperty {
Id = "id",
Type = "type"
} },
Role = "role"
} },
ServerUrl = "serverUrl"
}
},
DeletePropagationPolicy = "deletePropagationPolicy",
RoleArn = "roleArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Type = "type"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Strategy
An object representing a managed capability in an Amazon EKS cluster.
protected virtual PropertyMergeStrategy Strategy { get; }
Property Value
Remarks
This includes all configuration, status, and health information for the capability.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-capability.html
CloudformationResource: AWS::EKS::Capability
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.EKS.Mixins;
var cfnCapabilityPropsMixin = new CfnCapabilityPropsMixin(new CfnCapabilityMixinProps {
CapabilityName = "capabilityName",
ClusterName = "clusterName",
Configuration = new CapabilityConfigurationProperty {
ArgoCd = new ArgoCdProperty {
AwsIdc = new AwsIdcProperty {
IdcInstanceArn = "idcInstanceArn",
IdcManagedApplicationArn = "idcManagedApplicationArn",
IdcRegion = "idcRegion"
},
Namespace = "namespace",
NetworkAccess = new NetworkAccessProperty {
VpceIds = new [] { "vpceIds" }
},
RbacRoleMappings = new [] { new ArgoCdRoleMappingProperty {
Identities = new [] { new SsoIdentityProperty {
Id = "id",
Type = "type"
} },
Role = "role"
} },
ServerUrl = "serverUrl"
}
},
DeletePropagationPolicy = "deletePropagationPolicy",
RoleArn = "roleArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Type = "type"
}, 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
This includes all configuration, status, and health information for the capability.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-capability.html
CloudformationResource: AWS::EKS::Capability
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
This includes all configuration, status, and health information for the capability.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-capability.html
CloudformationResource: AWS::EKS::Capability
Mixin: true
ExampleMetadata: fixture=_generated