Configuration
Namespace: MBrace.AWS
MBrace.AWS Configuration Builder. Used to specify MBrace.AWS cluster storage configuration.
Instance members
Instance member | Description |
DefaultCredentials
Signature: MBraceAWSCredentials
|
CompiledName: |
DefaultRegion
Signature: AWSRegion
|
CompiledName: |
DynamoDBCredentials()
Signature: unit -> MBraceAWSCredentials
|
AWS DynamoDB Account credentials CompiledName: |
DynamoDBCredentials()
Signature: unit -> unit
|
AWS DynamoDB Account credentials CompiledName: |
DynamoDBRegion()
Signature: unit -> AWSRegion
|
CompiledName: |
DynamoDBRegion()
Signature: unit -> unit
|
CompiledName: |
OptimizeClosureSerialization()
Signature: unit -> bool
|
Specifies wether the cluster should optimize closure serialization. Defaults to true. CompiledName: |
OptimizeClosureSerialization()
Signature: unit -> unit
|
Specifies wether the cluster should optimize closure serialization. Defaults to true. CompiledName: |
ResourcePrefix
Signature: string
|
CompiledName: |
RuntimeBucket()
Signature: unit -> string
|
S3 bucket used by the runtime. CompiledName: |
RuntimeBucket()
Signature: unit -> unit
|
S3 bucket used by the runtime. CompiledName: |
RuntimeLogsTable()
Signature: unit -> string
|
DynamoDB table used by the runtime for storing logs. CompiledName: |
RuntimeLogsTable()
Signature: unit -> unit
|
DynamoDB table used by the runtime for storing logs. CompiledName: |
RuntimeTable()
Signature: unit -> string
|
DynamoDB table used by the runtime. CompiledName: |
RuntimeTable()
Signature: unit -> unit
|
DynamoDB table used by the runtime. CompiledName: |
S3Credentials()
Signature: unit -> MBraceAWSCredentials
|
AWS S3 Account credentials CompiledName: |
S3Credentials()
Signature: unit -> unit
|
AWS S3 Account credentials CompiledName: |
S3Region()
Signature: unit -> AWSRegion
|
CompiledName: |
S3Region()
Signature: unit -> unit
|
CompiledName: |
SQSCredentials()
Signature: unit -> MBraceAWSCredentials
|
AWS SQS Account credentials CompiledName: |
SQSCredentials()
Signature: unit -> unit
|
AWS SQS Account credentials CompiledName: |
SQSRegion()
Signature: unit -> AWSRegion
|
CompiledName: |
SQSRegion()
Signature: unit -> unit
|
CompiledName: |
UserDataBucket()
Signature: unit -> string
|
S3 bucket used for user data. CompiledName: |
UserDataBucket()
Signature: unit -> unit
|
S3 bucket used for user data. CompiledName: |
UserDataTable()
Signature: unit -> string
|
DynamoDB table used for user data. CompiledName: |
UserDataTable()
Signature: unit -> unit
|
DynamoDB table used for user data. CompiledName: |
WorkItemQueue()
Signature: unit -> string
|
SQS work item queue used by the runtime. CompiledName: |
WorkItemQueue()
Signature: unit -> unit
|
SQS work item queue used by the runtime. CompiledName: |
WorkItemTopic()
Signature: unit -> string
|
SQS work item topic used by the runtime. CompiledName: |
WorkItemTopic()
Signature: unit -> unit
|
SQS work item topic used by the runtime. CompiledName: |
Static members
Static member | Description |
Define(...)
Signature: (region:AWSRegion * credentials:AWSCredentials * resourcePrefix:string option) -> Configuration
|
Defines an initial MBrace.AWS configuration object using specified initial paramters. The resulting configuration object uniquely identifies an MBrace.AWS cluster entity. |