Show / Hide Table of Contents

Interface CfnJobDefinition.IAuthorizationConfigProperty

Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnJobDefinition.IAuthorizationConfigProperty
Syntax (vb)
Public Interface 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

Properties

AccessPointId
Iam

Properties

AccessPointId

string? AccessPointId { get; }
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

string? Iam { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX