Class AmazonAwsSettings
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Object.GetEntityId()
Object.GetInstanceID()
Object.GetHashCode()
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Scene)
Object.Instantiate<T>(T, InstantiateParameters)
Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.Instantiate(Object, Transform)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DontDestroyOnLoad(Object)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Object.ToString()
Object.name
Object.hideFlags
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
[AssetPath("Resources/AIDevKit/Settings", AssetPathAttribute.Location.ResourcesFolder)]
public class AmazonAwsSettings : AIClientSettings
Fields
| Edit this page View SourceDefaultRegion
Declaration
public const string DefaultRegion = "us-east-1"
Field Value
| Type | Description |
|---|---|
| string |
Properties
| Edit this page View SourceApi
The cloud service provider for this API client.
Declaration
public override Api Api { get; }
Property Value
| Type | Description |
|---|---|
| Api |
Overrides
| Edit this page View SourceMainBucket
Declaration
public string MainBucket { get; }
Property Value
| Type | Description |
|---|---|
| string |
SavedBuckets
Declaration
public S3Bucket[] SavedBuckets { get; set; }
Property Value
| Type | Description |
|---|---|
| S3Bucket[] |
Methods
| Edit this page View SourceAddOrUpdateBucket(S3Bucket)
Declaration
public void AddOrUpdateBucket(S3Bucket bucket)
Parameters
| Type | Name | Description |
|---|---|---|
| S3Bucket | bucket |
BuildBaseUrl(AwsServiceType)
Declaration
public string BuildBaseUrl(AwsServiceType serviceType)
Parameters
| Type | Name | Description |
|---|---|---|
| AwsServiceType | serviceType |
Returns
| Type | Description |
|---|---|
| string |
CreateDefaultToolSupports()
Declaration
protected override ToolSupport[] CreateDefaultToolSupports()
Returns
| Type | Description |
|---|---|
| ToolSupport[] |
Overrides
| Edit this page View SourceGetAccessKeyId()
Declaration
public string GetAccessKeyId()
Returns
| Type | Description |
|---|---|
| string |
GetBaseUrl()
Declaration
public override string GetBaseUrl()
Returns
| Type | Description |
|---|---|
| string |
Overrides
| Edit this page View SourceGetBucket(string)
Declaration
public S3Bucket GetBucket(string bucket)
Parameters
| Type | Name | Description |
|---|---|---|
| string | bucket |
Returns
| Type | Description |
|---|---|
| S3Bucket |
GetClientInstance()
Declaration
public override IApiClient GetClientInstance()
Returns
| Type | Description |
|---|---|
| IApiClient |
Overrides
| Edit this page View SourceGetDefaultSettings()
Declaration
public override DefaultApiSettings GetDefaultSettings()
Returns
| Type | Description |
|---|---|
| DefaultApiSettings |
Overrides
| Edit this page View SourceGetMainBucketS3UriAndRegion()
Declaration
public (string uri, string region) GetMainBucketS3UriAndRegion()
Returns
| Type | Description |
|---|---|
| (string uri, string region) |
GetRegion(AwsServiceType)
Declaration
public string GetRegion(AwsServiceType serviceType)
Parameters
| Type | Name | Description |
|---|---|---|
| AwsServiceType | serviceType |
Returns
| Type | Description |
|---|---|
| string |
GetRoleArn()
Declaration
public string GetRoleArn()
Returns
| Type | Description |
|---|---|
| string |
GetSecretAccessKey()
Declaration
public string GetSecretAccessKey()
Returns
| Type | Description |
|---|---|
| string |
GetUseAssumeRole()
Declaration
public bool GetUseAssumeRole()
Returns
| Type | Description |
|---|---|
| bool |
HasSecureToken()
Checks if the API key is set.
Declaration
public override bool HasSecureToken()
Returns
| Type | Description |
|---|---|
| bool |
Overrides
| Edit this page View SourceRemoveBucket(string)
Declaration
public bool RemoveBucket(string bucketName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | bucketName |
Returns
| Type | Description |
|---|---|
| bool |