Show / Hide Table of Contents

Class CfnJobDefinition.EksSecretProperty

Inheritance
System.Object
CfnJobDefinition.EksSecretProperty
Implements
CfnJobDefinition.IEksSecretProperty
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.AWS.Batch.dll
Syntax (csharp)
public class EksSecretProperty : Object, CfnJobDefinition.IEksSecretProperty
Syntax (vb)
Public Class EksSecretProperty
    Inherits Object
    Implements CfnJobDefinition.IEksSecretProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekssecret.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.AWS.Batch;

var eksSecretProperty = new EksSecretProperty {
    SecretName = "secretName",

    // the properties below are optional
    Optional = false
};

Synopsis

Constructors

EksSecretProperty()

Properties

Optional

CfnJobDefinition.EksSecretProperty.Optional.

SecretName

CfnJobDefinition.EksSecretProperty.SecretName.

Constructors

EksSecretProperty()

public EksSecretProperty()

Properties

Optional

CfnJobDefinition.EksSecretProperty.Optional.

public object Optional { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekssecret.html#cfn-batch-jobdefinition-ekssecret-optional

SecretName

CfnJobDefinition.EksSecretProperty.SecretName.

public string SecretName { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekssecret.html#cfn-batch-jobdefinition-ekssecret-secretname

Implements

CfnJobDefinition.IEksSecretProperty
Back to top Generated by DocFX