CfnUploadMixinProps
- class aws_cdk.cfn_property_mixins.aws_devicefarm.CfnUploadMixinProps(*, content_type=None, name=None, project_arn=None, type=None)
Bases:
objectProperties for CfnUploadPropsMixin.
- Parameters:
content_type (
Optional[str]) – The upload’s content type (for example, application/octet-stream).name (
Optional[str]) – The upload’s file name.project_arn (
Optional[str]) – The ARN of the project for the upload.type (
Optional[str]) – The upload’s type.
- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-upload.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.cfn_property_mixins import aws_devicefarm as devicefarm cfn_upload_mixin_props = devicefarm.CfnUploadMixinProps( content_type="contentType", name="name", project_arn="projectArn", type="type" )
Attributes
- content_type
The upload’s content type (for example, application/octet-stream).
- name
The upload’s file name.
- project_arn
The ARN of the project for the upload.