Show / Hide Table of Contents

Class CfnJobDefinition.AuthorizationConfigProperty

Inheritance
object
CfnJobDefinition.AuthorizationConfigProperty
Implements
CfnJobDefinition.IAuthorizationConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnJobDefinition.AuthorizationConfigProperty : CfnJobDefinition.IAuthorizationConfigProperty
Syntax (vb)
Public Class CfnJobDefinition.AuthorizationConfigProperty Implements CfnJobDefinition.IAuthorizationConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-authorizationconfig.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 authorizationConfigProperty = new AuthorizationConfigProperty {
                 AccessPointId = "accessPointId",
                 Iam = "iam"
             };

Synopsis

Constructors

AuthorizationConfigProperty()

Properties

AccessPointId
Iam

Constructors

AuthorizationConfigProperty()

public AuthorizationConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-authorizationconfig.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 authorizationConfigProperty = new AuthorizationConfigProperty {
                 AccessPointId = "accessPointId",
                 Iam = "iam"
             };

Properties

AccessPointId

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-authorizationconfig.html#cfn-batch-jobdefinition-authorizationconfig-accesspointid

Iam

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-authorizationconfig.html#cfn-batch-jobdefinition-authorizationconfig-iam

Implements

CfnJobDefinition.IAuthorizationConfigProperty
Back to top Generated by DocFX