Class CfnSecurityConfigurationPropsMixin.ContainerProviderProperty
Container provider information.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EMRContainers.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnSecurityConfigurationPropsMixin.ContainerProviderProperty : CfnSecurityConfigurationPropsMixin.IContainerProviderProperty
Syntax (vb)
Public Class CfnSecurityConfigurationPropsMixin.ContainerProviderProperty Implements CfnSecurityConfigurationPropsMixin.IContainerProviderProperty
Remarks
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.EMRContainers.Mixins;
var containerProviderProperty = new ContainerProviderProperty {
Id = "id",
Info = new ContainerInfoProperty {
EksInfo = new EksInfoProperty {
Namespace = "namespace"
}
},
Type = "type"
};
Synopsis
Constructors
| ContainerProviderProperty() | Container provider information. |
Properties
| Id | The container provider ID. |
| Info | Container information. |
| Type | The container provider type. |
Constructors
ContainerProviderProperty()
Container provider information.
public ContainerProviderProperty()
Remarks
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.EMRContainers.Mixins;
var containerProviderProperty = new ContainerProviderProperty {
Id = "id",
Info = new ContainerInfoProperty {
EksInfo = new EksInfoProperty {
Namespace = "namespace"
}
},
Type = "type"
};
Properties
Id
The container provider ID.
public string? Id { get; set; }
Property Value
Remarks
Info
Container information.
public object? Info { get; set; }
Property Value
Remarks
Type
The container provider type.
public string? Type { get; set; }