1. Packages
  2. Akeyless Provider
  3. API Docs
  4. GatewayRemoteAccessRdpRecording
akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community

akeyless.GatewayRemoteAccessRdpRecording

Explore with Pulumi AI

Remote access rdp recording config

Create GatewayRemoteAccessRdpRecording Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new GatewayRemoteAccessRdpRecording(name: string, args?: GatewayRemoteAccessRdpRecordingArgs, opts?: CustomResourceOptions);
@overload
def GatewayRemoteAccessRdpRecording(resource_name: str,
                                    args: Optional[GatewayRemoteAccessRdpRecordingArgs] = None,
                                    opts: Optional[ResourceOptions] = None)

@overload
def GatewayRemoteAccessRdpRecording(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    aws_storage_access_key_id: Optional[str] = None,
                                    aws_storage_bucket_name: Optional[str] = None,
                                    aws_storage_bucket_prefix: Optional[str] = None,
                                    aws_storage_region: Optional[str] = None,
                                    aws_storage_secret_access_key: Optional[str] = None,
                                    azure_storage_account_name: Optional[str] = None,
                                    azure_storage_client_id: Optional[str] = None,
                                    azure_storage_client_secret: Optional[str] = None,
                                    azure_storage_container_name: Optional[str] = None,
                                    azure_storage_tenant_id: Optional[str] = None,
                                    gateway_remote_access_rdp_recording_id: Optional[str] = None,
                                    rdp_session_recording: Optional[str] = None,
                                    rdp_session_storage: Optional[str] = None)
func NewGatewayRemoteAccessRdpRecording(ctx *Context, name string, args *GatewayRemoteAccessRdpRecordingArgs, opts ...ResourceOption) (*GatewayRemoteAccessRdpRecording, error)
public GatewayRemoteAccessRdpRecording(string name, GatewayRemoteAccessRdpRecordingArgs? args = null, CustomResourceOptions? opts = null)
public GatewayRemoteAccessRdpRecording(String name, GatewayRemoteAccessRdpRecordingArgs args)
public GatewayRemoteAccessRdpRecording(String name, GatewayRemoteAccessRdpRecordingArgs args, CustomResourceOptions options)
type: akeyless:GatewayRemoteAccessRdpRecording
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args GatewayRemoteAccessRdpRecordingArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args GatewayRemoteAccessRdpRecordingArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args GatewayRemoteAccessRdpRecordingArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args GatewayRemoteAccessRdpRecordingArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. GatewayRemoteAccessRdpRecordingArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var gatewayRemoteAccessRdpRecordingResource = new Akeyless.GatewayRemoteAccessRdpRecording("gatewayRemoteAccessRdpRecordingResource", new()
{
    AwsStorageAccessKeyId = "string",
    AwsStorageBucketName = "string",
    AwsStorageBucketPrefix = "string",
    AwsStorageRegion = "string",
    AwsStorageSecretAccessKey = "string",
    AzureStorageAccountName = "string",
    AzureStorageClientId = "string",
    AzureStorageClientSecret = "string",
    AzureStorageContainerName = "string",
    AzureStorageTenantId = "string",
    GatewayRemoteAccessRdpRecordingId = "string",
    RdpSessionRecording = "string",
    RdpSessionStorage = "string",
});
Copy
example, err := akeyless.NewGatewayRemoteAccessRdpRecording(ctx, "gatewayRemoteAccessRdpRecordingResource", &akeyless.GatewayRemoteAccessRdpRecordingArgs{
AwsStorageAccessKeyId: pulumi.String("string"),
AwsStorageBucketName: pulumi.String("string"),
AwsStorageBucketPrefix: pulumi.String("string"),
AwsStorageRegion: pulumi.String("string"),
AwsStorageSecretAccessKey: pulumi.String("string"),
AzureStorageAccountName: pulumi.String("string"),
AzureStorageClientId: pulumi.String("string"),
AzureStorageClientSecret: pulumi.String("string"),
AzureStorageContainerName: pulumi.String("string"),
AzureStorageTenantId: pulumi.String("string"),
GatewayRemoteAccessRdpRecordingId: pulumi.String("string"),
RdpSessionRecording: pulumi.String("string"),
RdpSessionStorage: pulumi.String("string"),
})
Copy
var gatewayRemoteAccessRdpRecordingResource = new GatewayRemoteAccessRdpRecording("gatewayRemoteAccessRdpRecordingResource", GatewayRemoteAccessRdpRecordingArgs.builder()
    .awsStorageAccessKeyId("string")
    .awsStorageBucketName("string")
    .awsStorageBucketPrefix("string")
    .awsStorageRegion("string")
    .awsStorageSecretAccessKey("string")
    .azureStorageAccountName("string")
    .azureStorageClientId("string")
    .azureStorageClientSecret("string")
    .azureStorageContainerName("string")
    .azureStorageTenantId("string")
    .gatewayRemoteAccessRdpRecordingId("string")
    .rdpSessionRecording("string")
    .rdpSessionStorage("string")
    .build());
