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