ContainerCodePackagePropertiesArgs

constructor(commands: Output<List<String>>? = null, diagnostics: Output<DiagnosticsRefArgs>? = null, endpoints: Output<List<EndpointPropertiesArgs>>? = null, entrypoint: Output<String>? = null, environmentVariables: Output<List<EnvironmentVariableArgs>>? = null, image: Output<String>, imageRegistryCredential: Output<ImageRegistryCredentialArgs>? = null, labels: Output<List<ContainerLabelArgs>>? = null, name: Output<String>, reliableCollectionsRefs: Output<List<ReliableCollectionsRefArgs>>? = null, resources: Output<ResourceRequirementsArgs>, settings: Output<List<SettingArgs>>? = null, volumeRefs: Output<List<VolumeReferenceArgs>>? = null, volumes: Output<List<ApplicationScopedVolumeArgs>>? = null)