Resource Type: dsc_cs3content
- Defined in:
- lib/puppet/type/dsc_cs3content.rb
Overview
The DSC cS3Content resource type. Automatically generated from version 3.7.8.4
Properties
-
dsc_checksum
Checksum to compare S3Object and Local Content. Default is FileHash.
-
dsc_ensure
Describe File is exist on DestinationPath or not.
-
dsc_key
S3 Object Key which identify content. You can’t use both Key and KeyPrefix at once.
-
dsc_postaction
Post Action of Download Content. It only run when Test false.
-
dsc_preaction
Pre Action of Download Content. It only run when Test false.
-
dsc_s3bucketname
S3 Bucket name to access.
Parameters
-
dsc_credential
Action execute Credential. You can ignore it if run as SYSTEM.
-
dsc_destinationpath (namevar)
Path to output Donwloaded item.
-
dsc_psdscrunascredential
-
name (namevar)
Description of the purpose for this resource declaration.
-
validation_mode
(defaults to: property)
Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).