Show / Hide Table of Contents

Class CfnSecurityConfigurationPropsMixin.ContainerProviderProperty

Container provider information.

Inheritance
object
CfnSecurityConfigurationPropsMixin.ContainerProviderProperty
Implements
CfnSecurityConfigurationPropsMixin.IContainerProviderProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-securityconfiguration-containerprovider.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-securityconfiguration-containerprovider.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-securityconfiguration-containerprovider.html#cfn-emrcontainers-securityconfiguration-containerprovider-id

Info

Container information.

public object? Info { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-securityconfiguration-containerprovider.html#cfn-emrcontainers-securityconfiguration-containerprovider-info

Type union: either IResolvable or CfnSecurityConfigurationPropsMixin.IContainerInfoProperty

Type

The container provider type.

public string? Type { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-securityconfiguration-containerprovider.html#cfn-emrcontainers-securityconfiguration-containerprovider-type

Implements

CfnSecurityConfigurationPropsMixin.IContainerProviderProperty
Back to top Generated by DocFX