Copy
gateway_remote_access_rdp_recording_resource = akeyless.GatewayRemoteAccessRdpRecording("gatewayRemoteAccessRdpRecordingResource",
    aws_storage_access_key_id="string",
    aws_storage_bucket_name="string",
    aws_storage_bucket_prefix="string",
    aws_storage_region="string",
    aws_storage_secret_access_key="string",
    azure_storage_account_name="string",
    azure_storage_client_id="string",
    azure_storage_client_secret="string",
    azure_storage_container_name="string",
    azure_storage_tenant_id="string",
    gateway_remote_access_rdp_recording_id="string",
    rdp_session_recording="string",
    rdp_session_storage="string")
Copy
const gatewayRemoteAccessRdpRecordingResource = new akeyless.GatewayRemoteAccessRdpRecording("gatewayRemoteAccessRdpRecordingResource", {
    awsStorageAccessKeyId: "string",
    awsStorageBucketName: "string",
    awsStorageBucketPrefix: "string",
    awsStorageRegion: "string",
    awsStorageSecretAccessKey: "string",
    azureStorageAccountName: "string",
    azureStorageClientId: "string",
    azureStorageClientSecret: "string",
    azureStorageContainerName: "string",
    azureStorageTenantId: "string",
    gatewayRemoteAccessRdpRecordingId: "string",
    rdpSessionRecording: "string",
    rdpSessionStorage: "string",
});
Copy
type: akeyless:GatewayRemoteAccessRdpRecording
properties:
    awsStorageAccessKeyId: string
    awsStorageBucketName: string
    awsStorageBucketPrefix: string
    awsStorageRegion: string
    awsStorageSecretAccessKey: string
    azureStorageAccountName: string
    azureStorageClientId: string
    azureStorageClientSecret: string
    azureStorageContainerName: string
    azureStorageTenantId: string
    gatewayRemoteAccessRdpRecordingId: string
    rdpSessionRecording: string
    rdpSessionStorage: string
Copy

GatewayRemoteAccessRdpRecording Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The GatewayRemoteAccessRdpRecording resource accepts the following input properties:

