Show / Hide Table of Contents

Class CfnJobDefinitionPropsMixin.AuthorizationConfigProperty

Inheritance
object
CfnJobDefinitionPropsMixin.AuthorizationConfigProperty
Implements
CfnJobDefinitionPropsMixin.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.CfnPropertyMixins.AWS.Batch
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnJobDefinitionPropsMixin.AuthorizationConfigProperty : CfnJobDefinitionPropsMixin.IAuthorizationConfigProperty
Syntax (vb)
Public Class CfnJobDefinitionPropsMixin.AuthorizationConfigProperty Implements CfnJobDefinitionPropsMixin.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.CfnPropertyMixins.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.CfnPropertyMixins.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

CfnJobDefinitionPropsMixin.IAuthorizationConfigProperty
Back to top Generated by DocFX