interface EMREKSConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.EMRContainers.CfnEndpointPropsMixin.EMREKSConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsemrcontainers#CfnEndpointPropsMixin_EMREKSConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.emrcontainers.CfnEndpointPropsMixin.EMREKSConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_emrcontainers.CfnEndpointPropsMixin.EMREKSConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_emrcontainers » CfnEndpointPropsMixin » EMREKSConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_emrcontainers as emrcontainers } from '@aws-cdk/cfn-property-mixins';
declare const eMREKSConfigurationProperty_: emrcontainers.CfnEndpointPropsMixin.EMREKSConfigurationProperty;
const eMREKSConfigurationProperty: emrcontainers.CfnEndpointPropsMixin.EMREKSConfigurationProperty = {
classification: 'classification',
configurations: [eMREKSConfigurationProperty_],
properties: {
propertiesKey: 'properties',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| classification? | string | |
| configurations? | IResolvable | (IResolvable | EMREKSConfiguration)[] | |
| properties? | { [string]: string } | IResolvable |
classification?
Type:
string
(optional)
configurations?
Type:
IResolvable | (IResolvable | EMREKSConfiguration)[]
(optional)
properties?
Type:
{ [string]: string } | IResolvable
(optional)

.NET
Go
Java
Python
TypeScript