AwsStorageAccessKeyId string
AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
AwsStorageBucketName string
The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
AwsStorageBucketPrefix string
The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
AwsStorageRegion string
The region where the storage is located
AwsStorageSecretAccessKey string
AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
AzureStorageAccountName string
Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
AzureStorageClientId string
Azure client id. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
AzureStorageClientSecret string
Azure client secret. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
AzureStorageContainerName string
Azure container name. For more information refer to https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata
AzureStorageTenantId string
Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
GatewayRemoteAccessRdpRecordingId string
The ID of this resource.
RdpSessionRecording string
Enable recording of rdp session [true/false]
RdpSessionStorage string
Rdp session recording storage destination [local/aws/azure]
AwsStorageAccessKeyId string
AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
AwsStorageBucketName string
The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
AwsStorageBucketPrefix string
The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
AwsStorageRegion string
The region where the storage is located
AwsStorageSecretAccessKey string
AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
AzureStorageAccountName string
Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
AzureStorageClientId string
Azure client id. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
AzureStorageClientSecret string
Azure client secret. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
AzureStorageContainerName string
Azure container name. For more information refer to https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata
AzureStorageTenantId string
Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
GatewayRemoteAccessRdpRecordingId string
The ID of this resource.
RdpSessionRecording string
Enable recording of rdp session [true/false]
RdpSessionStorage string
Rdp session recording storage destination [local/aws/azure]
awsStorageAccessKeyId String
AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
awsStorageBucketName String
The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
awsStorageBucketPrefix String
The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
awsStorageRegion String
The region where the storage is located
awsStorageSecretAccessKey String
AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
azureStorageAccountName String
Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
azureStorageClientId String
Azure client id. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
azureStorageClientSecret String
Azure client secret. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
azureStorageContainerName String
Azure container name. For more information refer to https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata
azureStorageTenantId String
Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
gatewayRemoteAccessRdpRecordingId String
The ID of this resource.
rdpSessionRecording String
Enable recording of rdp session [true/false]
rdpSessionStorage String
Rdp session recording storage destination [local/aws/azure]
awsStorageAccessKeyId string
AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
awsStorageBucketName string
The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
awsStorageBucketPrefix string
The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
awsStorageRegion string
The region where the storage is located
awsStorageSecretAccessKey string
AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
azureStorageAccountName string
Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
azureStorageClientId string
Azure client id. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
azureStorageClientSecret string
Azure client secret. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
azureStorageContainerName string
Azure container name. For more information refer to https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata
azureStorageTenantId string
Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
gatewayRemoteAccessRdpRecordingId string
The ID of this resource.
rdpSessionRecording string
Enable recording of rdp session [true/false]
rdpSessionStorage string
Rdp session recording storage destination [local/aws/azure]
aws_storage_access_key_id str
AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
aws_storage_bucket_name str
The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
aws_storage_bucket_prefix str
The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
aws_storage_region str
The region where the storage is located
aws_storage_secret_access_key str
AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
azure_storage_account_name str
Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
azure_storage_client_id str
Azure client id. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
azure_storage_client_secret str
Azure client secret. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
azure_storage_container_name str
Azure container name. For more information refer to https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata
azure_storage_tenant_id str
Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
gateway_remote_access_rdp_recording_id str
The ID of this resource.
rdp_session_recording str
Enable recording of rdp session [true/false]
rdp_session_storage str
Rdp session recording storage destination [local/aws/azure]
awsStorageAccessKeyId String
AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
awsStorageBucketName String
The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
awsStorageBucketPrefix String
The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
awsStorageRegion String
The region where the storage is located
awsStorageSecretAccessKey String
AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
azureStorageAccountName String
Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
azureStorageClientId String
Azure client id. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
azureStorageClientSecret String
Azure client secret. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
azureStorageContainerName String
Azure container name. For more information refer to https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata
azureStorageTenantId String
Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
gatewayRemoteAccessRdpRecordingId String
The ID of this resource.
rdpSessionRecording String
Enable recording of rdp session [true/false]
rdpSessionStorage String
Rdp session recording storage destination [local/aws/azure]

Outputs

All input properties are implicitly available as output properties. Additionally, the GatewayRemoteAccessRdpRecording resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing GatewayRemoteAccessRdpRecording Resource

Get an existing GatewayRemoteAccessRdpRecording resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: GatewayRemoteAccessRdpRecordingState, opts?: CustomResourceOptions): GatewayRemoteAccessRdpRecording
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        aws_storage_access_key_id: Optional[str] = None,
        aws_storage_bucket_name: Optional[str] = None,
        aws_storage_bucket_prefix: Optional[str] = None,
        aws_storage_region: Optional[str] = None,
        aws_storage_secret_access_key: Optional[str] = None,
        azure_storage_account_name: Optional[str] = None,
        azure_storage_client_id: Optional[str] = None,
        azure_storage_client_secret: Optional[str] = None,
        azure_storage_container_name: Optional[str] = None,
        azure_storage_tenant_id: Optional[str] = None,
        gateway_remote_access_rdp_recording_id: Optional[str] = None,
        rdp_session_recording: Optional[str] = None,
        rdp_session_storage: Optional[str] = None) -> GatewayRemoteAccessRdpRecording
