Show / Hide Table of Contents

Interface IIdentityProviderConfigReference

A reference to a IdentityProviderConfig resource.

Namespace: Amazon.CDK.Interfaces.EKS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIdentityProviderConfigReference
Syntax (vb)
Public Interface IIdentityProviderConfigReference
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.Interfaces.EKS;

            var identityProviderConfigReference = new IdentityProviderConfigReference {
                ClusterName = "clusterName",
                IdentityProviderConfigArn = "identityProviderConfigArn",
                IdentityProviderConfigName = "identityProviderConfigName",
                Type = "type"
            };

Synopsis

Properties

ClusterName

The ClusterName of the IdentityProviderConfig resource.

IdentityProviderConfigArn

The ARN of the IdentityProviderConfig resource.

IdentityProviderConfigName

The IdentityProviderConfigName of the IdentityProviderConfig resource.

Type

The Type of the IdentityProviderConfig resource.

Properties

ClusterName

The ClusterName of the IdentityProviderConfig resource.

string ClusterName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

IdentityProviderConfigArn

The ARN of the IdentityProviderConfig resource.

string IdentityProviderConfigArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

IdentityProviderConfigName

The IdentityProviderConfigName of the IdentityProviderConfig resource.

string IdentityProviderConfigName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Type

The Type of the IdentityProviderConfig resource.

string Type { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX