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 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 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 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 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 String
- The unique name of the resource.
- args 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",
});
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"),
})
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());
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")
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",
});
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
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:
- Aws
Storage stringAccess Key Id - AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- Aws
Storage stringBucket Name - The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
- Aws
Storage stringBucket Prefix - The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
- Aws
Storage stringRegion - The region where the storage is located
- Aws
Storage stringSecret Access Key - AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- Azure
Storage stringAccount Name - Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
- Azure
Storage stringClient Id - 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 stringClient Secret - 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 stringContainer Name - 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 stringTenant Id - Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
- Gateway
Remote stringAccess Rdp Recording Id - The ID of this resource.
- Rdp
Session stringRecording - Enable recording of rdp session [true/false]
- Rdp
Session stringStorage - Rdp session recording storage destination [local/aws/azure]
- Aws
Storage stringAccess Key Id - AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- Aws
Storage stringBucket Name - The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
- Aws
Storage stringBucket Prefix - The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
- Aws
Storage stringRegion - The region where the storage is located
- Aws
Storage stringSecret Access Key - AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- Azure
Storage stringAccount Name - Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
- Azure
Storage stringClient Id - 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 stringClient Secret - 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 stringContainer Name - 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 stringTenant Id - Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
- Gateway
Remote stringAccess Rdp Recording Id - The ID of this resource.
- Rdp
Session stringRecording - Enable recording of rdp session [true/false]
- Rdp
Session stringStorage - Rdp session recording storage destination [local/aws/azure]
- aws
Storage StringAccess Key Id - AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- aws
Storage StringBucket Name - The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
- aws
Storage StringBucket Prefix - The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
- aws
Storage StringRegion - The region where the storage is located
- aws
Storage StringSecret Access Key - AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- azure
Storage StringAccount Name - Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
- azure
Storage StringClient Id - 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 StringClient Secret - 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 StringContainer Name - 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 StringTenant Id - Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
- gateway
Remote StringAccess Rdp Recording Id - The ID of this resource.
- rdp
Session StringRecording - Enable recording of rdp session [true/false]
- rdp
Session StringStorage - Rdp session recording storage destination [local/aws/azure]
- aws
Storage stringAccess Key Id - AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- aws
Storage stringBucket Name - The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
- aws
Storage stringBucket Prefix - The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
- aws
Storage stringRegion - The region where the storage is located
- aws
Storage stringSecret Access Key - AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- azure
Storage stringAccount Name - Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
- azure
Storage stringClient Id - 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 stringClient Secret - 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 stringContainer Name - 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 stringTenant Id - Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
- gateway
Remote stringAccess Rdp Recording Id - The ID of this resource.
- rdp
Session stringRecording - Enable recording of rdp session [true/false]
- rdp
Session stringStorage - Rdp session recording storage destination [local/aws/azure]
- aws_
storage_ straccess_ key_ id - AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- aws_
storage_ strbucket_ name - The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
- aws_
storage_ strbucket_ prefix - The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
- aws_
storage_ strregion - The region where the storage is located
- aws_
storage_ strsecret_ access_ key - AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- azure_
storage_ straccount_ name - Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
- azure_
storage_ strclient_ id - 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_ strclient_ secret - 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_ strcontainer_ name - 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_ strtenant_ id - Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
- gateway_
remote_ straccess_ rdp_ recording_ id - The ID of this resource.
- rdp_
session_ strrecording - Enable recording of rdp session [true/false]
- rdp_
session_ strstorage - Rdp session recording storage destination [local/aws/azure]
- aws
Storage StringAccess Key Id - AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- aws
Storage StringBucket Name - The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
- aws
Storage StringBucket Prefix - The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
- aws
Storage StringRegion - The region where the storage is located
- aws
Storage StringSecret Access Key - AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- azure
Storage StringAccount Name - Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
- azure
Storage StringClient Id - 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 StringClient Secret - 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 StringContainer Name - 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 StringTenant Id - Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
- gateway
Remote StringAccess Rdp Recording Id - The ID of this resource.
- rdp
Session StringRecording - Enable recording of rdp session [true/false]
- rdp
Session StringStorage - 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
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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.
- Aws
Storage stringAccess Key Id - AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- Aws
Storage stringBucket Name - The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
- Aws
Storage stringBucket Prefix - The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
- Aws
Storage stringRegion - The region where the storage is located
- Aws
Storage stringSecret Access Key - AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- Azure
Storage stringAccount Name - Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
- Azure
Storage stringClient Id - 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 stringClient Secret - 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 stringContainer Name - 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 stringTenant Id - Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
- Gateway
Remote stringAccess Rdp Recording Id - The ID of this resource.
- Rdp
Session stringRecording - Enable recording of rdp session [true/false]
- Rdp
Session stringStorage - Rdp session recording storage destination [local/aws/azure]
- Aws
Storage stringAccess Key Id - AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- Aws
Storage stringBucket Name - The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
- Aws
Storage stringBucket Prefix - The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
- Aws
Storage stringRegion - The region where the storage is located
- Aws
Storage stringSecret Access Key - AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- Azure
Storage stringAccount Name - Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
- Azure
Storage stringClient Id - 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 stringClient Secret - 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 stringContainer Name - 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 stringTenant Id - Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
- Gateway
Remote stringAccess Rdp Recording Id - The ID of this resource.
- Rdp
Session stringRecording - Enable recording of rdp session [true/false]
- Rdp
Session stringStorage - Rdp session recording storage destination [local/aws/azure]
- aws
Storage StringAccess Key Id - AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- aws
Storage StringBucket Name - The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
- aws
Storage StringBucket Prefix - The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
- aws
Storage StringRegion - The region where the storage is located
- aws
Storage StringSecret Access Key - AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- azure
Storage StringAccount Name - Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
- azure
Storage StringClient Id - 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 StringClient Secret - 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 StringContainer Name - 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 StringTenant Id - Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
- gateway
Remote StringAccess Rdp Recording Id - The ID of this resource.
- rdp
Session StringRecording - Enable recording of rdp session [true/false]
- rdp
Session StringStorage - Rdp session recording storage destination [local/aws/azure]
- aws
Storage stringAccess Key Id - AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- aws
Storage stringBucket Name - The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
- aws
Storage stringBucket Prefix - The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
- aws
Storage stringRegion - The region where the storage is located
- aws
Storage stringSecret Access Key - AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- azure
Storage stringAccount Name - Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
- azure
Storage stringClient Id - 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 stringClient Secret - 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 stringContainer Name - 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 stringTenant Id - Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
- gateway
Remote stringAccess Rdp Recording Id - The ID of this resource.
- rdp
Session stringRecording - Enable recording of rdp session [true/false]
- rdp
Session stringStorage - Rdp session recording storage destination [local/aws/azure]
- aws_
storage_ straccess_ key_ id - AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- aws_
storage_ strbucket_ name - The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
- aws_
storage_ strbucket_ prefix - The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
- aws_
storage_ strregion - The region where the storage is located
- aws_
storage_ strsecret_ access_ key - AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- azure_
storage_ straccount_ name - Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
- azure_
storage_ strclient_ id - 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_ strclient_ secret - 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_ strcontainer_ name - 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_ strtenant_ id - Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
- gateway_
remote_ straccess_ rdp_ recording_ id - The ID of this resource.
- rdp_
session_ strrecording - Enable recording of rdp session [true/false]
- rdp_
session_ strstorage - Rdp session recording storage destination [local/aws/azure]
- aws
Storage StringAccess Key Id - AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- aws
Storage StringBucket Name - The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/
- aws
Storage StringBucket Prefix - The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/
- aws
Storage StringRegion - The region where the storage is located
- aws
Storage StringSecret Access Key - AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/idcredentialsaccess-keys.html
- azure
Storage StringAccount Name - Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
- azure
Storage StringClient Id - 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 StringClient Secret - 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 StringContainer Name - 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 StringTenant Id - Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant
- gateway
Remote StringAccess Rdp Recording Id - The ID of this resource.
- rdp
Session StringRecording - Enable recording of rdp session [true/false]
- rdp
Session StringStorage - 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.