func GetGatewayRemoteAccessRdpRecording(ctx *Context, name string, id IDInput, state *GatewayRemoteAccessRdpRecordingState, opts ...ResourceOption) (*GatewayRemoteAccessRdpRecording, error)
public static GatewayRemoteAccessRdpRecording Get(string name, Input<string> id, GatewayRemoteAccessRdpRecordingState? state, CustomResourceOptions? opts = null)
public static GatewayRemoteAccessRdpRecording get(String name, Output<String> id, GatewayRemoteAccessRdpRecordingState state, CustomResourceOptions options)
resources:  _:    type: akeyless:GatewayRemoteAccessRdpRecording    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
AwsStorageAccessKeyId string
AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
AwsStorageBucketName string
The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
AwsStorageBucketPrefix string
The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
AwsStorageRegion string
The region where the storage is located
AwsStorageSecretAccessKey string
AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
AzureStorageAccountName string
Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
AzureStorageClientId string
Azure client id. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
AzureStorageClientSecret string
Azure client secret. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
AzureStorageContainerName string
Azure container name. For more information refer to https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata
AzureStorageTenantId string
Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
GatewayRemoteAccessRdpRecordingId string
The ID of this resource.
RdpSessionRecording string
Enable recording of rdp session [true/false]
RdpSessionStorage string
Rdp session recording storage destination [local/aws/azure]
AwsStorageAccessKeyId string
AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
AwsStorageBucketName string
The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
AwsStorageBucketPrefix string
The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
AwsStorageRegion string
The region where the storage is located
AwsStorageSecretAccessKey string
AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
AzureStorageAccountName string
Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
AzureStorageClientId string
Azure client id. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
AzureStorageClientSecret string
Azure client secret. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
AzureStorageContainerName string
Azure container name. For more information refer to https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata
AzureStorageTenantId string
Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
GatewayRemoteAccessRdpRecordingId string
The ID of this resource.
RdpSessionRecording string
Enable recording of rdp session [true/false]
RdpSessionStorage string
Rdp session recording storage destination [local/aws/azure]
awsStorageAccessKeyId String
AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
awsStorageBucketName String
The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
awsStorageBucketPrefix String
The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
awsStorageRegion String
The region where the storage is located
awsStorageSecretAccessKey String
AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
azureStorageAccountName String
Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
azureStorageClientId String
Azure client id. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
azureStorageClientSecret String
Azure client secret. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
azureStorageContainerName String
Azure container name. For more information refer to https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata
azureStorageTenantId String
Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
gatewayRemoteAccessRdpRecordingId String
The ID of this resource.
rdpSessionRecording String
Enable recording of rdp session [true/false]
rdpSessionStorage String
Rdp session recording storage destination [local/aws/azure]
awsStorageAccessKeyId string
AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
awsStorageBucketName string
The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
awsStorageBucketPrefix string
The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
awsStorageRegion string
The region where the storage is located
awsStorageSecretAccessKey string
AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
azureStorageAccountName string
Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
azureStorageClientId string
Azure client id. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
azureStorageClientSecret string
Azure client secret. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
azureStorageContainerName string
Azure container name. For more information refer to https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata
azureStorageTenantId string
Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
gatewayRemoteAccessRdpRecordingId string
The ID of this resource.
rdpSessionRecording string
Enable recording of rdp session [true/false]
rdpSessionStorage string
Rdp session recording storage destination [local/aws/azure]
aws_storage_access_key_id str
AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
aws_storage_bucket_name str
The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
aws_storage_bucket_prefix str
The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
aws_storage_region str
The region where the storage is located
aws_storage_secret_access_key str
AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
azure_storage_account_name str
Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
azure_storage_client_id str
Azure client id. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
azure_storage_client_secret str
Azure client secret. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
azure_storage_container_name str
Azure container name. For more information refer to https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata
azure_storage_tenant_id str
Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
gateway_remote_access_rdp_recording_id str
The ID of this resource.
rdp_session_recording str
Enable recording of rdp session [true/false]
rdp_session_storage str
Rdp session recording storage destination [local/aws/azure]
awsStorageAccessKeyId String
AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
awsStorageBucketName String
The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
awsStorageBucketPrefix String
The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
awsStorageRegion String
The region where the storage is located
awsStorageSecretAccessKey String
AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
azureStorageAccountName String
Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
azureStorageClientId String
Azure client id. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
azureStorageClientSecret String
Azure client secret. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal
azureStorageContainerName String
Azure container name. For more information refer to https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata
azureStorageTenantId String
Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
gatewayRemoteAccessRdpRecordingId String
The ID of this resource.
rdpSessionRecording String
Enable recording of rdp session [true/false]
rdpSessionStorage String
Rdp session recording storage destination [local/aws/azure]

Package Details

Repository
akeyless akeyless-community/terraform-provider-akeyless
License
Notes
This Pulumi package is based on the akeyless Terraform Provider.