Class EMRInstanceGroupStateChange.EMRInstanceGroupStateChangeProps
(experimental) Props type for aws.emr@EMRInstanceGroupStateChange event.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EMR.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class EMRInstanceGroupStateChange.EMRInstanceGroupStateChangeProps : EMRInstanceGroupStateChange.IEMRInstanceGroupStateChangeProps
Syntax (vb)
Public Class EMRInstanceGroupStateChange.EMRInstanceGroupStateChangeProps Implements EMRInstanceGroupStateChange.IEMRInstanceGroupStateChangeProps
Remarks
Stability: Experimental
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.AWS.EMR.Events;
var eMRInstanceGroupStateChangeProps = new EMRInstanceGroupStateChangeProps {
BidPrice = new [] { "bidPrice" },
BidPriceAsPercentageOfOnDemandPrice = new [] { "bidPriceAsPercentageOfOnDemandPrice" },
ClusterId = new [] { "clusterId" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
InstanceGroupId = new [] { "instanceGroupId" },
InstanceGroupType = new [] { "instanceGroupType" },
InstanceType = new [] { "instanceType" },
Market = new [] { "market" },
Message = new [] { "message" },
RequestedInstanceCount = new [] { "requestedInstanceCount" },
RunningInstanceCount = new [] { "runningInstanceCount" },
Severity = new [] { "severity" },
State = new [] { "state" }
};
Synopsis
Constructors
| EMRInstanceGroupStateChangeProps() | (experimental) Props type for aws.emr@EMRInstanceGroupStateChange event. |
Properties
| BidPrice | (experimental) bidPrice property. |
| BidPriceAsPercentageOfOnDemandPrice | (experimental) bidPriceAsPercentageOfOnDemandPrice property. |
| ClusterId | (experimental) clusterId property. |
| EventMetadata | (experimental) EventBridge event metadata. |
| InstanceGroupId | (experimental) instanceGroupId property. |
| InstanceGroupType | (experimental) instanceGroupType property. |
| InstanceType | (experimental) instanceType property. |
| Market | (experimental) market property. |
| Message | (experimental) message property. |
| RequestedInstanceCount | (experimental) requestedInstanceCount property. |
| RunningInstanceCount | (experimental) runningInstanceCount property. |
| Severity | (experimental) severity property. |
| State | (experimental) state property. |
Constructors
EMRInstanceGroupStateChangeProps()
(experimental) Props type for aws.emr@EMRInstanceGroupStateChange event.
public EMRInstanceGroupStateChangeProps()
Remarks
Stability: Experimental
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.AWS.EMR.Events;
var eMRInstanceGroupStateChangeProps = new EMRInstanceGroupStateChangeProps {
BidPrice = new [] { "bidPrice" },
BidPriceAsPercentageOfOnDemandPrice = new [] { "bidPriceAsPercentageOfOnDemandPrice" },
ClusterId = new [] { "clusterId" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
InstanceGroupId = new [] { "instanceGroupId" },
InstanceGroupType = new [] { "instanceGroupType" },
InstanceType = new [] { "instanceType" },
Market = new [] { "market" },
Message = new [] { "message" },
RequestedInstanceCount = new [] { "requestedInstanceCount" },
RunningInstanceCount = new [] { "runningInstanceCount" },
Severity = new [] { "severity" },
State = new [] { "state" }
};
Properties
BidPrice
(experimental) bidPrice property.
public string[]? BidPrice { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of bidPrice is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
BidPriceAsPercentageOfOnDemandPrice
(experimental) bidPriceAsPercentageOfOnDemandPrice property.
public string[]? BidPriceAsPercentageOfOnDemandPrice { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of bidPriceAsPercentageOfOnDemandPrice is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
ClusterId
(experimental) clusterId property.
public string[]? ClusterId { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of clusterId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
EventMetadata
(experimental) EventBridge event metadata.
public IAWSEventMetadataProps? EventMetadata { get; set; }
Property Value
Remarks
Default: - -
Stability: Experimental
InstanceGroupId
(experimental) instanceGroupId property.
public string[]? InstanceGroupId { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of instanceGroupId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
InstanceGroupType
(experimental) instanceGroupType property.
public string[]? InstanceGroupType { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of instanceGroupType is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
InstanceType
(experimental) instanceType property.
public string[]? InstanceType { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of instanceType is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
Market
(experimental) market property.
public string[]? Market { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of market is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
Message
(experimental) message property.
public string[]? Message { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of message is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
RequestedInstanceCount
(experimental) requestedInstanceCount property.
public string[]? RequestedInstanceCount { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of requestedInstanceCount is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
RunningInstanceCount
(experimental) runningInstanceCount property.
public string[]? RunningInstanceCount { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of runningInstanceCount is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
Severity
(experimental) severity property.
public string[]? Severity { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of severity is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
State
(experimental) state property.
public string[]? State { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of state is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental