interface IdentityProviderConfigReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EKS.IdentityProviderConfigReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awseks#IdentityProviderConfigReference |
![]() | software.amazon.awscdk.services.eks.IdentityProviderConfigReference |
![]() | aws_cdk.aws_eks.IdentityProviderConfigReference |
![]() | aws-cdk-lib » aws_eks » IdentityProviderConfigReference |
A reference to a IdentityProviderConfig resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_eks as eks } from 'aws-cdk-lib';
const identityProviderConfigReference: eks.IdentityProviderConfigReference = {
clusterName: 'clusterName',
identityProviderConfigArn: 'identityProviderConfigArn',
identityProviderConfigName: 'identityProviderConfigName',
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
cluster | string | The ClusterName of the IdentityProviderConfig resource. |
identity | string | The ARN of the IdentityProviderConfig resource. |
identity | string | The IdentityProviderConfigName of the IdentityProviderConfig resource. |
type | string | The Type of the IdentityProviderConfig resource. |
clusterName
Type:
string
The ClusterName of the IdentityProviderConfig resource.
identityProviderConfigArn
Type:
string
The ARN of the IdentityProviderConfig resource.
identityProviderConfigName
Type:
string
The IdentityProviderConfigName of the IdentityProviderConfig resource.
type
Type:
string
The Type of the IdentityProviderConfig resource.